.menuTitleLang {
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	display:	block;
	text-align:	center;
	margin:1px;
	}

.menuTitleHolder {
	width:	100%;
	text-align: center;
	}

.menuTitle {
	color : #4F4F4F;
	font-family: sans-serif;
	font-size : 12px;
	font-style : normal;
	FONT-WEIGHT: bolder;
	text-decoration : none;
}

.menuTitleSelected {
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #016aac;
	font-family: sans-serif;
	font-style : normal;
text-decoration : none;

}

.menuTitle:hover {
	color : Black;
	font-family: sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : none;
	FONT-WEIGHT: bolder;

}

.menuTitleSelected:hover{
	color : Black;
	font-family: sans-serif;
	font-size : 13px;
	font-style : normal;
	text-decoration : none;
	FONT-WEIGHT: bolder;
}

.menuItemsHolder {
	padding-left:8px;
}

.menuItem {
	color : #E9E9E9;
	font-family: sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : none;
}

.menuItemSelected {
	color : White;
	font-family: sans-serif;
	font-size : 12px;
	font-style : normal;
	font-weight:bold;
	text-decoration : none;
}

.menuItem:hover,.menuItemSelected:hover {
	color : White;
	font-family: sans-serif;
	font-size : 12px;
	font-style : normal;
	text-decoration : none;
}
