.chromestyle{
	width: 99.8%;
	font-weight: normal;
	background-color: #074E1E;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #08481C;
	border-color: #08481C;
	border-right-style: none;
	border-left-style: none;
}

.chromestyle:after{
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	border-color: #000000;
	border-left-color: #000000;
	border-bottom-color: #000000;
	border-right-color: #000000;
	border-top-color: #000000;
	border-left-style: none;
	border-right-style: none;
}

.chromestyle ul{
	border: 1px solid #BBB;
	width: 100%;
	background: url(chromebg3.gif) center center repeat-x;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	font-weight: normal;
}

.chromestyle ul li{
	display: inline;
	font-weight: normal;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #ADED7C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{
	background: url(chromebg3-over.gif) center center repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #ADED7C;
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: white;
	width: 200px;
	visibility: hidden;

filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
}


.dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 3px;
	border: 1px solid #ADED7C;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	font-style: normal;
}

.dropmenudiv a:hover{
	background-color: #07501F;
	font-style: normal;
	font-weight: normal;
	color: #FFFFFF;
}

