div#chromemenu [
width: 100%;
text-align: left;
margin: 0px;
padding: 0px;
}
#chromemenu img {
border: 0px;
margin: 0px;
padding: 0px;
}

.chromestyle{
width: 100%;
font-weight: bold;
text-align: left;
margin: 0px;
padding: 0px;
}
.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 #666;
background:url(off_730.gif) center center repeat-x; /*THEME CHANGE HERE*/
padding: 0px;
margin: 0px;
width: 985px; /*width of menu*/
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
list-style: none;
margin: 0px;
padding: 0px;
border: 0px;
text-indent: 0;
display: inline;
list-style: none;
}

.chromestyle ul li a{
list-style: none;
color: #ffffff;
border: 0px;
padding: 0px;
margin: 0px;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
padding : 0px ;
margin : 0px ;
border: 0px;
color: #00ff66;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
font-size: 11px;
font-family: 'ＭＳ Ｐゴシック', 'メイリオ', 'ＭＳ Ｐ明朝', 'Osaka', 'verdana', 'Georgia', 'Times';
width: 220px;
font-weight: normal;
text-indent: 10px;
text-align: left;
position:absolute;
top: 0;
border: 1px solid #888; /*THEME CHANGE HERE*/
border-bottom-width: 0;
background-color: #555;
margin: 0px;
padding: 0px 0px;
visibility: hidden;
z-index:100;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 10px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 3px 0px;
margin: 0px;
text-decoration: none;
font-weight: normal;
color: white;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#fff;
background-color: #777;
}