.chromestyle{
	width: 830px;
	margin: 0 auto 3px;
	clear: both;
	text-align: left;
	display: block;
	padding: 0px;
	position: relative;
	height: 37px;
	background: url('../images/nav_line.png') no-repeat bottom left;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul{
    position: relative;
    width: 100%;
	margin: 0;
	left: 60px;
}

.chromestyle ul li{
	display: inline;
	list-style:none;
	text-transform:uppercase;
	float:left;
	padding-right: 1px;
	padding-left: 1px;
}

.chromestyle ul li a:link, .chromestyle ul li a:visited{
	padding:10px 11px 8px;
	text-decoration:none;
	display:block;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size:11px;
	color: #565A5F;
	border-top: 1px solid #E6E6E6;
	border-left: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;

}

.chromestyle ul li a:hover{
	color: #1E1E1E;
	text-decoration:none;
}

.chromestyle ul li a:current{
	color: #565A5F;
	text-decoration:none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	top: 0;
	border: 1px solid #FFF; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	line-height:18px;
	z-index:100;
	background-color: #FFFFFF;
	width: 150px;
	font-family: "Trebuchet MS", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 11px;
	text-transform: uppercase;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: left;
}

.dropmenudiv a{
	width: auto;
	display: block;
	border-bottom: 1px solid #D9D9D9; /*THEME CHANGE HERE*/
	padding: 5px;
	text-decoration: none;
	color: #565A5F;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color: #1E1E1E;
	text-decoration:none;
}
