.menuTitleHolder {
	width: auto;
	align: center;
	text-align: center;
	color: #ffffff;
	height:25;
	vertical-align:50%;
}

.menuTitleLang {
	vertical-align:50%;
	padding:10;
	filter:none;
	background-color: #006699;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight:bold;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
	}

.menuTitle {
	vertical-align:50%;
	padding:10;
	filter:none;
	background-color: #006699;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight:bold;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
	}

.menuTitleSelected {
	vertical-align:50%;
	padding:10;
	filter:none;
	background-color: #006699;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight:bold;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	vertical-align:50%;
	padding:10;
	filter:none;
	background-color: #81bf65;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	font-weight:bold;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
}

.menuItemsHolder {
	width: 200;
	padding:5;
	align: center;
	text-align: right;
	}

.menuItem {
	height:22px;
	width:178px;
	background-image: url("images/Menu.gif"); 
	background-repeat:no-repeat;
	background-position: top center;
	background-color:none;
	filter:none;
	padding-right:15;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	border:none;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	text-position: center center;
	text-align:	center;
	font-size: 12px;
	}

.menuItemSelected {
	height:22px;
	width:178px;
	background-image: url("images/Menu.gif"); 
	background-repeat:no-repeat;
	background-position: top center;
	background-color:none;
	filter:none;
	padding-right:15;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	border:none;
	font-weight:normal;
	color: #000000;
	text-decoration: none;
	text-position: center center;
	text-align:	center;
	font-size: 12px;
	}

.menuItem:hover, .menuItemSelected:hover {
	height:22px;
	width:178px;
	background-image: url("images/Menu_over.gif"); 
	background-repeat:no-repeat;
	background-position: top center;
	background-color:none;
	filter:none;
	padding-right:15;
	padding-left:5;
	padding-top:3;
	padding-bottom:3;
	border:none;
	font-weight:normal;
	color: #af0a0a;
	text-decoration: none;
	text-position: center center;
	text-align:	center;
	font-size: 12px;
	}
