@CHARSET "ISO-8859-1";

.menu {
	border-top: 1px solid #006699;
	border-bottom: 1px solid #006699;
	height: 22px;
	z-index: 100;
}

.menubar {
	margin-top: -4px;
	position:relative;
	z-index:2000;
}

/* Firefox needs this to set up the menu bar */	
.menuitem>div {
	width: 140px;
	color: #369;
	font-size: 110%;
	font-weight: bold;
	position: relative;
	padding-left: 5px;
}

/* IE needs this to set up the menu bar */
* html td.menuitem {
	width: 140px;
	color: #369;
	font-size: 110%;
	font-weight: bold;
	padding-left: 5px;
	position: relative;
}

.menuitem .disabled {
	color: #999;
}

.menuitem a {
	display: block;
	text-decoration: none;
	background: white;
	padding-left: 5px;
}

.menuitem a:hover {
	background: #eee;
	text-decoration: none;
}

.menuitem span {
	background: white;
	display: block;
	padding-left: 5px;
	border-bottom: 1px solid #ccc;
}

.menuitem span:hover {
	background: #eee;
}

.parenthover {
	background: #eee;
	cursor: default;
}

.subMenu,.subSubMenu {
	border-top: 1px solid #369;
	border-left: 1px solid #369;
	border-right: 1px solid #369;
	border-bottom: 1px solid #369;
	position: absolute;
	left: -99999px;
	z-index: 10;
}

.subMenu a,.subMenu a:visited {
	position: relative;
	border-bottom: 1px solid #ccc;
	font-weight: normal;
	width: 135px;
	text-decoration: none;
	display: block;
}

.hover {
	position: absolute;
	top: 14px;
	left: 1px;
}

/* IE needs this to set up the submenu positioning */
* html .hover {
	left: 5px;
}

.hoverRight {
	position: absolute;
	top: 20px;
	left: 95%;
}

.separator {
	border-top: 2px solid #ccc;
	display: inline;
}

.disabled {
	background: white;
}
