.chromestyle{
	padding-top:3px;
	font-weight: bold;
	font-size:14px;
	width: 100%;
}

.chromestyle ul{
/*border: 1px solid #BBB;*/
font-size:14px;
width: 100%;
padding: 0px 0;
margin: 0;
text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	font-size:14px;
	display: inline;
	padding-left:14px;
	text-align: center;
}

.chromestyle ul li a{
color: #ffffff;
padding: 4px 6px;
margin: 0;
font-size:14px;
text-decoration: none;
/*border-right: 1px solid #DADADA;*/
}

/*.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
}*/

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 2px solid #c72712; /*THEME CHANGE HERE*/
border-top-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
background-color: white;
width:200px;
visibility: hidden;
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 18px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color:#FFFFFF;
background-color: #c72712;
}

