.chromestyle{
width: 100%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 1px; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #000;
width: 100%;
	background-image:url(media/chromebg.gif); 
	background-repeat:repeat-x; background-position:bottom; 
	
padding: 10px 0 13px;
margin: 0;
text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #494949;
padding: 4px 7px;
margin: 0;
text-decoration: none;
border-right: 1px solid #FFF; /*THEME CHANGE HERE*/
width: 100%;
margin: 0;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
color:#000000; 

}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-bottom-width: 1;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
width: 100%;
display: block;
text-indent: 5px;
border: 0px solid #CCCCCC; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
text-align:left;
font-weight: normal;
color: #333333;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #FFECEC;
}