.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {
	background: url(images/menubuttonon.gif) no-repeat;
	background-position: left;
	width:100%; 
	padding-right:10;
	padding-left:15;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	margin:3px;
	}

.menuTitle {
	background: url(images/menuButtonOff.gif) no-repeat;
	background-position: left;
	width:100%; 
	font-family: arial;
	font-size: 12px;
	padding-right:10;
	padding-left:20;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	margin:3px;
	}

.menuTitleSelected {
	background: url(images/menuButtonOff.gif) no-repeat;
	background-position: left;
	width:100%; 
	font-family: arial;
	font-size: 12px;
	padding-right:10;
	padding-left:20;
	font-weight:bold;
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	margin:3px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background: url(images/menubuttonon.gif) no-repeat;
	background-position: left;
	width:100%; 
	font-family: arial;
	font-size: 12px;
	padding-right:10;
	padding-left:20;
	font-weight:bold;
	color: #ffffff;
	text-decoration: underline;
	text-align:	left;
	margin:3px;
	}

.menuItemsHolder {

	background-repeat: no-repeat; 
	background-position: right center; 
	padding-right:5;
	padding-left:5;
	font-weight:bold; 
	color: #000000;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	width:90;
	}

.menuItem {

	background-repeat: no-repeat; 
	background-position: right center; 
	padding-right:5;
	padding-left:5;
	font-weight:bold; 
	color: #000000;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	width:90;
	}

.menuItemSelected {

	background-repeat: no-repeat; 
	background-position: right center; 
	padding-right:5;
	padding-left:5;
	font-weight:bold; 
	color: #000000;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	width:90;
	}

.menuItem:hover,.menuItemSelected:hover {

	background-repeat: no-repeat; 
	background-position: right center; 
	padding-right:5;
	padding-left:5;
	font-weight:bold; 
	color: #b27884;
	text-decoration: underline;
	text-align:	right;
	font-size: 12px;
	width:90;
	}
