.menuTitleHolder {
	width:	100%;
	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 {
	background: url(images/menu_item.jpg) top center no-repeat;
	font-weight:bold;
	height: 20px;
	width:119px;
	text-align:	center;
	color: #4a5757;
	
	}

.menuTitlelast {
	background: url(images/menu_item.jpg) top center no-repeat;
	font-weight:bold;
	height: 20px;
	width:119px;
	text-align:	center;
	color: #4a5757;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #4a5757;
	text-decoration: none;

}

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

.menuTitleSelected {
	background: url(images/menu_selected.jpg) top center no-repeat;
	font-weight:bold;
	height: 20px;
	width:119px;
	text-align:	center;
	color: #fff;
	}

.menuTitleSelectedlast {
	background: url(images/menu_selected.jpg) top center no-repeat;
	font-weight:bold;
	height: 20px;
	width:119px;
	text-align:	center;
	color: #fff;
	}

.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 {
	background-color: #6e43b8;
	width:120px;
}

.menuItem 
{
	
	width: 120px;
	height: 14px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding-right: 10px;
	text-decoration:none;
}

.menuItemSelected 
{
	width: 120px;
	height: 14px;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	text-align:right;
	padding-right: 10px;
	text-decoration:none;
}

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

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

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