a{
	outline:none;
}
.chromestyle{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	float:right;
	width:auto;
	background:#3a6994;
	color:#5789b6;
}

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

.chromestyle ul{
	padding:9px 1px 10px 1px;
	margin: 0px;
	display:block;
}

.chromestyle ul li{
	display: inline;
}

.chromestyle ul li a{
	color: #bbeaff;
	padding:8px;
	padding-left:10px;
	padding-right:10px;
	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: #05305a !important;
}

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

.dropmenudiv{
	position:absolute;
	top: 0px;
	line-height:18px;
	z-index:100;
	background-color: #3a6994;
	width: 150px;
	visibility: hidden;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	margin-top:2px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	border-bottom:1px solid #2c5a85;
	padding:5px;
	text-decoration: none;
	color: #bbeaff;
}


.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #05305a;
	color:#bbeaff;
}