.chromestyle{
	width: 800px;
	margin-top: 5px;
	float: left;
}

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

.chromestyle ul{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	text-align: left;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color:#FFFFFF;
	text-decoration: none;
	font-size: 14px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
}

.chromestyle ul li a:hover{
	color:#93BEE5;
}


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

.dropmenudiv{
	top: 0;
	border-bottom-width: 0;
	line-height:25px;
	background-color:#FFFFFF;
	text-align:left;
	width: 200px;
	visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
	z-index: 100;
	position:absolute;
	margin-top:5px;
	font-family: "Ariel", Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFFFFF;
	margin-left: 20px;
}


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

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

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color:#094d79;
color:#fff;
}
