.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4B63AA', startColorstr='#8BA8E0', gradientType='0');
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4B63AA', startColorstr='#8BA8E0', gradientType='0');
	background-color: #000000;
	border:1px solid #D2D6D7;
	font-weight:bold;
	width: 111px;
	color: white;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	padding-top:1px;
	height:20px;
	cursor:hand;
	}

.menuTitleSelected {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4B63AA', startColorstr='#8BA8E0', gradientType='0');
	background-color: #000000;
	border:1px solid red;
	font-weight:bold;
	width: 111px;
	color: red;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	padding-top:1px;
	height:20px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	border:1px solid #000000;
	color: #000000;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#4B63AA', startColorstr='#8BA8E0', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 111px;
	color: white;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	padding-top:1px;
	height:20px;
	}

.menuItem {
	color: white;
	text-decoration: none;
	padding-right:	3px;
	width: 111px;
	padding-top:1px;
	height:20px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 111px;
	padding-top:1px;
	height:20px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}
