.LinkWhite {
	font-size: 15px;
	 font-family: Verdana, Arial, Helvetica, sans-serif;}
	
A.LinkWhite {color: #FFFFFF; text-decoration: none}
A.LinkWhite:visited {color: #FFFFFF; text-decoration: none}
A.LinkWhite:active {color: #C1E0FF; text-decoration: none}
A.LinkWhite:hover {color: #444444; text-decoration: underline}

.LinkDrop {font-family:Arial, Verdana, sans-serif;font-size:12px; font-weight:normal;}
A.LinkDrop {color: #000000; text-decoration: underline}
A.LinkDrop:visited {color: #222222; text-decoration: underline}
A.LinkDrop:active {color: #222222; text-decoration: underline}
A.LinkDrop:hover {color: #FFFFFF; text-decoration: underline; font-weight: bold; font-size:12px;}

A.LinkSUN {color: #FAE740; text-decoration: none}
A.LinkSUN:visited {color: #FAE740; text-decoration: none}
A.LinkSUN:active {color: #FAE740; text-decoration: none}
A.LinkSUN:hover {color: #FFFFFF; text-decoration: none}


#dropmenudiv{
position:absolute;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: normal;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #555555;
font-weight: bold;
}

