.menuTitleLang {

	border:0px none green;
	font-weight:bold;
	text-decoration: none;
	display:	block;
	text-align:	center;
	margin:1px;
	}

.menuTitleHolder {
	height: 37px;
	font-weight:bold;
	font-size: 12px;
	font: Arial;
	color: #5f5f5f;
	}

.menuTitle {
	border:1px none #D2D6D7;
	font-weight:bold;
	font-size: 12px;
	font: Arial;
	width: 115px;
	height: 37px;
	background-image: url('images/butt_09.jpg');
	color: #5f5f5f;
	text-decoration: none;
	display: block;
	text-align:	center;
	margin:1px;
	vertical-align: center;

	}
	
.menuhref {
	font-weight:bold;
	font-size: 12px;
	font: Arial;
	color: #5f5f5f;
	text-decoration: none;	
}

.menuTitleSelected {
	border:0px none #D2D6D7;
	font-weight:bold;
	width: 115px;
	height: 37px;
	background-image: url('images/butt_09.jpg');
	color: #5f5f5f;
	text-decoration: none;
	display: block;
	text-align:	center;
	margin:1px;
	}



.menuItemsHolder {
	border: 3px solid #b4c9de; /*THEME CHANGE HERE*/
	border-width: 3px 3px;
	font:normal 12px Arial;
	background-color: #e1e9f4;
	width: 115px;
	}

.menuItem {	
	font: normal 11px Arial;
	color: #2d76ba;
	text-decoration: none;
	padding-left:	3px;
	display:block;
	width: 100%;
	height: 25px;
	text-align:	center;
	border: 0 solid #b5cee2; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;	
	}

.menuItemSelected {
	font: normal 11px Arial;
	color: #2d76ba;
	text-decoration: none;
	padding-left:	3px;
	display:block;
	width: 100%;
	height: 25px;
	text-align:	center;
	border: 0 solid #b5cee2; /*THEME CHANGE HERE*/
	border-bottom-width: 1px;
	vertical-align: middle;
	padding-top: 5px;
	padding-bottom: 5px;	
	}


