.chromestyle{
float: left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}



.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#464646;
cursor:pointer;
font-size:11px;
font-weight: bold;
line-height:33px;
text-decoration:none;
text-transform:capitalize;
}




.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background: url(/images/images/chromebg-over.jpg) center center repeat-x; /*THEME CHANGE HERE*/
color:#EE0000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid;
border-color:red;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: white;
/*opacity:0.2;*/
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: black;
}
.dropmenudiv a:hover{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 0;
text-decoration: none;
color: red;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
