.chromestyle{
width: 836px;
height:35px;
background-repeat:no-repeat;
font-family:  Arial;
font-size:12px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
width: 100%;
 display:block;
 height:30px;
 margin:0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display:block;
height:30px;
float:left;
text-transform:uppercase;
}

.chromestyle ul li a{
color: #FFF;
margin: 0;
text-decoration: none;
display:block; float:left;
padding:7px 15px 5px 15px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
  background-image:url('/chromemenu/images/selector.jpg') /*THEME CHANGE HERE*/; cursor:pointer;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 130px !important;
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index:100;
width: 170px;
text-align:left;
visibility: hidden;
}


.dropmenudiv a {
width: auto;
display: block;
text-indent: 5px;
text-decoration: none;
color: white;
background: url(../images/menu_bg.png) repeat;
/*background-color:#3664C6;*/
height: 100%;
padding:5px 10px 5px 10px;
height:18px;
}

.dropmenudiv a:hover { color: #fff; background-color:#E86D08; background-image:url('../images/bg-hover.png')}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.bottom_div {
background: url(../images/bg_bottom.png) repeat-x 0 0;
height: 10px;
}
.menuspace{ height:28px; width:2px; background-image:url(../images/a-bg.jpg); background-repeat:no-repeat;}
.chromestyle ul li a img{ display:none;}