/*
// Top "main" menus
*/
.menu-rootItem {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	pointer: hand;
	width: 1px;
	height: 24px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.menu-rootItem-ov {
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	cursor: pointer;
	pointer: hand;
	width: 1px;
	
	background-image: url(../images/button20-ov-bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 24px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	color: #FFFFFF;
	padding-top: 4px;
	padding-bottom: 4px;
}
.menu-rootSpacer {
	width: 16px;
	font-weight: bold;
	color: #ffffff;
}
.menu-item {
    height: 20px;
    cursor: pointer;
	pointer: hand;
}
.menu-item-ov {
    height: 20px;
    background-color: #934b9a;
    cursor: pointer;
	pointer: hand;
}
.menu-itemText {
    color: #ffffff;
}
.menu-subMenu {
	background-color: #b070b6;
	border: solid 1px #934b9a;
	position: absolute;
	vertical-align: top;
	visibility: hidden;
	z-index: 100;
}
/*
// Bottom "root-only" menus
*/
.menuBottom-item {
    color: #ffffff;
}
/*
// Left "navigation" menus
*/
.menuLeft-rootItem {
	background-image: url(../images/button24-lt-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	color: #2B64AB;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	pointer: hand;
	font-weight: bold;
	margin-top: 5px;
	border: 1px solid #5686C1;
}
.menuLeft-rootItem-ov {
	background-image: url(../images/button24-lt-ov-bg.gif);
	background-repeat: repeat-x;
	height: 24px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	color: #2B64AB;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	pointer: hand;
	font-weight: bold;
	margin-top: 5px;
	border: 1px solid #5686C1;
}
.menuLeft-subMenu {
	background-color: #dadbdc;
	border-left: 1px solid #5686C1;
	border-right: 1px solid #5686C1;
	border-bottom: 1px solid #5686C1;
}
.menuLeft-subItem {
	height: 18px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	color: #2B64AB;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	pointer: hand;
}
.menuLeft-subItem-ov {
	height: 18px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #b1b4b8;
	color: #2B64AB;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	pointer: hand;
}
.menuLeft-subItem-loc {
	height: 18px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #2B64AB;
	color: #ffffff;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	pointer: hand;
}
.menuLeft-subItem-loc-ov {
	height: 18px;
	vertical-align: middle;
	padding-right: 8px;
	padding-left: 8px;
	background-color: #b1b4b8;
	color: #2B64AB;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	pointer: hand;
}
