.chromestyle{
	margin: 0 0 0 0;
	font-size: 10px;
	font-weight: bold;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	padding: 0px;
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	
}

.chromestyle ul li{
	float: left;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin: 0 -8px 0 0;
}

.chromestyle ul li.last {
	float: left;
	background-image: url(../images/left.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	margin: 0 0px 0 0;

}

.chromestyle ul li a{
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 20px;
	padding-bottom: 10px;
	text-decoration: none;
	color: #0f579d;
	padding-top: 10px;
	display: block;
	margin: 0px;
	padding-left: 5px;
}

.chromestyle ul li a:hover{
color: #A20705; /*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{
text-align:left;
position:absolute;
top: 0;
border: 1px solid #BBB; /*THEME CHANGE HERE*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv a{
display: block;
text-indent: 3px;
border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 200px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #F0F0F0;
}
