.menuTitleHolder {
	width: auto;
	align: center;
	}

.menuTitleLang {
	background-image: url('images/Shavit_Line.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:15px;
	padding-left:15px;
	font-weight:bold; 
	color: #f8fafc;
	text-decoration: none;
	text-align:	right;
	font-size: 14px;
	}

.menuTitle {
	background-image: url('images/Shavit_Line.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:15px;
	padding-left:15px;
	font-weight:bold; 
	color: #f8fafc;
	text-decoration: none;
	text-align:	right;
	font-size: 14px;
	}

.menuTitleSelected {
	background-image: url('images/Shavit_Line.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; 
	width:100%; 
	padding-right:15px;
	padding-left:15px;
	font-weight:bold; 
	color: #2b4b63;
	text-decoration: none;
	text-align:	right;
	font-size: 14px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #2b4b63;
	}

.menuItemsHolder {
	background-color: #92b1c8;
	width:120;
	padding:5px;
	align: center;
	text-align:	right;
	}

.menuItem {
	width:110px;
	padding:5px;
	border-top:1px solid #ffffff;
	font-weight:bold; 
	color:#ffffff; 
	text-decoration: none;
	}

.menuItemSelected {
	width:110px;
	padding:5px;
	border-top:1px solid #ffffff;
	font-weight:bold; 
	color:#ffffff; 
	text-decoration: none;
}

.menuItem:hover,.menuItemSelected:hover {
	color:#2b4b63;
	}
