.menuTitleHolder {
	width:	270px;
	}

.menuTitleLang {
	
	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;
	width: 214px;
	height:35px;
	background: url(images/buttonOFF.jpg) center right no-repeat;
	text-align:right;
	color: #ffffff;
	font-size:14px;
	padding-right:30px;
	padding-top:8px;
	
	font-family:arial;
	}

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

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

.menuTitleSelected {
	
font-weight:bold;
	width: 214px;
	height:35px;
	background: url(images/buttonON2.jpg) center right no-repeat;
	text-align:right;
	color: #000000;
	font-size:14px;
	padding-right:30px;
	padding-top:8px;
	
	font-family:arial;
	}

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

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

.menuItemsHolder {
	
	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: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

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