.menuTitleHolder {
	}

.menuTitle {
	display: block;
	width: 161px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	background-image:url(images/menuBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	margin-bottom: 4px;
	font-size: 16px; 
	padding-right: 10px;
	}

.menuTitleSelected {
	display: block;
	width: 161px;
	font-weight:bold;
	color:white;
	text-decoration:none;
	background-image:url(images/menuBg.gif);
	background-position:left top;
	background-repeat:no-repeat;
	height:20px;
	margin-bottom: 4px;
	font-size: 16px; 
	padding-right: 10px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color:#000000;
	}

.menuItemsHolder {
	width: 161px;
	text-align:center;
	background-color:#FFCA44;
	margin-right:5px;
	padding-bottom:4px;
	z-index:999999;
	}

.menuItem {
	display: block;
	width: 161px;
	font-weight:bold;
	text-align:right;
	padding-right: 5px;
	height:20px;
	text-decoration: none;
	color: #000000;
	}

.menuItemSelected {
	display: block;
	width: 161px;
	font-weight:bold;
	text-align:right;
	height:20px;
	text-decoration: none;
	color: #CD141C;
	padding-top:3px;
	padding-right: 5px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:#9EA728;
	background-color:#FBFCEC;
	}

