.menuTitleHolder {	
	width: auto;
	align: center;
	}


.menuTitle {
	background: url('images/upMenu.png') center bottom repeat-x;
	width:100px; 
font-weight:bold; 
	font-family:arial; 
	text-align:	center;
	font-size: 13px;
	}

.menuTitleSelected {
	background: #FFF;
	width:100px; 
	font-family:arial; 
	text-align:	center;
	font-size: 13px;
	font-weight:bold; 
	}

	
.menuTitlelink {
	
	width:100px; 
	font-weight:bold; 
	font-family:arial; 
	color: #828284;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
	}

.menuTitleSelectedlink {
	background: #FFF;
	width:100px; 
	font-family:arial; 
	color: #8cc63f;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
	font-weight:bold; 
	}

.menuTitlelink:hover, .menuTitleSelectedlink:hover{
	color: #8cc63f;
	font-weight:bold; 
	}

.menuItemsHolder {
	
	width:160px;
	
	}

.menuItem {
width:160px;
	text-align:left;
	height:61px;
	padding-left:14px;
	font-weight:bold; 
	color:#5e5f61; 
	text-decoration: none;
	background: url(images/subMenuBack.jpg) top left no-repeat;
	}

	
.menuItemLink{
	padding-left:14px;
	font-weight:bold;
	color:#5e5f61; 
	text-decoration: none;
	}
.menuItemSelected {
	width:160px;
	text-align:left;
	height:61px;
	padding-left:14px;
	font-weight:bold; 
	color:#5e5f61; 
	text-decoration: none;
	background: url(images/subMenuBackS.jpg) top left no-repeat;
}

.menuItemSelectedLink {
	width:160px;	
	font-weight:bold; 
	color:#8cc63f; 
	text-decoration: none;
}

.menuItemLink:hover,.menuItemSelectedLink:hover {
	 
}
