.menuTitleHolder {
	width:	884px;
	}

.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/buttonOff.jpg) top right no-repeat;
	font-size: 14px;
	font-weight: bold;
	width:105px;
	height:22px;
	padding-top:3px;
	text-align: center;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited
{
	color:#649545;
	width: auto;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
	
	
}

.menuTitle:hover
{
	background: url(images/buttonOn.jpg) top right no-repeat;
	width:105px;
	height:22px;
}

.menuTitlelink:hover
{
	color: #ffffff;
	width: auto;
	text-decoration: none;
	
}

.menuTitleSelected {
	background: url(images/buttonOn.jpg) top right no-repeat;
	padding-top:3px;
	font-size: 14px;
	font-weight: bold;
	width:105px;
	height:22px;
	text-align: center;
	}

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

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

.menuItemsHolder {
	background-color: #d6a0a9;
	font-weight:bold;
	width: 160px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:4px;
}

.menuItem 
{
	width: 200px;
	
	font-size:12px;
	font-weight:bold;
	height:24px;
	color:#01236a;
	text-align:right;
}

.menuItemSelected 
{
	text-align:right;
	width: 160px;
	font-size:12px;
	font-weight:bold;
	height:24px;
	color:#6baa25;
}

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

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

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

.square
{
	list-style-type: square;
}