.menuTitleHolder {
	width:	100%;
	margin-right: auto;
	margin-left: auto;
	}

.menuTitleLang {
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	border-left: 1px solid #ffffff;
	font-weight:bold;
	height: 14px;
	font-size:12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	color: #757575;
	font-size:12px;
	}

.menuTitlelast {
	font-weight:bold;
	height: 14px;
	font-size:12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	color: #757575;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #757575;
	text-decoration: none;
	width: auto;
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #cd0025;
	text-decoration: none;
}

.menuTitleSelected {
	border-left: 1px solid #ffffff;
	font-weight:bold;
	height: 14px;
	font-size:12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	color: #cd0025;
	}

.menuTitleSelectedlast {
	font-weight:bold;
	height: 14px;
	font-size:12px;
	text-align:	center;
	padding-right: 3px;
	padding-left: 3px;
	color: #cd0025;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #cd0025;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #000000;
	text-decoration: none;
}






.menuItemsHolder {
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	font-weight:bold;
	width: 150px;
	height:25px;
	min-height:40px;
	min-width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	z-index:10;
	}

.menuItem {
	
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	background-color: #b1b1b1;
	padding-right:5;
	padding-top:2;
	padding-bottom:2;
	border:1px solid #ffffff;
	font-weight:bold;
	width: 150px;
	min-height:20px;
	min-width: 130px;
	color: #000000;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	}

.menuItemSelected

 {
	
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	background-color: #b1b1b1;
	padding-right:5;
	padding-top:2;
	padding-bottom:2;
	border:1px solid #ffffff;
	font-weight:bold;
	width: 150px;
	min-height:20px;
	min-width: 130px;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	}

.menuItem:hover,.menuItemSelected:hover {
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;
	background-color: #b1b1b1;
	padding-right:5;
	padding-top:2;
	padding-bottom:2;
	border:1px solid #ffffff;
	font-weight:bold;
	width: 150px;
	min-height:20px;
	min-width: 130px;
	color: #c10d0e;
	text-decoration: none;
	text-align:	right;
	font-size: 12px;
	}

