.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 35px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; border:0;
}

.chromestyle ul li{
float:left;

background:url(../images/menu-line.jpg) no-repeat;
margin:0px;
width:86px;
padding-left:1px;




}

.chromestyle ul li a{
color:#fff;
width:86px;
display:block;

font-family:Arial, Helvetica, sans-serif;
margin:0;
text-decoration: none;
line-height:38px;
font-size:12px;
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover{/*script dynamically adds a class of "selected" to the current active menu item*/
background:url(../images/menu-after01.jpg) right 0px;_background:url(../images/menu-after01.jpg) left 0px;
color:#fff;
height:38px;/*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:100;
width:107px;
visibility: hidden;
float:left;
margin-top:1px;
*margin-top:0px !important;
_margin-top:-2px;
}

.dropmenudiv a{
display: block;
text-indent:1.2em;
text-decoration:none;
font-size:12px; 
font-family:Arial, Helvetica, sans-serif;
color:#fff;
text-align:left; 
height:29px; 
line-height:29px;
border-bottom:1px solid #fff;
background-color:#208BC3;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff; background-image:url(../images/menu-after02.jpg); height:29px;
}