.menuTitleHolder {
	width:	100%;
	}

.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 {
	background: url(images/menuPic.jpg) no-repeat;
	background-position: right center;
	background-color: #47322c;
	font-weight:bold;
	width: 121px;
	height: 30px;
	font-size: 12px;
	color: #ffffff;
	
	
	padding-left: 20px; 

	padding-right: 20px; 
	
	padding-top: 3px;

	padding-bottom: 10px;

	text-decoration: none;
	text-align:	right;
	margin:1px;
	
	}

.menuTitleSelected {
	background: url(images/menuPic.jpg) no-repeat;
	background-position: right center;
	background-color: #47322c;
	font-weight:bold;
	width: 121px;
	height: 24px;
	font-size: 12px;
	color: #ffffff;
	
	padding-left: 20px; 
	padding-right: 20px; 
	
	padding-top: 3px;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background: url(images/menuPic.jpg) no-repeat;
	background-position: right center;
	background-color: #47322c;
	font-weight:bold;
	width: 121px;
	height: 24px;
	font-size: 12px;
	color: #ffffff;
	
	padding-left: 20px; 
	padding-right: 20px; 
	
	padding-top: 3px;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	}

.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;
	background-color:	#446D8C;
	}

