.chromestyle{
	clear: both;
	border-top: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	border-bottom: none;
	border-left: 5px solid #FFFFFF;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	width: 100%;
	background-color: #3E6401;
	padding: 8px 0;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
	font-size: 15px;
}

.chromestyle ul li{
	display: inline;
	margin: 0;
	padding: 0;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited {
	padding: 0 10px;

	text-decoration: none;
	border-right: 1px solid #656565;
	color: #FFF;
	width: 67px;
}

.chromestyle ul li a#firstlink {
	border-left: 1px solid #FFF;
}

.chromestyle ul li a:hover{
	text-decoration: underline;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #BBB; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 14px;
	line-height:18px;
	z-index:100;
	background-color: #3E6401;
	width: 150px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	text-align: left;
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}


.dropmenudiv a:link, .dropmenudiv a:visited {
	width: 150px;
	display: block;
	text-indent: 3px;
	border-bottom: 1px dotted #CCC; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #FFF;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ 
	text-decoration: underline;
}

.dropmenudiv a.currentlink {
	background-color: #101B21;
}