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

.menuTitleHolder {
	width:	100%;
	}

.menuTitle {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#69527C', startColorstr='#9B8AAA', gradientType='0');
	background-color: #000000;
	border:1px solid #513A64;
	font-weight:bold;
	width: 	100%;
	height:	35px;
	color: 	white;
	margin-left:2px;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	padding-top: 8px;
	}

.menuTitleSelected {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#69527C', startColorstr='#9B8AAA', gradientType='0');
	background-color: #000000;
	border:1px solid #513A64;
	font-weight:bold;
	width: 	100%;
	height:	51px;
	color: #CABED5;
	margin-left:2px;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	padding-top: 8px;

	}

.menuTitle:hover, .menuTitleSelected:hover{
	height:	51px;
	padding-top: 8px;
	text-decoration: none;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#BFAED2', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #513A64;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #513A64;
	text-decoration: none;
	padding-left:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-left:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#513A64;
	}
