.chromestyle{
width: 960px;
font-weight: bold;
}

.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: #05577C repeat-x center center;
	padding: 4px 0;
	margin: 0;
	text-align: center;
	border-top: 1px solid #05577C;
	border-right: 0px none;
	border-bottom: 4px solid #DAE6EB;
	border-left: 0px none;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #FFFFFF;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 1px groove #666666;
	font-family: Verdana;
}

.chromestyle ul li a:hover{
	background: repeat-x center center;
	color: #FFD300;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 174px;
	font:normal 12px Verdana;
	line-height:18px;
	z-index:100;
	background-color: #DAE6EB;
	width: 200px;
	visibility: hidden;


filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	left: 509px;
	border-top: 1px solid #006600;
	border-right: 1px solid #006600;
	border-bottom: 0 solid #006600;
	border-left: 1px solid #006600;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #006600;
	padding: 2px 0;
	text-decoration: none;
	font-weight: normal;
	color: black;
	font-family: Verdana;
	font-size: 11px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{
	background-color: #FFD300;
	color: #FFFFFF;
}
