.menuTitleHolder {
	width: 100%;
	align: center;
	margin-left:-2px;
	}

.menuTitleLang {
	background-image: url('images/Line.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:100%; 
	padding-right:15;
	padding-left:20;
	font-family:arial; 
	font-weight:bold; 
	color: #2285bb;
	text-decoration: none;
	text-align:	center;
	font-size: 12px;
	}

.menuTitle {
	background-image: url('images/Line.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:100%; 
	padding-right:15;
	padding-left:20;
	font-family:arial; 
	font-weight:bold; 
	color: #2285bb;
	text-decoration: none;
	text-align:	center;
	font-size: 12px;
	}

.menuTitleSelected {
	background-image: url('images/Line.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:100%; 
	padding-right:15;
	padding-left:20;
	font-family:arial; 
	font-weight:bold; 
	color: #2285bb;
	text-decoration: none;
	text-align:	center;
	font-size: 12px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #1471a4;
	}

.menuItemsHolder {
	width:189px;
	align: center;
	}

.menuItem {
	background-image: url('images/Menu_Sub.gif'); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width:189px;
	height:22px;
	padding:4; 
	padding-left:7px;	
	font-family:arial; 
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
	}

.menuItemSelected {
	background-image: url('images/Menu_Sub.gif'); 
	background-repeat: no-repeat; 
	background-position: center center; 
	width:189px;
	height:22px;
	padding:4; 
	padding-left:7px;	
	font-family:arial; 
	font-weight:bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	font-size: 12px;
}

.menuItem:hover,.menuItemSelected:hover {
	color:#d3d3d3;
	}
