.chromestyle{
	float: left;
	height: 30px;
	background-image: url(../images/bg-top-nav.png);
	background-repeat: no-repeat;
	width: 570px;
	padding-top: 90px;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: ".";
display: block;
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	margin: 0;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left; /*set value to "left", "center", or "right"*/
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 27px;
	padding-bottom: 0px;
	padding-left: 27px;
	margin: 0;
}

.chromestyle ul li a:hover{
	color:#FFFFFF;
	text-decoration: underline;
}


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

.dropmenudiv{
	position:absolute;
	top: 0px;
	border-bottom-width: 0;
	z-index:100;
	background-color:#D9D9D1;
	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: 13px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	line-height: 25px;
	margin-top: 13px;
	margin-left: -5px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	border-right: 1px solid #BBB;
	border-left: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	color: #000000;
	padding-top: 2px;
	padding-right: 20px;
	padding-bottom: 2px;
	padding-left: 20px;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 150px;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #77776F;
	color: #FFFFFF;
}

#dropmenu1{
width: 270px;
}
#dropmenu1 a{
width:270px
}