.menuTitleHolder {
	width:	80%;
	}

.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 {
	color: #5A6A7B;
	text-decoration: none;
	text-align:	center;
	font-size: 14px;
	}

.menuTitleSelected {
	color: #5A6A7B;
	font-weight:bold;
	text-decoration: none;
	font-size: 14px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	text-decoration: underline;
	}

.menuItemsHolder {
	background-color: #F4E7DA;
	border:1px solid #E3C8AD;
	font-weight:bold;
	width: 150px;
	color: #657383;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	color: #657383;
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	}

.menuItemSelected {
	color: #930C0C;
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		#C42626;
	background-color:	#E9D7C4;
	}

