.chromestyle{
	width: 100%;
        position: relative;
        width: 600px;
        top: -14px;
        /top: -16px;
        left: 215px;
        text-transform: uppercase;
}

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

.chromestyle ul{
	border: 0px;
	width: 100%;
	padding: 2px 7px;
	margin: 0;
	text-align: center; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
	display: inline;
        list-style-type: none;
        padding: 0 14px;
}

.chromestyle ul li a{
	font:normal 13px Trebuchet MS;
	color: white;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

.chromestyle ul li a:hover{
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
	content: " ";
	/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}

.chromestyle a{
	font:normal 13px Trebuchet MS;
	color: white;
	padding: 11px 0 0 0;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}
.chromestyle2 a{
	font:normal 13px Trebuchet MS;
	color: white;
	padding: 4px 7px;
	margin: 0;
	text-decoration: none;
	border-right: 0px solid #DADADA;
}

.chromestyle a:hover{
}



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

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 0px;
	border-bottom-width: 0;
	font:normal 13px Trebuchet MS;
	line-height:15px;
	z-index:100;
	background-color: #007c3d;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#353535,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid #FFFFFF; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: white;
}

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #003d7c;
}
