.chromestyle{
width: 99%;
font-weight: bold; padding:0px; margin:0px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{

width: 600px;
background-color:#0C2A32; /*THEME CHANGE HERE*/
padding: 8px  0px 13px 300px; 
margin: 0px;
opacity:0.78;
filter:alpha(opacity=78);
-moz-opacity:.78;
text-align:right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FFffff;
padding: 12px 7px 13px; font-family:Arial; font-size:12px; font-weight:bold;
margin: 0;
text-decoration: none;
/*border-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*/
background-color:#ff0000; 
 /*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
border: 1px solid #336699;
border-top: 0px solid #336699;/*THEME CHANGE HERE*/
font:normal 12px Verdana;
line-height:18px;
z-index:1000;
background-color: white; margin-top:-1px;
width:175px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
filter:alpha(opacity=95);
-moz-opacity:.95;
opacity:.95;
}


.dropmenudiv a{
width: auto;
display: block;
border-bottom: 1px dashed #ee858e; /*THEME CHANGE HERE*/
padding:7px 2px 7px 20px ;
text-decoration: none;
font-weight: bold;
color: white; background-color:#eb1a2b; text-align:left; text-decoration:none;  background-image:url(images/nav_icon_l.jpg); background-repeat:no-repeat; background-position:7px 12px;



}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #4e6d8d; background-image:url(images/nav_icon_h.jpg); background-repeat:no-repeat;background-position:7px 12px;
}









