#adminmenu,
#submenu,
#minisub {
	display: none;
}

.chromestyle {
	background:#83B4D8;
	border-top:3px solid #448ABD;
	border-bottom:1px solid #448ABD;
	margin:0pt;
	padding:0.2em 0.5em 0.3em 0.2em;
}

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

.chromestyle ul {
	padding: 3px 0 3px 0;
	margin: 0;
}

.chromestyle ul li {
/*	display: inline; */
	float: right;
	list-style-type: none;
}

.chromestyle ul li a {
	color: #000;
	padding: 3px 5px 3px 9px;
	margin: 0;
	text-decoration: none;
	border: 0;
	font-size: 14px;
}

.chromestyle ul li a:hover {
	background:#DDEAF4 !important;
	color:#333333 !important;
	padding-bottom:8px !important;
}

.dropmenudiv {
	position: absolute;
	top: 0;
	font-size: 12px;
	z-index:100;
	visibility: hidden;
	margin-top:-3px;
	_margin-top:0px;
	width:130px;
}

.dropmenudiv a {
	background:#83B4D8;
	border-top:1px solid #103653;
	height:auto;
	line-height:110%;
	padding:3px 30px 6px 10px;
	text-indent:-20px;
	width:130px;
	display: block; 
	color:#000;
	border-bottom:0px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background:#DDEAF4 !important;
	color:#333333 !important;
}

.chromestyle ul li.current a {
	background:#0D324F;
	border-left:2px solid #4F96C8;
	border-top:1px solid #96C0DE;
	color:#FFFFFF;
	padding-bottom:8px;
	_padding-bottom:6px;
	font-weight:bold;
}

.dropmenudiv a.current {
	background:#0D324F;
	color:#FFFFFF;
	font-weight:bold;
}

