@charset "utf-8";
/* CSS Document */
body{
		
		SCROLLBAR-FACE-COLOR: #FFFFFF; SCROLLBAR-HIGHLIGHT-COLOR: #FFFFFF;
 SCROLLBAR-SHADOW-COLOR: #617083;
  SCROLLBAR-ARROW-COLOR: #617083;
   SCROLLBAR-TRACK-COLOR: #FFFFFF; SCROLLBAR-DARKSHADOW-COLOR: #FFFFFF;
 SCROLLBAR-BASE-COLOR: #FFFFFF;
 scrollbar-3d-light-color: #FFFFFF;
 }
 
a:link {
	family: "Trebuchet MS";
	text-decoration: none;
	color: #617083;
	weight: bold;
}
a:active {
	family: "Trebuchet MS";
	color: #617083;
text-decoration: none;
	weight: bold;
}
a:visited {  family: "Trebuchet MS";
	color: #617083;
	text-decoration: none;
		weight: bold;
		}
a:hover {
	family: "Trebuchet MS";
color: #000000;
	text-decoration: none;
		weight: bold;
}

#dropmenudiv{
position:absolute;
border:0px;
border-bottom-width: 0;
font:normal 12px Tahoma #000000;
line-height:20px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0;
padding: 1px;
text-decoration: none;
font:normal 12px Tahoma #000000;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color:#EEEEEE;
}