#adminmenu,
#submenu,
#minisub {
	display: none;
}

.chromestyle {
	font-family: Verdana;
	font-size: 100%;
	margin: 15px 5%; 
	border-bottom: 1px solid #BBB;
}

.chromestyle img {
	margin: 0 0 0 0;
	padding: 0px 1px 0 4px;
	}
	
.chromestyle:after { /*Add margin between menu and rest of content in Firefox*/
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.chromestyle ul {
	border: 1px solid #BBB;
	width: 100%;
	background: url(images/menu_normal.png) repeat-x 0px 0px;
	padding: 3px 0 3px 0;
	margin: 0;
	text-align: left;
	border-bottom-width: 0;
}

.chromestyle ul li {
	display: inline;
}

.chromestyle ul li a {
	color: #494949;
	padding: 5px 9px 3px 5px;
	margin: 0;
	text-decoration: none;
	border-right: 1px solid #DADADA;
	border-bottom: 0;
}

.chromestyle ul li a:hover {
	background: url(images/menu_hover.png) repeat-x 0px 0px;
	border-bottom: 1px solid #BBB;
}

.dropmenudiv {
	position: absolute;
	top: 0;
	border: 1px solid #BBB;
	border-bottom-width: 0;
	font-family: Verdana;
	font-size: 100%;
	line-height:18px;
	z-index:100;
	background-color: #f6f6f6;
	width: 200px;
	visibility: hidden;
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}

.dropmenudiv a {
	width: auto;
	display: block;
	border-bottom: 1px solid #BBB;
	text-decoration: none;
	font-weight: normal;
	color: black !important;
	text-indent: -20px;
	padding: 2px 5px 2px 30px;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover {
	background-color: #A3C0FF;
}

.chromestyle .current, .dropmenudiv a.current {
	font-weight: bold;
	background: #fff url(images/menu_hover.png) repeat-x 0px 0px !important;
}

