.menuTitleHolder {
	width:	150px;
	}

.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 {
	font-weight:bold;
	width: 150px;
	height: 16px;
	text-align:	right;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitlelink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelected {
	font-weight:bold;
	width: 150px;
	height: 16px;
	text-align:	right;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuItemsHolder {
	background-color: #f8e6e6;display:block;
	border:1px solid #ddc9c9;
	font-weight:bold;
	width: 120px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	min-height: 15px;
 	line-height:15px;
    height: 15px;
	z-index: 100;
	}
	

.menuItem {
	color: #7e3e3e;
	background-color: #f8e6e6;
	text-decoration: none;
	padding-right:	3px;
	}

.menuItemSelected {
	color: #7e3e3e;
	background-color: #f8e6e6;
	text-decoration: none;
	padding-right:	3px;
	}
	
.menuItemlink, .menuItemSelectedlink
{
	text-decoration: none;
	color: #7e3e3e;
}

.menuItem:hover,.menuItemSelected:hover {
	color:		#7e3e3e;
	}
