.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:275px;
text-align:center;
height:43px;
}

.chromestyle ul li a{
color:#fff;
display:block;
font-family:Arial;
margin:0;
text-decoration: none;
line-height:43px;
height:43px;
font-size:14px;
/*border-right: 1px solid #DADADA;*/

}

.chromestyle ul li a:hover{/*script dynamically adds a class of "selected" to the current active menu item*/
color:#fff; background:url(../images/menu-after.jpg) no-repeat;height:43px;/*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:273px;
border:1px solid #e0e0e0;
text-align:center;
visibility: hidden;
float:left;
background-color:#fff;
margin-top:-1px;
_margin-top:-60px;
*margin-left:-2px !important;
margin-left:0px;
padding:12px 0px;

}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:12px; 
font-family:Arial;
color:#565656;
text-align:left;
line-height:24px;
padding:0px 26px;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#565656; background:#f0f0f0;
}