.chromestyle{
Xwidth: 99%;
font-weight: bold;
float:left;
background:url(../image/nav.gif) no-repeat top right;
padding:5px 0 5px 15px;
width:165px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
Xborder: 1px solid #BBB;
width: 154px;
background: url(chromebg.gif) no-repeat top left; /*THEME CHANGE HERE*/
Xpadding: 4px 0;
margin: 0;
padding-left:0px;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
height:24px;
margin: 0;
width:154px; display:block;
text-decoration: none;
Xborder-right: 1px solid #DADADA;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
height:24px; background: url(chromebg-over.gif) bottom left no-repeat; margin:0px !important; padding:0px !important; /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
Xborder: 1px solid #BBB; /*THEME CHANGE HERE*/
Xborder-bottom-width: 0;
font:normal 12px arial;
line-height:18px;
z-index:100;
background-color:#f9f9f9;
width: 200px;
float:right;
visibility:hidden;

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #e7e7e7; /*THEME CHANGE HERE*/
padding: 5px 0 5px 18px;
text-decoration: none;
font-weight: bold;
color: #005dbc;
background:#f9f9f9 url(../red-arrow.gif) no-repeat 11px  11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
