
.chromestyle{
width: 100%;
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: 0;
width: 100%;
padding: 4px 0;
height:32px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
text-align: left;
}

.chromestyle ul li a{
color: #fff;
padding: 14px 9px;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
line-height:2.5em;
font-weight:normal;
text-align: left;
text-transform:lowercase;
}

.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(../images/menuon.png) center center repeat-x; /*THEME CHANGE HERE*/
}

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

.dropmenudiv{
position:absolute;
top: 0;
border: 0;
border-top-width: 0;
font:normal 14px Arial;
text-transform:lowercase;
line-height:24px;
padding:0px;
padding-bottom:20px;
z-index:100;
width: 240px;
visibility: hidden;
background-image:url(../images/submenubg.png);
color:#FFFFFF;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 10px;
text-decoration: none;
font-weight: normal;
color: #FFFFFF;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-image:url(../images/menuon.png);
color:#FFFFFF;
border-left: 5px solid #FF9900;
}

img, div, input { behavior: url("iepngfix.htc") }