.vmenuTitleHolder {
	width:	100%;
	}

.vmenuTitleLang {

	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	right;
	font-size:14px;
	
	}

.vmenuTitle {
padding-top:10px;

	height:43px;
	font-weight:bold;
	width: 190px;
	color: #FFF;
	text-decoration: none;
	text-align:	right;
	font-size:14px;

	}

.vmenuTitleSelected {
padding-top:10px;
	
	height:43px;
	font-weight:bold;
	width: 190px;
	color: #000;
	text-decoration: none;
	text-align:	right;
	font-size:14px;

	}

.vmenuTitle:hover, .vmenuTitleSelected:hover{
		font-size:14px;
	
	}

	
.hmenuTitleHolder {
	text-align:center;
	width:	100%;
	text-decoration: none;
	font-size:14px;
	
	}

.hmenuTitleLang,.hmenuTitleLangSelected {
	
	text-align:center;
	color: #75500f;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}
.hmenuTitle {
	text-align:center;
	
	font-size:12px;
	color: #75500f;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.hmenuTitleSelected {
	
	text-align:center;
	color: #2d1f06;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.hmenuTitle:hover, .hmenuTitleSelected:hover{
text-align:center;
	font-size:12px;
	color:#2d1f06;
	}

	
	
	
	
	
	
	
	
	
	
	
.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;
	}
