.menuTitleHolder {
	width:	765px;
	}

.menuTitleLang {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', 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 {
	font-weight:bold;
	width: 100%;
	color: #434343;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	font-weight:bold;
	width: 100%;
	color: #434343;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #434343;
	}

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

.menuItem {
	background: url(images/subDot.gif) right center no-repeat;
	padding-right: 25px;
	font-size: 14px;
	color: #434343;
	text-decoration: none;
	width: 130px;
	}

.menuItemSelected {
	background: url(images/subDotSelected.gif) right center no-repeat;
	padding-right: 25px;
	color: #f45712;
	font-size: 14px;
	text-decoration: none;
	width: 130px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #434343;
	}
