.menuTitleHolder {
	width:	100%;
	}

.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, .menuTitle:link, .menuTitle:visited {
	border-left:1px solid #ffffff;
	font-weight:bold;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	border-left:1px solid #ffffff;
	font-weight:bold;
	width: 100px;
	color: #ffffff;
	text-decoration: underline;
	text-align:	center;
	margin:1px;
	}

.menuTitle:visited, .menuTitleSelected:visited, .menuTitle:active, .menuTitleSelected:active{
	border-left:1px solid #ffffff;
	font-weight:bold;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	margin:1px;
}

.menuTitle:hover, .menuTitleSelected:hover{
	border-left:1px solid #ffffff;
	font-weight:bold;
	width: 100px;
	color: #ebebeb;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuItemsHolder {
	background-color: #a8a9ab;
	font-weight:bold;
	width: 100px;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

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

.menuItem:link,.menuItemSelected:link, .menuItem:visited,.menuItemSelected:visited,  {
	color: #ffffff;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

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

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

