#menu-container/* Begin CSS Drop Down Menu */
	{
	z-index: 500;
	text-align: left;
	width: 100%;
	}
.chromestyle{
	}

.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%;
	margin: 0;
	text-align: right; /*set value to "left", "center", or "right"*/
	padding-top: 2px;
	padding-right: 0;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #126D7D;
	margin: 0;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}

.chromestyle ul li a:hover{
	color: #333;
}


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

.dropmenudiv{
	line-height:18px;
	z-index:100;
	background-color: #FFF;
	width: 100px;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	position: absolute;
	top: 0px;
	margin-top: 5px;
	margin-left: 2px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 8px;
	text-decoration: none;
	color: #126D7D;
	padding-top: 4px;
	padding-right: 0;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: left;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #333;
}

