.chromestyle{
margin:0px auto;
width:980px;
}
#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; 
clear: both; 
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;
background:url(menu_fg.gif) no-repeat right 13px;
}

.chromestyle ul li a{
color:#fff;
padding-top:7px !important;
padding-top:7px;
padding-bottom:8px !important;
padding-bottom:8px;
padding-left:28px;
padding-right:28px;
margin:0;
font-family: Arial;
text-decoration:none;
line-height:36px;
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(menu_go_bg1.jpg) no-repeat bottom center;
color:#FFF;
height:36px;/*THEME CHANGE HERE*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top:0px;
font-size:12px;
line-height:20px;
z-index:100;
visibility: hidden;
background:url(menu_rj_left_bg.png) no-repeat top left;
_background:url(menu_rj_left_bg.gif) no-repeat top left;
margin-left:30px;
_margin-left:-160px;
padding:0px 15px;
margin-top:5px;
*left:0px;

}


.dropmenudiv a{
float:left;
text-indent:2px;
padding:21px 13px 15px 13px;
text-decoration:none;
font-size:12px;
color:#282828;
text-align:left;
}

* html .dropmenudiv a{ /*IE only hack*/

}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fe6800;
}
