.menuTitleHolder {
	width:	730px;
	}


.menuTitle {
	border-left: 1px solid #f5f0c6;
	font-weight:bold;
	height: 22px;
	font-size: 13px;
	text-align:	center;
	}

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

.menuTitlelink:hover
{
	color: #FF9932;
	width: auto;
	text-decoration: none;
}

.menuTitleSelected {
	border-left: 1px solid #f5f0c6;
	font-weight:bold;
	height: 22px;
	font-size: 13px;
	text-align:	center;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #FF9932;
	width: auto;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #FF9932;
	width: auto;
	text-decoration: none;
}

.menuItemsHolder {
	width: 160px;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	font-weight: bold;
	}

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited
{
	color: #3d190b;
	text-decoration: none;
}

.menuItemlink:hover
{
	color: #FF9932;
	text-decoration: none;
}

.menuItemSelected {
	font-weight: bold;
	}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
	color: #e2a54c;
	text-decoration: none;
}

.menuItemSelectedlink:hover {
	color: #FF9932;
	}
	
/* SUB MENU	*/

.submenuItem {
	font-weight: bold;
	}

.submenuItem a:link, .submenuItem a:active, .submenuItem a:visited
{
	color: #3d190b;
	text-decoration: none;
}

.submenuItem a:hover
{
	color: #FF9932;
	text-decoration: none;
}

.submenuItemSelected {
	font-weight: bold;
	}

.submenuItemSelected a:link, .submenuItemSelected a:active, .submenuItemSelected a:visited
{
	color: #e2a54c;
	text-decoration: none;
}

.submenuItemSelected a:hover {
	color: #FF9932;
	}
