/* ~~~~~~~~~~~~~~ Main Menu Classes ~~~~~~~~~~~~~~ */

/* Entire Menu Wrapper */
.clsMenuWrapper {
	border: 1px none black;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-image : url(nav_menubase.gif) no-repeat;
	width : 145px;
	height : 0px;
}

/* Main Menu Item */
.clsMenuItem {
	position:relative;
	text-align: center;
	padding : 3px 3px 3px 3px;
	color: white;
	text-decoration: none;
	background : url(nav_menubg.gif) no-repeat;
	width : 145px;
	height : 19px;
	bgcolor : #445080;
}

/* Main Menu Item Hover */
.clsMenuItemHover {
	position:relative;
	text-align: center;
	padding : 3px 3px 3px 3px;
	color: #ffff00;
	cursor: hand;
	background : url(nav_menubgover.gif) no-repeat;
	width : 145px;
	height : 19px;

}

/* ~~~~~~~~~~~~~~ Sub Menu Classes ~~~~~~~~~~~~~~ */

/* Sub Menu Wrapper */
.clsSubMenuWrapper {
	position:absolute;
	visibility: hidden;
	border-top : 1px solid black;
	border-right : 1px solid black;
	border-left : 1px solid black;
	width:138px;
	background : LightSteelBlue;
	font-family: Arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 9pt;
}

/* Sub Menu Wrapper */
.clsSubMenuItem {
	border-bottom: 1px solid black;
	padding : 2px 2px 2px 2px;
	width:138px;
	color: white;
}

/* Sub Menu Item Hover */
.clsSubMenuItemHover {
	border-bottom: 1px solid black;
	padding : 2px 2px 2px 2px;
	color: #ffff00;
	background : #445080;
	width:138px;
	cursor: hand;	
}
