.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;
	display:	block;
	width: 81px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	background-color: #000000;
	background: url(images/menuBg.jpg) repeat-x;
	height: 35px;
	font-weight:bold;
	display:	block;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	}

.menuTitleSelected {
	background: url(images/menuBg.jpg) repeat-x;
	font-weight:bold;
	display:	block;
	color: red;
	text-decoration: none;
	text-align:	center;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #000000;
	}

.menuItemsHolder {
	background: url(images/menuBg.jpg) repeat-x;
	font-weight:bold;
	width: 100px;
	color: #FFFFFF;
	text-decoration: none;
	text-align:	right;
	display:	block;
	}

.menuItem {
	color: #FFFFFF;
	text-decoration: none;
	display:	block;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	display:	block;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		black;
	background: url(images/menuBg.jpg) repeat-x;
	}
