#chromemenu{
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

#chromemenu a:hover{ /*Theme Change here*/

}

#chromemenu ul{
width: 100%;
background-color:#;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: bold 11px Verdana;
color: #000000;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #FFFFFF;
font: bold 11px Verdana;
padding: 2px 10px 2px 10px;
text-decoration: none;
background: url(/images/divider.png) top right no-repeat; /*Theme Change here*/

}

#chromemenu ul li a:hover{
background-image:url(/images/menu_bg_over.png);
color: #000000;
text-decoration: none;

}

#chromemenu ul li a[onMouseover]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
background: url(/images/dropdown_bg.jpg) top right no-repeat; /*Theme Change here*/
position:absolute;
top: 0;
border-bottom-width: 0;

font:normal 11px Verdana;
line-height:2px;
z-index:100;
width: 200px;
visibility: hidden;
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=90); opacity: 0.9;

}

.dropmenudiv a{
background: url(/images/dropdown_bg.jpg) top right no-repeat; /*Theme Change here*/
width: 100%;
display: block;
text-indent: 2px;
padding: 3px 0;
font:normal 11px Verdana;
text-decoration: none;
font-weight: normal;
color:#000000;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-image:url(/Images/menu_bg_over.png);
background-color:#f0b90f;
color:#000000;
}