* {padding:0; margin:0;}
.dropdown {float:left; padding-right:0px}	  for space
.dropdown dt:hover {background:#C3FDB8}
.dropdown dd {position:absolute; overflow:hidden; width:235px; display:none; background:#C3FDB8; z-index:200; opacity:0}   For Spacing the Drop Down
.dropdown ul {width:150px; border:0px solid #9ac1c9; list-style:none; border-top:none}
.dropdown li {display:inline}
.dropdown a, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color:#FFFFFF;
	text-decoration:none;
	width:250px;
	background-color: #F73C3C;
}
.dropdown a:hover {
	color:#000000;
	background-color: #CCCCCC;
}
.dropdown .underline {
	border-bottom:1px solid #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}
