.menuTitleHolder {

	width: auto;

	align: center;

	}



.menuTitleLang {

	background-image: url('images/MenuSep.gif'); 

	background-repeat: no-repeat; 

	background-position: right center; 

	width:100%; 

	padding-right:7;

	padding-left:7;

	font-family:arial; 

	font-weight:bold; 

	color: #ffffff;

	text-decoration: none;

	text-align:	right;

	font-size: 12px;

	}



.menuTitle {

	background-image: url('images/MenuSep.gif'); 

	background-repeat: no-repeat; 

	background-position: right center; 

	width:100%; 

	padding-right:7;

	padding-left:7;

	font-family:arial; 

	font-weight:bold; 

	color: #ffffff;

	text-decoration: none;

	text-align:	right;

	font-size: 12px;

	}



.menuTitleSelected {

	background-image: url('images/MenuSep.gif'); 

	background-repeat: no-repeat; 

	background-position: right center; 

	width:100%; 

	padding-right:7;

	padding-left:7;

	font-family:arial; 

	font-weight:bold; 

	color:#003300;

	text-decoration: none;

	text-align:	right;

	font-size: 12px;

	}



.menuTitle:hover, .menuTitleSelected:hover{

	color: #003300;

	}



.menuItemsHolder {

	align: center;

	text-align:	right;

	}



.menuItem {

	padding-right:20px;
	padding-top:7px;	
	font-weight:bold; 
	color:#ffffff; 
	text-decoration: none;
	width: 197px;
	height:29px;
	min-height:29px;
	min-width:197px;
	}



.menuItemSelected {

	padding-right:20px;
	padding-top:7px;	
	font-weight:bold; 
	color:#ffffff; 
	text-decoration: none;
	width: 197px;
	height:29px;
	min-height:29px;
	min-width:197px;

	}



.menuItem:hover,.menuItemSelected:hover {

	color:#003300;

	}