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