.menuTitleHolder {
	width:	auto;
	margin-right: auto;
	margin-left: 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 {
	border-right: 1px solid #ffffff;
	font-family: verdana;
	font-size:12px;
	height: 12px;
	text-align:	center;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitlelast {
	font-family: verdana;
	font-size:12px;
	height: 12px;
	text-align:	center;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #ffffff;
	text-decoration: none;
	width: auto;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelected {
	border-right: 1px solid #ffffff;
	font-family: verdana;
	font-size:12px;
	height: 12px;
	text-align:	center;
	padding-right: 5px;
	padding-left: 5px;
	}

.menuTitleSelectedlast {
	font-family: verdana;
	font-size:12px;
	height: 12px;
	text-align:	center;
	padding-right: 5px;
	padding-left: 5px;
	}

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

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

.menuItemsHolder {
	
}

.menuItem 
{
	background: url(images/menu_item.jpg) 4px left no-repeat;
	width: 150px;
	height: 20px;
	padding-left:20px;
	padding-top: 2px;
	color: #fff;
	font-size:14px;
	font-weight:bold;
}

.menuItemSelected 
{
	background: url(images/menu_item_selected.jpg) 4px left no-repeat;
	width: 150px;
	height: 20px;
	padding-left:20px;
	padding-top: 2px;
	color: #ffb525;
	font-size:14px;
	font-weight:bold;
}

.menuItemlink:link, .menuItemlink:active, .menuItemlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuItemSelectedlink:link, .menuItemSelectedlink:active, .menuItemSelectedlink:visited
{
	color: #ffb525;
	text-decoration: none;
}

.menuItemlink:hover,.menuItemSelectedlink:hover 
{
	color: #ffb525;
}
