.chromestyle{
width: 99%;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
background:url(../images/bg_mnu.png)) center center repeat-x; /*THEME CHANGE HERE*/
padding:0;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
padding:14px 43px;
margin: 0;
text-decoration: none;
border-right: 1px solid #f2f1f1;
/*background:url(../images/menu-line.jpg) no-repeat top right;*/
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
font-weight:normal;
color:#FFF;
display:block;
float:left;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
background-color:#F00;
font-family:Verdana, Geneva, sans-serif;
font-size:12px;
text-decoration:noone;
margin:0px;
padding:14px 43px;
border-right:1px solid #ffffcc;
text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0px;
border: 1px solid #F00; /*THEME CHANGE HERE*/
font:normal 11px Verdana;
line-height:10px;
z-index:100;
background-color:#666;
repeat ;
width: 164px;
visibility: hidden;
text-align:left;
margin-top:1px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #F00; /*THEME CHANGE HERE*/
padding: 3px 3px;
text-decoration: none;
font-weight:normal;
color: #FFF;
line-height:20px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #9b9e9b;
color:#ffffff;
}
