.menuTitleHolder {
	width: 100%;
	align: center;
	text-align:left;
	margin-left:-2px
	}

.menuTitleLang {
	background-image: url('images/Tuval_menu.gif'); 
	background-repeat: repeat-x; 
	background-position: center center; 
	border-left: 1px solid #91b924;
	height:25px;
	width:auto; 
	padding-top:3px;
	font-weight:normal; 
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 14px;
	}

.menuTitle {
	background-image: url('images/Tuval_menu.gif'); 
	background-repeat: repeat-x; 
	background-position: center center; 
	border-left: 1px solid #91b924;
	height:25px;
	width:100%; 
	padding-top:3px;
	font-weight:normal; 
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 14px;
	}

.menuTitleSelected {
	background-image: url('images/Tuval_menu.gif'); 
	background-repeat: repeat-x; 
	background-position: center center; 
	border-left: 1px solid #91b924;
	height:25px;
	width:100%; 
	padding-top:3px;
	font-weight:normal; 
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 14px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background-image: url('images/Tuval_menuO.gif');
	}

.menuItemsHolder {
	background-color: #083e88;
	width:120;
	padding:5px;
	align: center;
	text-align:	right;
	}

.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;
	}