.menuTitleHolder {
	width:	830px;
	}

.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-left: 1px solid #434343;
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	}

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

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

.menuTitleSelected {
	border-left: 1px solid #434343;
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	height: 17px;
	text-align:	center;
	margin:1px;
	}

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

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

.menuItemsHolder {
	background-color: #ffffff;
	margin-top: 10px;
	width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-bottom:-2px;
	/*z-index:99999999999999999;*/
	}

.menuItem {
	color: #000;
	background-color: #ffffff;
	border-bottom: 1px solid #000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	display:block;
	}

.menuItemSelected {
	color: #dd3131;
	background-color: #ffffff;
	border-bottom: 1px solid #dd3131;
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	display:block;
	}

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