.menuTitleHolder {
	width:	725px;
	}

.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 {
	
	
	color: #9a9a9a;
	font-weight:bold;
	width: 90px;
	height:20px;
	font-size:14px;
	text-align:	right;
	margin:1px;
	}

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

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

.menuTitleSelected {

	color: #595050;
	font-weight:bold;
	width: 90px;
	height:20px;
	font-size:14px;
	text-align:	right;
	margin:1px;
	}

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

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

.menuItemsHolder {

	background-color: #fafafa;
	margin-top:5px;
	font-weight:bold;
	width: 250px;
	filter:alpha(opacity=80); -moz-opacity:0.8; opacity: 0.8;
	font-size:12px;
	color: #9a9a9a;
	text-decoration: none;
	text-align:	right;
	border-bottom:2px solid red;
	}

.menuItem, .menuItem:link, .menuItem:active, .menuItem:visited, .menuItem:hover {
	margin-top:5px;
	color: #9a9a9a;
	text-decoration: none;
	padding-right:	10px;
	width: 100%;

	}
	
.menuItemSelected {
	color: #595050;
	text-decoration: none;
	padding-right:	10px;
	width: 100%;
	
	}

.menuItem:hover, .menuItemSelected:hover {
	color:#595050;
	}
