.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
	text-align: left; /*set value to "left", "center", or "right"*/
	margin: 0px;
}

.chromestyle ul li{
	margin:0;
	padding:0;
	list-style:none;
	float:right;
	display:block;
}

.chromestyle ul li a{
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	display:block;
	padding-right: 20px;
	padding-left: 20px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	color:#CCC;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	z-index:1000;
	visibility: hidden;
	list-style-type: none;
}

.dropmenudiv li a:visited,
.dropmenudiv li a:link{
	width: 100%;
	display: block;
	text-decoration: none;
	line-height:22px;
	background-color: #0099CB;
	width: 150px;
	text-align: left;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
	color: #FFF;
	text-decoration: none;
	display: block;
	list-style-type: none;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	font-weight: bold;
	font-size: 11px;
}

.dropmenudiv li a:hover{
	background-color: #849BAF;
}

