.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
{
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	background:url(images/menudoor.jpg) 95% 8px no-repeat;
}	

.menuTitle a {
	color:#FFF;
	font-size:16px;
	}

.menuTitleSelected {
	text-align:center;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	background:url(images/menudoor_selected.jpg) 95% 8px no-repeat;
	}
	
.menuTitleSelected a {
	color:#f78510;
	font-size:16px;
}

.menuTitle:hover, .menuTitleSelected:hover{
	background:url(images/menudoor_selected.jpg) 95% 8px no-repeat;
	}
	
.menuTitle a:hover {
	color:#ff8e24;
}

.menuItemsHolder {
	background-color: #000;
	width: 150px;
	text-align:center;
	color: #FFF;
	text-decoration: none;
	margin-top:2px;
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8; 
	z-index:99999;
	}
	
.menuItem {
	width:80%;
	text-align:right;
	margin:0 auto;
	padding:5px;
	border-bottom:#fff 1px solid;
	z-index:99999;
	}
	
.menuItem a {
	color: #FFF;
	text-decoration: none;
	font-size:14px;
	}

.menuItemSelected {
	width:80%;
	text-align:right;
	margin:0 auto;
	padding:5px;
	border-bottom:#fff 1px solid;
	z-index:99999;
	}
	
.menuItemSelected a {
	color: #FFF;
	text-decoration: none;
	font-size:14px;
	}

.menuItem a:hover,.menuItemSelected a:hover {
	color:#f78510;
	}

