.menuTitleHolder {
	width: auto;
	align:left;
	background-color:#4696bf;
	}
.menuTitleLang {
	background-color:#4696bf;
	border: 1px dotted #FFFFFF;
	padding-right:4px;
	padding-left:4px;
	width:auto;
	border-top:none;
	border-bottom:none;
	border-left:none;
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	filter:none;
	}


.menuTitle {
	background-color:#4696bf;
	border: 1px dotted #FFFFFF;
	padding-right:4px;
	padding-left:4px;
	width:auto;
	border-top:none;
	border-bottom:none;
	border-left:none;
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	filter:none;
	}

.menuTitleSelected {
	background-color:#4696bf;
	border: 1px dotted #FFFFFF;
	padding-right:4px;
	padding-left:4px;
	width:auto;
	border-top:none;
	border-bottom:none;
	border-left:none;
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	filter:none;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background-color:#005c96;
	border: 1px dotted #FFFFFF;
	padding-right:4px;
	padding-left:4px;
	width:auto;
	border-top:none;
	border-bottom:none;
	border-left:none;
	font-family: Century Gothic;
	font-size: 13px;
	font-weight: normal;
	text-align:center;
	text-decoration: none;
	color: #FFFFFF;
	filter:none;
	}

.menuItemsHolder {
	padding:2px;
	color:#FFFFFF;
	border-style: none;
	background-color:#005c96;
	filter:none;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

.menuItem {
	padding:2px;
	color:#FFFFFF;
	border-style: none;
	background-color:#005c96;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
    display:block;
}

.menuItemSelected {
	padding:2px;
	color:#FFFFFF;
	border-style: none;
	background-color:#005c96;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
}

.menuItem:hover,.menuItemSelected:hover {
	padding:2px;
	color:#FFFFFF;
	border-style: none;
	background-color:#005c96;
	text-decoration: none;
	font-family: Century Gothic;
	font-size: 12px;
	font-weight: normal;
	text-align:left;
	}