#chromemenu { width: 100% }

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu ul  { font: bold 12px Verdana; background: url(menubg.gif) repeat-x center bottom; float: left; margin: 0; padding-left: 0; border: solid 1px #bbb; width: 100% }


#chromemenu ul li{
display: inline;
}


#chromemenu ul li a { color: #f5f5f5; font-weight: bold; text-decoration: none; background: url(divider.gif) no-repeat right bottom; float: left; padding: 2px 12px 2px 7px }
#chromemenu ul li font i  { color: black; font-weight: bold; text-decoration: none; float: left; padding: 2px 12px 2px 50px }
#chromemenu ul li a:hover  { color: #c0c0c0 }

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
/*content: " v";
/*content: " " url(pilned.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #BBB; /*Theme Change here*/
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*Theme Change here*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #F0F0F0;
}