.chromestyle{
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	clear: both; 
	content: "."; 
	display: block; 
	height: 0; 
	visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	padding: 4px 0;
	text-align: left; /*set value to "left", "center", or "right"*/
	width: 100%;
}

.chromestyle ul li{
	display: inline;
	font-size: smaller;
}

.chromestyle ul li a{
	border-bottom: 3px solid #fff;
	color: #FFF;
	margin: 0;
	padding: 4px 7px;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	border-bottom: 3px solid #fc0;
	color: #fc0;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: "";
	/*content: " " url(bullet_arrow_down.png); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	background: #42657B;
	border: 1px solid #036; /*THEME CHANGE HERE*/
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-size: smaller;
	line-height: 18px;
	position:absolute;
	top: 0;
	visibility: hidden;
	width: 200px;
	z-index: 100;
}


.dropmenudiv a{
	border-left: 5px solid #fff;
	display: block;
	color: #FFF;
	padding: 2px 0;
	text-decoration: none;
	text-indent: 3px;
	width: auto;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	border-left: 5px solid #fc0;
	color: #fc0;
  text-decoration: none;
}
