.menuTitleHolder {
	width:	504px;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	}

.menuTitleLang {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	border-right: 1px solid #fff5c7;
	font-weight:bold;
	height: 15px;
	text-align:	center;
	margin:1px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 15px;
	text-align:	center;
	margin:1px;
	}

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

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #ffe881;
	text-decoration: none;
}

.menuTitleSelected {
	border-right: 1px solid #fff5c7;
	font-weight:bold;
	height: 15px;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	height: 15px;
	text-align:	center;
	margin:1px;
	}

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

.menuTitleSelectedlink:hover
{
	color: #ffe881;
	text-decoration: none;
}

.menuItemsHolder {
	background-color: #463120;
	margin-top: 7px;
	font-weight:bold;
	width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #fff5c7;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left:	3px;
	width: 150px;
	}

.menuItemSelected {
	color: #fff5c7;
	text-decoration: none;
	padding-left:	3px;
	width: 150px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #ffe881;
	}
