.chromestyle{
width: 100%;
font-weight: bold;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;



}

.chromestyle ul{
width: 100%;
padding: 7px 0;
margin: 0;
text-align:left;/*set value to "left", "center", or "right"*/



}

.chromestyle ul li{
display: inline;
border-right:1px #fff solid;
}

.chromestyle ul li a{
color: #fff;
padding: 12px 14px;
margin: 0;
text-decoration: none;
font-weight:bold;
	/*text-transform: uppercase;*/
	

 
}
.chromestyle ul li a:hover{
color: #000000;
padding: 12px 14px;
margin: 0;
text-decoration: none;
font-weight:bold;

	/*text-transform: uppercase;*/
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/

color: #000;
padding: 12px 14px;
margin: 0;
text-decoration: none;
font-weight:bold;

/*text-transform: uppercase;*/

 
}
 

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;

	top: 0;
 
	line-height:15px;
	z-index:100;
	background-color:#38c0d9;
	width: 200px;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: uppercase;	/*text-transform: uppercase;*/

 
 
 
}


.dropmenudiv a{
	border-bottom:1px #75e0f3 solid;
width: auto;
display: block;
text-indent: 11px;
padding: 10px 0;
text-decoration: none;
font-weight: bold;
color:#fff;
	/*text-transform: uppercase;*/
 
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
 
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
background-color: #25b1ca;
}
