.menuTitleHolder {
 
	}

 
.menuTitle {
 	font-weight:bold;
	width: 102.5px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	center;
	font-size:13px;
	display:block;
	}

.menuTitleSelected {
	font-weight:bold;
	width: 102.5px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	center;
	font-size:13px;
	display:block;
	}

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

	
	
.menuItemsHolder {
	 
}

.menuItem 
{
	 width:251px;
	 height:28px;
}

.menuItemSelected 
{
	 width:251px;
	 height:28px;
}

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited
{
	display:block;
	background: url(images/meunBack.jpg) top center no-repeat;
	width:251px;
	height:28px;
	 
	padding-top:3px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	background: url(images/meunBackS.jpg) top center no-repeat;
	color: #fff;
	font-weight:bold;
}
 

.menuItemLastlink{
	display:block;
	background: url(images/menuLast.jpg) top center no-repeat;
	width:251px;
	height:28px;
	 
	padding-top:3px;
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}