.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 {
	border-right: 1px solid #757575;
	height: 12px;
	text-align:	center;
	padding-left: 3px;
	padding-right: 3px;
	}

.menuTitlelast {
	height: 12px;
	text-align:	center;
	padding-left: 3px;
	}

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

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #757575;
	text-decoration: none;
}

.menuTitleSelected {
	border-right: 1px solid #757575;
	height: 12px;
	text-align:	center;
	padding-left: 3px;
	padding-right: 3px;
	}

.menuTitleSelectedlast {
	height: 12px;
	text-align:	center;
	padding-left: 3px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #757575;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #757575;
	text-decoration: none;
}

.menuItemsHolder {
	background-color: #ffffff;
	margin-top: 7px;
	font-weight:bold;
	width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #687f9f;
	border-bottom: 1px solid #687f9f;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-left:	3px;
	width: 150px;
	display: block;
	}

.menuItemSelected {
	color: #687f9f;
	border-bottom: 1px solid #687f9f;
	text-decoration: none;
	padding-left:	3px;
	width: 150px;
	}

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