
.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
background:center center repeat-x; /*THEME CHANGE HERE*/
padding: 2px 0px;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFF;
margin: 0;
text-decoration: none;
border-right: 1px solid #DADADA;
font-size:12px;
	font-weight:normal;
color:#FFF;
padding-right: 8px;
text-decoration:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #000; /*THEME CHANGE HERE*/
border-top-width: 0;
line-height:18px;
z-index:100;
background-image:url(../images/dropdown-bg.png);
width: 200px;
visibility: hidden;
margin-top:4px;
margin-left:-9px;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
padding: 2px 6px;
font-size:12px;
	font-weight:normal;
color:#FFF;
text-decoration:none;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}
