.tableTitle {
	background-image: url('img/titlePage.gif');
	height: 23px;
	font-weight: bold;
	font-size: 14px;
	}
.menuTitleHolder {
	width:	100%;
	}


.menuTitle {
	background: url(images/menuPicEn.jpg) no-repeat;
	background-position: left center;
	font-weight:bold;
	width: 121px;
	height: 27px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 6px;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	}

.menuTitleSelected {
	background: url(images/menuPicEn.jpg) no-repeat;
	background-position: left center;
	font-weight:bold;
	width: 121px;
	height: 27px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background: url(images/menuPicEn.jpg) no-repeat;
	background-position: left center;
	font-weight:bold;
	width: 121px;
	height: 27px;
	font-family: verdana;
	font-size: 11px;
	color: #ffffff;
	padding-left: 20px;
	padding-top: 4px;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	}


.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	}