.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 
{
	color: #000000;
	font-weight:bold;
	width: auto;
	height: 15px;
	text-align:	left;
	padding-top:2px;
	font-size:12px;
	padding-right: 5px;
	padding-left: 5px;
	margin:1px;
}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #000000;
	font-weight:bold;
	text-decoration: none;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #ed1d24;
	font-weight:bold;
	text-decoration: none;
}

.menuTitleSelected {
	color: #000000;
	font-weight:bold;
	width: auto;
	height: 15px;
	text-align:	left;
	padding-top:2px;
	font-size:12px;
	margin:1px;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited
{
	color: #000000;
	text-decoration: none;
	font-weight:bold;
}

.menuTitleSelectedlink:hover
{
	color: ed1d24;
	font-weight:bold;
	text-decoration: none;
}

.menuItemsHolder {


	background: url(images/itemsholder.jpg) top center no-repeat;
	height:	127px;
	width: 180px;
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	padding-right:10px;
	padding-top:5px;
	margin-right:55px;
	}

.menuItem {
	color: #ffffff;
	font-size:14px;
	text-decoration: none;
	padding-left:10px;
	width: 160px;
	height:24px;
	text-align:left;
	}

.menuItemSelected {
	color: #ffffff;
	font-weight:bold;
	font-size:14px;
	text-decoration: none;
	padding-left:10px;
	width: 160px;
	height:24px;
	text-align:left;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:	#000000;
	font-weight:bold;
	}

