.chromestyle{
width: 102%;
font-weight: bold;
font-family:Arial, Helvetica, sans-serif;
z-index:112;
}

* .chromestyle {
width: 890px;
}

/*Add margin between menu and rest of content in Firefox*/

.chromestyle:after{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}


.chromestyle ul{
width: 110%;
/*background: url(../images/chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 4px 0;
margin: 0;
margin-left:-25px;
padding-top:7px;
padding-left:15px;
text-align:left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
padding-left:25px;
font-size:12px;
}

.chromestyle ul li a{
color: #000;
padding: 4px 7px;
margin: 0;
text-decoration: none;
font-size:12px;
text-transform:uppercase;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ background-color:#000; color:#fff; /*script dynamically adds a class of "selected" to the current active menu item*/
 /*background: url(../images/chromebg-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
/*border: 1px solid #BBB;*/ /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:bold 12px Arial;
line-height:18px;
z-index:112;
background-color:#EAE9E4;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 0 auto;
display: block;
text-indent:10px;
background-image:url(../images/bottom_border.gif);
background-position:10px 30px;
background-repeat:no-repeat;
padding:9px 0;
text-decoration: none;
text-transform:uppercase;
font:bold 12px Arial;
color:#000;
clear: both;
}

.page-item-57 a, .page-item-71 a, .page-item-140 a, .page-item-76 a, .page-item-29 a, .page-item-63 a, .page-item-26 a{background-image:none;}


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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #fff;
}

.dropmenudiv li {list-style-type: none;}
* html .dropmenudiv li {
height: 34px; margin-left: -20px;
}

#dropmenu5 .page-item-74 a {text-indent:0;padding-left:10px;}
#dropmenu5 ul {margin-left:10px;padding-left:10px;}