.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, .menuTitle:link, .menuTitle:active, .menuTitle:visited {
	background: #ffffff url(images/menuDot.jpg) right center no-repeat;
	padding-right: 20px;
	padding-top: 4px;
	font-size: 12px;
	font-weight:bold;
	width: auto;
	height: 22px;
	color: #95454c;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected, .menuTitleSelected:active, .menuTitleSelected:visited, .menuTitleSelected:link {
	background: #ffffff url(images/menuDot.jpg) right center no-repeat;
	padding-right: 20px;
	padding-top: 4px;
	font-size: 12px;
	font-weight:bold;
	width: 100%;
	height: 22px;
	color: #95454c;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #c58a8f;
	}

.menuItemsHolder {
	z-index: 2;
/*	border-right: 1px solid #842b38;
	border-left: 1px solid #842b38; 
	border-bottom: 1px solid #842b38; */
	font-weight:bold;
	width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:0px;
	}

.menuItem, .menuItem:link, .menuItem:visited, .menuItem:active {
	color: #95454c;
	font-weight: bold;
	border-bottom: 1px solid #f1beab;
	font-size: 13px;
	text-decoration: none;
	padding-right:	3px;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 150px;
	}

.menuItemSelected, .menuItemSelected:link, .menuItemSelected:active, .menuItemSelected:visited {
	color: #95454c;
	font-weight: bold;
	font-size: 13px;
	border-bottom: 1px solid #f1beab;
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	padding-top: 2px;
	padding-bottom: 2px;
	}

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