.menuTitleHolder {
	width:	auto;
	}

.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-size: 11px;
	text-align:	left;
	padding-right: 25px;
	padding-left: 2px;
	font-weight:700;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited
{
	color: #000000;
	width: auto;
	text-decoration: none;
}

.menuTitlelink:hover
{
	color: #434343;
/*	text-decoration: underline;*/
}

.menuTitleSelected {
	font-size: 11px;
	font-weight:700;
	text-align:	left;
	padding-right: 25px;
	padding-left: 2px;
	}

.xmenuTitleSelectedlink:link, .xmenuTitleSelectedlink:active, .xmenuTitleSelectedlink:visited
{
	color: #434343;
	width: auto;
	text-decoration: underline;
}
.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #7a7979;
	width: auto;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
/*	text-decoration: underline;*/
}

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

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

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

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