.chromestyle{
width:600px;
font-weight: bold;
float: left;
clear: left;
text-align: left;
}


.chromestyle ul{
width: 600px;
margin: 0;
}

.chromestyle ul li{
width: auto;
float: left;
}

.chromestyle ul li a {
color: #fff;
font-size:10px;
text-transform:uppercase;
height: 15px;
width: auto;
padding: 3px 9px 3px 9px;
margin: 1px 0 0 0;
display: block;
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*/
color: #ccc;
background:#393939;
text-decoration: none;
}

.chromestyle ul li a.on {
color: #ccc;
background:#393939;
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin: -1px 0 0 1px;
padding: 10px 0 10px 0;
border-top-width: 0;
font:normal 11px arial;
line-height:18px;
z-index:100;
background: url(../images/template/dropmenu-bg.png) bottom no-repeat;
width: 208px;
visibility: hidden;
}


.dropmenudiv a{
width:188px;
padding: 2px 10px;
float: left;
display: block;
text-decoration: none;
font-weight: bold;
color: #fff;
font-size: 10px;
}

* html .dropmenudiv a{ /*IE only hack*/
width:178px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#ccc;
}