.menuTitleHolder {
	width: auto;
	align: center;
	}

.menuTitleLang {
	background-image: url('images/whiteline.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:7;
	padding-left:7;
	font-family:arial; 
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	}

.menuTitle {
	background-image: url('images/whiteline.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:7;
	padding-left:7;
	font-family:arial; 
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	}

.menuTitleSelected {
	background-image: url('images/whiteline.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:7;
	padding-left:7;
	font-family:arial; 
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #f68616;
	}

.menuItemsHolder {
	width:130px;
	align: left;
	text-align:	left;
	}

.menuItem {
	width:auto; 
	height:30px;
	padding-top:5px;
	font-size:14px; 
	font-weight:bold; 
	color: #f4f5f6; 
	text-decoration: none;
	text-align:left;
	}

.menuItemSelected {
	width:auto; 
	height:30px;
	padding-top:5px;
	font-size:14px; 
	font-weight:bold; 
	color: #f4f5f6; 
	text-decoration: none;
	text-align:left;
}

.menuItem:hover,.menuItemSelected:hover {
	color:#eea701;
	}
