.chromestyle {
width: 99%;
font-weight: normal;
}

.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul {
width: 100%;
height: 30px;
padding: 0px;
margin: 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li {
display: inline;
padding: 0px;
margin: 0px;
display: block;
float: left;
}

.chromestyle ul li.sp {
height: 30px;
overflow: hidden;
}

.chromestyle ul li.sp img {
padding: 0px;
margin: 0px;
}

.chromestyle ul li a {
color: #494949;
padding: 0;
margin: 0;
text-decoration: none;
line-height: 30px;
height: 30px;
display: inline-block;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected {
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
position: absolute;
top: 0;
margin-top: -1px;
z-index: 100;
background: #78b10b url("../images/submenubg.jpg") top repeat-x;
width: 150px;
visibility: hidden;
text-align: left;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a {
width: auto;
display: block;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 3px 5px;
font-size: 13px;
line-height: 21px;
text-decoration: none;
font-weight: normal;
color: black;
}

* html .dropmenudiv a { /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
background-color: #98d00b;
}
