.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;
	z-index :999999;
	}

.menuTitleHolder {
	width:	100%;
	}



.menuTitle {

	border:1px solid white;
	font-weight:bold;
	width: 100%;
	height:45px;
	color: #A3AABD;
	text-decoration: none;
	text-align:	center;
	padding-top:15px;
	margin:1px;
	background:	url(img/menu.jpg);	
	z-index :999999;
	}
.menuTitle:hover {

	border:1px solid white;
	font-weight:bold;
	width: 100%;
	height:45px;
	color: #A3AABD;
	text-decoration: none;
	text-align:	center;
	padding-top:15px;
	margin:1px;
	background:	url(img/menu.jpg);	
	z-index :999999;
	}

.menuTitleSelected {
	border:1px solid white;
	font-weight:bold;
	width: 100%;
	height:45px;
	color: #EC4B2B;
	text-decoration: none;
	text-align:	center;
	padding-top:15px;
	margin:1px;
	background:	url(img/menu_S.jpg);
	z-index :999999;	
	}



.menuTitleSelected:hover {
	border:1px solid white;
	font-weight:bold;
	width: 100%;
	height:45px;
	color: #EC4B2B;
	text-decoration: none;
	text-align:	center;
	padding-top:15px;
	margin:1px;
	background:	url(img/menu_S.jpg);	
	z-index :999999;
	}


.menuItemsHolder {
	width: 100px;
	z-index :999999;
}

.menuItem {
	width: 100px;

	height:30px;
	color: #A3AABD;
	text-decoration: none;
	text-align:	center;
	padding-top:7px;
	background:	url(img/menuSub.jpg);	
	z-index :999999;
	}

.menuItemSelected {
	background:	url(img/menu_S_Sub.jpg);	
	color: #EC4B2B;
	text-decoration: none;
	padding-left:	3px;
	padding-top:7px;
	text-align:	center;
	height:30px;
	width: 100px;
	z-index :999999;
	}

.menuItem:hover {
	background:	url(img/menuSub.jpg);
	z-index :999999;
	}


.menuItemSelected:hover {
	background:	url(img/menu_S_Sub.jpg);
	z-index :999999;
	}
