.chromestyle{
width: 99%;
font-weight:normal;
}

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

.chromestyle ul{
border:none;
width: 100%;
/*background-color:#76C5F0; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;

}

.chromestyle ul li a{
font-family: Arial, Helvetica, sans-serif;
color: #000000;
/*padding: 4px 7px;*/
margin: 0;
text-decoration: none;
background-image:url(images/menu_bg.jpg); width:105px; height:35px; font-size: 1.1em; float:left; text-align:center; padding-top:30px;
 background: transparent;

}

.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(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
background-image:url(../images/menu_hover.jpg);
}

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

.dropmenudiv{
position:absolute;
top: 0;
border:1px solid #ffffff; /*THEME CHANGE HERE*/

/*font:normal 12px Verdana;*/
line-height:18px;
z-index:100;
background-color: #cedce4;
width: 200px;
visibility: hidden;
-moz-opacity: .8;
filter: alpha(opacity=80);



/*filter: progid:DXImageTransform.Microsoft.Shadow(color=#fffff,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
margin:5px;
border-bottom: 1px solid #bbc9d2; /*THEME CHANGE HERE*/
padding: 2px 10px;
text-decoration: none;
color: black;


}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #0b96dd;
color:#FFFFFF;



}
