.chromestyle{
width: 100%;
font-weight: bold;
margin-left:10px;
}

.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: 4px 0;
margin: 0;
text-align: right; /*set value to "left", "center", or "right"*/
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color:#FFFFFF;
padding: 6px 7px;
margin: 0;
text-decoration: none;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
background-color:#ECFAFD;
color:#000000;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
margin-top:6px;
z-index:300;
visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-decoration: none;
	clear: both;
	height: 36px;
	line-height:36px;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

