#topmenu{
}

#topmenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#topmenu ul{
width: 580px;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: 11px Verdana;
}


#topmenu ul li{
display: inline;
}


#topmenu ul li a{
float: left;
color: #3B5D6C;
padding: 6px 12px 6px 7px;
text-decoration: none;
font-weight:bold;
}

#topmenu ul li a:hover{
color: #494949;
text-decoration: none;
}

#topmenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.tdropmenudiv{
position:absolute;
top: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: #E9EBAA;
width: 200px;
visibility: hidden;
}

.tdropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: #3B5D6C;
}
#tdropmenu ul li a:hover{
color: #678792;
}

.tdropmenudiv a:hover{ /*Theme Change here*/
background-color: #E9EBAA;
color: #678792;
}