.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 {
	font-weight:bold;
	text-align:	center;
	font-size:12px;
	color: #ffffff;
	height:20px;
	}

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

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

.menuTitleSelected {
	

	font-weight:bold;	 
	text-align:	center;
	font-size:12px;
	color: #000000;
	height:20px;
	}

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

.menuTitleSelectedlink:hover, .menuTitlelink:hover
{
	color: #cbcbcb;
	text-decoration: none;
}

.menuItemsHolder {
	width:140px;
	height:22px;
	}

.menuItem {
	width:140px;
	height:22px;
	background: url(images/ButOFF.jpg) top center no-repeat;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	color: #ffffff;
	}

.menuItemSelected {
	width:140px;
	height:22px;
	vertical-align: middle;
	background: url(images/ButON.jpg) top center no-repeat;
	text-align: center;
	font-size:12px;
	font-weight:bold;
	color: #000000;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:	#ffffff;
	
	}
.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;
}
.subItem2link:link, .subItem2link:active, .subItem2link:visited
{
	text-decoration:none;
	color: #565656;
	text-align:left;
	font-weight:normal;
}

.subItem2linkselected:link, .subItem2linkselected:active, .subItem2linkselected:visited
{
	text-decoration:none;
	color: #d38700;
	text-align:left;

}

.subItem2{
	
	text-align:left;
	padding-top:5px;
	padding-left:5px;

}