.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 80px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	background-position: right;
	width:70px; 
	padding-right:15;
	padding-left:5;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	background-position: right;
	width:70px; 
	padding-right:15;
	padding-left:5;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	left;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background-position: right;
	width:70px; 
	padding-right:15;
	padding-left:5;
	font-weight:bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	left;
	margin:1px;
	}

.menuItemsHolder {
	background: #ffffff;
	width: 100px;
	margin-right: -100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	}

.menuItem {
	background: #00529B;
	border-bottom: 1px #FFFFFF solid;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 3px;
	}

.menuItemSelected {
	background: #0061B8;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	padding-right: 3px;
	}

.menuItem:hover,.menuItemSelected:hover {
	background: #0061B8;
	width: 100px;
	color: #000000;
	text-decoration: none;
	text-align:	right;
	padding-right: 3px;
	}
