.menuTitleHolder {
	width: auto;
	align: center;
	}

.menuTitleLang {
	background-image: url('images/Eyewall_RA_He.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:7px;
	padding-left:20px;
	font-weight:bold; 
	color: #cdced0;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	}

.menuTitle {
	background-image: url('images/Eyewall_RA_He.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-left:7px;
	padding-right:20px;
	font-weight:bold; 
	color: #cdced0;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	}

.menuTitleSelected {
	background-image: url('images/Eyewall_RA_He.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-left:7px;
	padding-right:20px;
	font-weight:bold; 
	color: #ea1813;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	}

.menuTitle:hover, .menuTitle:active, .menuTitleSelected:hover, .menuTitleSelected:active{
	color: #ea1813;
	}


.menuItemsHolder {
	background-color: #000000;
	width:120;
	padding:5px;
	align: center;
	text-align:	left;
	}

.menuItem {
	width:110;
	border-top:1px solid #ffffff;
	font-weight:bold; 
	color:#ffffff; 
	text-decoration: none;
	}

.menuItemSelected {
	width:110;
	border-top:1px solid #ffffff;
	font-weight:bold; 
	color:#ffffff; 
	text-decoration: none;
}

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