a.InternalLinks {
text-decoration: none;
color: Black; 
}
a.MainNavigation {
		text-decoration: none;
	   color: White;
		font-weight: normal;		
}
a.PageLink{
			text-decoration: underline;
	      color: Blue;
}
a:hover.MainMouseOver {
	 	text-decoration: none;
	   color: White;
		font-weight: bold;
}
a.MainNavigation:hover {
	text-decoration: overline;
	border-right: thin solid Silver;
}
a.InternalLinks:hover{
	text-decoration: underline;
}


#dropmenudiv{
	position: absolute;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
	border-right: thin solid;
	border-left: thin double;
	
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color:black;
}

#dropmenudiv a:hover{
	/*hover background color*/
	background-color: #e4e4dc;
}