.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {
	border:0px solid green;
	font-weight:bold;
	width: 127px;
	color: green;
	text-decoration: none;
	text-align:    center;
	margin:1px;
	}

.menuTitle {
	border:0px solid #ffffff;
	font-weight:bold;
	width: 127px;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	border:0px solid red;
	font-weight:bold;
	width: 127px;
	color: red;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	border:0px solid #000000;
	color: #000000;
	}

.menuItemsHolder {
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

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

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