.chromestyle{
	/* width: 100%; */
	 font-weight: bold; 
	font-size : 8pt;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
	/* border: 1px solid #82bb4a; */
	/* width: 100%; */
	background-color : #82bb4a;
	padding: 0px 0;
	margin: 0;
	text-align: left; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: white; 
	padding: 0px 5px;
	margin: 0;
	text-decoration: none;
	background-color : #82bb4a;
	border-right: 1px solid #82bb4a; 
}

.chromestyle ul li a:hover{
	background-color : #eab661; 
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: ""; 
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 2px solid #82bb4a; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 8pt;
	line-height:18px;
	z-index:100;
	background-color: #82bb4a;
	width: 150px; 
	visibility: hidden;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #BBB; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font-weight: bold;
	color: white;
	background-color: #82bb4a;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #eab661;
}


.search_input {
	font-size : 8pt;
	padding-top : 0;
	padding-bottom : 0;

}






