.chromestyle{
	width: 100%;
	height: 16px;
	font-weight: normal;
}

.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%;
padding: 2px 0px;
margin: 0px 0px 0px 0px;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #fff;
padding: 4px 17px;
margin: 0;
font:bold 11px "Trebuchet MS";
text-decoration: none;
border-right: 1px solid #5FBDE8;
}

.chromestyle ul li.last a {
border-right:none;
}

.chromestyle ul li a:hover{
color:#B8D7F5;
text-decoration: none; /*THEME CHANGE HERE*/
}

.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: 1px solid #777; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 11px "Trebuchet MS";
line-height:18px;
z-index:100;
background-color: #505050;
width: 140px;
visibility: hidden;
color: #fff;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 1px solid #999; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: normal;
color: #fff;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #333;
}

