.chromestyle{
	height: 36px;

}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
	content: ".";
	display: block;
	visibility: hidden;
}

.chromestyle ul{
	display: inline;
	margin: 0px;
	padding: 0px;

}

.chromestyle ul li{
	display: inline;
	height: 36px;
	width: 65px;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a{
	text-decoration: none;
	height: 36px;
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;
}

.chromestyle ul li a:hover, .chromestyle ul li a.selected{ /*script dynamically adds a class of "selected" to the current active menu item*/
	display: inline;
	white-space: nowrap;
	margin: 0px;
	padding: 0px;

}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	z-index:100;
	background-color: #3C5A98;
	visibility: hidden;















filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);
	font-size: 12px;
	color: #FFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #FFF;
	padding-top: 3px;
	padding-right: 30;
	padding-bottom: 3px;
	padding-left: 0;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	background-color: #011C6B;

}

