.chromestyle{
width: 99%;
/*font-weight: bold;*/
}

/*.chromestyle:after{ Add margin between menu and rest of content in Firefox
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}*/

.chromestyle ul{
/*border: 1px solid #000000;*/
height:32px;
width:887px;
background:url(images/menubg5.jpg) repeat-x;
/*background: url(chromebg.gif) center center repeat-x THEME CHANGE HERE padding: 4px 0;*/
margin: 0px;
text-align: left;
padding-left:0px;
}
.chromestyle ul li{
display: inline;
margin:0px;
padding:0px;
}
.chromestyle ul li a{
color: #ffffff;
/*padding: 4px 7px;*/
margin: 0;
padding:10px 20px 9px 20px;
text-decoration: none;
height:30px;
border-right:2px dotted #DEDCDC;
line-height:32px;
}
.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
/*background: url(chrometheme/menu_ahover_bg.gif) center center repeat-x; /*THEME CHANGE HERE**/
height:30px;
background-color:#febf00;
color:#000000;
line-height:32px;
}
.chromestyle ul  li.chromestyle2  a:hover
{
height:30px;
background-color:#ff0000;
color:#000000;
line-height:32px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #ffffff;
border-bottom-width: 0;
font-size:10px;
font-family:Verdana, Arial, Helvetica, sans-serif;
line-height:18px;
z-index:100;
background-color:#febf00;
width: 97px;
visibility: hidden;
/* filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); Add Shadow in IE. Remove if desired*/
text-align:left;
}
.dropmenudiv a{
width: auto;
display:block;
text-indent: 3px;
border-bottom: 1px solid #fff; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: #000000;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #000000;
color:#ffffff;
}