﻿body {font:5px Verdana;}
* {padding:0; margin:0}
.dropdown1 {float:left;background-color:#CDC9C9;height:50px; padding-right:5px;FONT-FAMILY: Verdana;FONT-SIZE: 12px;COLOR:Maroon;font-weight:bolder;
	width: 101px;
}
.dropdown1 dt { font-weight:bolder; cursor:pointer;}
.dropdown1 dt:hover {}
.dropdown1 dd {position:absolute; overflow:hidden; width:208px; display:none;}
.dropdown1 ul {width:20px;  list-style:none; border-top:none}
.dropdown1 li {display:inline}
.dropdown1 a, .dropdown1 a:active, .dropdown1 a:visited {display:block; padding:5px; text-decoration:none; background:#CDC9C9; height:40px; width:200px;color:Black;}
.dropdown1 a:hover {background:#3BB9FF; color:#000}
.dropdown1 .underline {border-bottom:1px solid #007700}
