.dropdown {float:left; padding:0px;
margin:0px;}	  <!--for space-->
.dropdown dt:hover {background:#C3FDB8}
.dropdown dd {position:absolute; overflow:hidden; width:170px; display:none;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; background:#a90b0b; width:194px}
.dropdown a:hover {background:#f4b7d3; color:#336600;  }
.dropdown .underline {
	border-bottom:1px solid #ffffff;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	
}

.dropdown ul{
margin:0px;
padding:0px;
}
.centre {
text-align:center;
color:#FFFFFF;
}