.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 55px;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
list-style:none; border:0;
}

.chromestyle ul li{
float:left;
width:100px;
text-align:center;
}

.chromestyle ul li a{
color:#fff;
display:block;
font-family:Arial;
margin:0;
text-decoration: none;
font-size:14px;
padding:61px 0px 40px 0px;
/*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/menu1-after.jpg) right 0px;_background:url(../images/menu1-after.jpg) left 0px;
color:#fff;
/*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;
text-align:left;
visibility: hidden;
float:left;
padding:11px 0px 8px 0px;
background-color:#fff;
width:166px;
border-bottom:4px solid #6f7689;
margin-top:2px;
_margin-top:-4px;
}

.dropmenudiv a{
display: block;
text-decoration:none;
font-size:12px; 
font-family:Arial;
color:#565d68;
text-align:left;
/*height:30px; */
line-height:30px;

padding-left:15px;
}


* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#565d68; /*height:30px;*/ background:url(../images/index_08.jpg) repeat-y;
}