.menuTitleHolder {
	width: 762px;
	height:32px;
	align: center;
	}

.menuTitleLang {
	background-image: url('images/whiteLine.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:auto; 
	padding-right:7px;
	padding-left:7px;
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	}

.menuTitle {
	background-image: url('images/whiteLine.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:auto; 
	padding-right:7px;
	padding-left:7px;
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	}

.menuTitleSelected {
	background-image: url('images/whiteLine.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:auto; 
	padding-right:7px;
	padding-left:7px;
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	}

.menuTitle:hover, .menuTitle:active, .menuTitleSelected:active, .menuTitleSelected:hover{
	color: #b22d1b;
	}

.menuItemsHolder {
	width:169px;
	align: center;
	text-align:	right;
	}

.menuItem {
	border-top:4px solid #ffffff;
	background-color: #ececec;
	width:169px;
	height:20px;
	padding-right:5px; 
	padding-top:3px; 
	padding-bottom:3px;
	font-weight:bold; 
	font-size:14px;
	color:#b22d1b; 
	text-decoration: none;
	}

.menuItemSelected {
	border-top:4px solid #ffffff;
	background-color: #ececec;
	width:169px;
	height:20px;
	padding-right:5px; 
	padding-top:3px; 
	padding-bottom:3px;
	font-weight:bold; 
	font-size:14px;
	color:#b22d1b; 
	text-decoration: none;
}

.menuItem:hover, .menuItem:active, .menuItemSelected:hover, .menuItemSelected:hover {
	color:#7284a2;
	}