.menuTitleHolder {
	background-color: #ffffff;
	}

.menuTitleLang {
	background-color: #999999;
	font-weight:bold;
	width: 150px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	z-index:		999999999;
	}

.menuTitle {
     border-bottom: 1px solid #ffffff;
	font-weight:bold;
	width: 150px;
	height: 25px;
	color: #ffffff;
	font-size: 12px;
	padding:3px;
	text-decoration: none;
	text-align:	right;
	z-index:		999999999;
	background: #999999 url(images/trileft.gif) no-repeat center left;
	}

.menuTitleSelectedNoArrow {
     border-bottom: 1px solid #ffffff;
	font-weight:bold;
	width: 150px;
	height: 25px;
	color: #ffffff;
	font-size: 12px;
	padding:3px;
	text-decoration: none;
	text-align:	right;
	z-index:		999999999;
	background-color: #999999 
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #ffffff;
	background-color: #990000;
	z-index:		999999999;
	}

.menuItemsHolder {
	background-color: #999999;
	font-weight:bold;
	width: 150px;
	height: 25px;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	z-index:		999999999;
	}

.menuItem {
	color: #ffffff;
	text-decoration: none;
     padding:3px;
     border-bottom: 1px solid #ffffff;
	width: 150px;
	height: 25px;
	z-index:		999999999;
	background: #999999 url(images/trileft.gif) no-repeat center left;
	}

.menuItemSelected {
	text-decoration: none;
	padding:	3px;
	width: 150px;
	height: 25px;
	z-index:		999999999;
	}

.menuItem:hover,.menuItemSelected:hover,.menuTitleSelectedNoArrow:hover {
	color:		white;
	background-color: #990000;
	z-index:		999999999;
	
	}
