.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{
width: 100%;
/* background: url(chromebg.gif) 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{
color: #fff;
padding: 0px 12px 8px 0px;
margin: 0;
text-decoration: none;
font-size:12px;
}


.chromestyle ul li a:hover{
color:#cc0000;
}


.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: "";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv{
position:absolute;
top: 0;
/* border-left: 1px solid #fff;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff; */
border-bottom-width: 0;
line-height:16px;
z-index:100;
background-color:#fff;
width:105px;
visibility: hidden;
color:#222222;
}

.dropmenudiv a{
width: auto;
display: block;
text-indent: 8px;
border-bottom: 1px solid #cccccc; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color:#444444;
font-size:12px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
color:#222222;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #cccccc;
color:#cc0000;
}