.chromestyle{
margin:0px auto;
}
#menulink_8 a{color:#FFF}
#menulink_8 a:hover{color:#FFF}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
visibility: hidden;
}

.chromestyle ul{
/*border: 1px solid #BBB;
width:100%;
/*background: url(chromebg.gif) center center repeat-x; /*THEME CHANGE HERE*/
/*background:url(menu_bg.jpg) no-repeat center;*/
padding:0px 0px 0px 0px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; border:0;
}

.chromestyle ul li{
float:left;
width:111px;
padding-right:3px;
background:url(../images/menu_li.jpg) no-repeat right;
}

.chromestyle ul li a{
color:#FFF;
display:block;
font-family:Arial;
margin:0;
text-decoration: none;
line-height:35px;
font-size:13px;
font-weight:bold;
/*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:url(../images/index_06.jpg) no-repeat left top;
color:#fff;
height:35px;/*THEME CHANGE HERE*/
}




/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0;
/*border: 1px solid #e45f02; /*THEME CHANGE HERE*/
/*border-bottom-width: 1;*/
font-size:12px;
z-index:10000;
visibility: hidden;
float:left;
padding:10px 0px;
background-color:#e6e6e6;
margin-left:0px;
}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:12px; 
font-family:Arial;
color:#505050;
height:30px; 
font-weight:bold;
line-height:30px;
padding:0px 30px;
_padding:0px 30px;
background:url(../images/menu2_before.jpg) no-repeat left;

/*filter:alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;*/
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#b60005; background:url(../images/menu2_after.jpg) no-repeat left;
}