#chromemenu{
color: #232323;
}

#chromemenu:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
color: #232323;
}

#chromemenu a:hover{ /*Theme Change here*/



}

#chromemenu ul{
width: 100%;
margin-left: 0;
padding-left: 0;
margin: 0;
float: left;
font: normal 10px Verdana;
color: #232323;
background-color:#;
font-weight:bold;
}

#chromemenu ul li{
display: inline;
}

#chromemenu ul li a{
float: left;
color: #464646;
font-weight: normal;
padding: 10px 7px 8px 7px;
text-decoration: none;
background: url(images/divider.png) top right repeat-y; /*Theme Change here*/
font-weight:bold;
}

#chromemenu ul li a:hover{
background-image:url(Images/button_over.png);
color: #232323;
text-decoration: none;
font-weight:bold;
}

#chromemenu 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 ######### */

.dropmenudiv{
position:absolute;
top: 0;
border-bottom: 1px solid #b9b9b9;
border-left: 1px solid #b9b9b9;
border-right: 1px solid #b9b9b9;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:0px;
z-index:100;
background-color: #232323;
width:225px;
visibility: hidden;
FILTER: progid:DXImageTransform.Microsoft.Alpha(opacity=97); opacity: 0.97;
}

.dropmenudiv a{

display: block;
text-indent: 0px;
background-color: #e1e0e0;
border-bottom: 1px solid #b9b9b9; /*Theme Change here*/
padding: 4px 3px 3px 4px;
font:normal 11px Verdana;
text-decoration: none;
font-weight: normal;
color:#000000;
width:auto;
}

.dropmenudiv a:hover{ /*Theme Change here*/
background-color: #767877;
color:#FFFFFF;
width:auto;
}