.menuTitleHolder {
	width:	auto;
	margin-right: auto;
	margin-left: auto;
	}


.menuTitle {
	border-left: 1px solid #60361d;
	font-weight:bold;
	height: 12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #60361d;
	text-decoration: none;
	width: auto;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #fff;
	text-decoration: none;
	font-weight:bold;
}

.menuTitleSelected {
	border-left: 1px solid #60361d;
	font-weight:bold;
	height: 12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	height: 12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelectedlink:hover,.menuTitlelink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuItemsHolder {
	background:#f09b4a;
	font-weight:bold;
	width: 150px;
	text-decoration: none;
	text-align:	right;
	z-index:10;
	}
	
	
	

.menuItem {
	color: #4c2805;
	background: url('images/blanc.gif')right center no-repeat; 
	background:#f09b4a;
	width: 150px;
	height:28px;
	min-height:28px;
	display:block;
	padding-right:3px;
	border-bottom: solid 1px #000;
	text-decoration: none;

}

.menuItemSelected {
	color: #ffffff;
	background: url('images/blanc.gif')right center no-repeat; 
	background:#f09b4a;
	width: 150px;
	height:28px;
	min-height:28px;
	display:block;
	padding-right:3px;
	border-bottom: solid 1px #000;
	text-decoration: none;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #ffffff;
	background: url('images/blanc.gif')right center no-repeat; 
	background:#f09b4a;
	width: 150px;
	height:28px;
	min-height:28px;
	display:block;
	padding-right:3px;
	border-bottom: solid 1px #000;
	text-decoration: none;
	}
