.menuTitleHolder {
	width:	180px;
	}

.menuTitleLang {
	
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	
	background-color: #565656;
	border:1px solid #e96e1e;
	font-weight:bold;
	text-decoration: none;
	width: 180px;
	height:29px;
	text-align:	right;
	margin:1px;
	color: #ffffff;
	font-size:16px;
	padding-right:10px;
	padding-top:4px;
	}

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

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

.menuTitleSelected {
	background-color: #e96e1e;
	border:1px solid #e96e1e;
	font-weight:bold;
	width: 180px;
	height:29px;
	text-align:	right;
	margin:1px;
	color: #ffffff;
	font-size:16px;
	text-decoration: none;
	padding-right:10px;
	padding-top:4px;
	}

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

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

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
		text-decoration: none;
	background-color:	#446D8C;
	}
