.menuTitleHolder {
	width:	220px;
	}

.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 center no-repeat;
	height:33px;
	font-weight:bold;
	width: 220px;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	padding-right: 10px;
	padding-top:6px;
	font-size:15px;
	font-family:arial;
	margin-bottom: 1px;
	}

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

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

.menuTitleSelected {
	background: url(images\buttonON.jpg) top center no-repeat;
	height:33px;
	font-weight:bold;
	width: 220px;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	padding-right: 30px;
	padding-top:6px;
	font-size:15px;
	margin-bottom: 1px;
	}

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

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

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: #ffffff;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}

