.menuTitleHolder {
	width: auto;
	}

.menuTitleLang {
	filter:none;
	padding:5;
	font-weight:normal;
	color: #ccd6da;
	width: 100%;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	}

.menuTitle {
	filter:none;
	padding:5;
	font-weight:normal;
	color: #ccd6da;
	width: 100%;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	
	}

.menuTitleSelected {
	filter:none;
	padding:5;
	font-weight:normal;
	color: #ccd6da;
	width: 100%;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
}

.menuTitle:hover, .menuTitleSelected:hover{
	filter:none;
	padding:5;
	font-weight:normal;
	color: #5c6e75;
	width: 100%;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	}

.menuItemsHolder {
	height: auto;
	align: left;
	filter:none;
	width: 110;
	text-align:	left;
	}

.menuItem {
	background-image: url('images/square.gif'); 
	background-repeat: no-repeat; 
	background-position: center center;
	padding-left:20;
	padding-top:8;
	padding-bottom:8;
	border:none;
	font-weight: normal;
	width: 110px;
	color: #c0b7a5;
	text-decoration: none;
	text-align:	left;
	font-size: 13px;
	}

.menuItemSelected {
	background-image: url('images/square.gif'); 
	background-repeat: no-repeat; 
	background-position: center center;
	padding-left:20;
	padding-top:8;
	padding-bottom:8;
	border:none;
	font-weight: normal;
	width: 110px;
	color: #c0b7a5;
	text-decoration: none;
	text-align:	left;
	font-size: 13px;
	}

.menuItem:hover,.menuItemSelected:hover {
	background-image: url('images/square.gif'); 
	background-repeat: no-repear; 
	background-position: center center;
	padding-left:20;
	padding-top:8;
	padding-bottom:8;
	border:none;
	font-weight: normal;
	width: 110px;
	color: #b2c4cc;
	text-decoration: none;
	text-align:	left;
	font-size: 13px;
	}