.chromestyle
{
	width: 100%;
	
}

.chromestyle:after /*Add margin between menu and rest of content in Firefox*/
{ 
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul /*set value to "left", "center", or "right"*/
{
width: 100%;
padding: 10px 0;
margin: 0 10px;
text-align: left;  
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
	color: #051856;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 16px;
	font-weight: 600;
	padding: 10px;
	margin: 0;
	text-decoration: none;
}

.chromestyle ul li a:hover{
	color: #E56711;
	text-shadow: none;
}

/* Style for Drop Down Menu */

.dropmenudiv{
	position: absolute;
	top: 0;
	margin-left: 10px;
	border: 1px solid #dddddd; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font-size: 12px;
	text-align: left;
	line-height: 18px;
	z-index: 100;
	background-color: #ffffff;
	width: 200px;
	visibility: hidden;
	-webkit-box-shadow: 5px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 5px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 5px 5px 0px rgba(0,0,0,0.3);

}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 5px;
border-bottom: 1px solid #dddddd; /*THEME CHANGE HERE*/
padding: 6px 0;
text-decoration: none;
font-weight: normal;
color: #555555;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #555555;
color: white;
}