.menuTitleHolder {
	
	width:	auto;
	margin-right: auto;
	margin-left: 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-weight:bold;
	height: 13px;
	text-align:	center;
	padding-right: 55px;
	padding-left: 55px;
	color: #FFFFFF;
	text-decoration: none;
	}

.menuTitleSelected {
	font-weight:bold;
	height: 13px;
	text-align:	center;
	padding-right: 55px;
	padding-left: 55px;
	color: #788790;
	text-decoration: none;
	}
	
.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited
{
	color: #788790;
	text-decoration: none;
	width: auto;
}
.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #788790;
	text-decoration: none;
}

.menuTitle:hover, .menuTitleSelected:hover{
	border:1px solid #000000;
	color: #000000;
	}

.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: #FFFFFF;
	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;
	}
