.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {
	width: 81px;
	color: black;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	width: 81px;
	color: black;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	width: 81px;
	color: black;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

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

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

.menuItem {
	color: black;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	font-size: 10px;
	}

.menuItemSelected {
	color: black;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	}
