.menuTitleHolder {
	width:	auto;
	}

.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/sym.jpg) bottom right no-repeat;
	font-weight:bold;
	padding-left:14px;
	padding-right:14px;
	height:22px;
	text-align:	right;
	margin:1px;
	font-size:14px;
	padding-top:8px;
	color:#525262;
	}

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

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

.menuTitleSelected {
	background: url(images/sym.jpg) bottom right no-repeat;
	font-weight:bold;
	padding-left:14px;
	padding-right:14px;
	height:22px;
	text-align:	right;
	margin:1px;
	font-size:14px;
	padding-top:8px;
	color:#deaa54;
	}

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

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

.menuItemsHolder {
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	z-index:999999;
	}

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

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

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