.menuTitleHolder {

	width:	100%;

	height:45px;

	background-image: url('images/menu_bg.gif');background-repeat: no-repeat; background-position: center top;

	}



.menuTitleLang {

	background-color: #000000;

	border:1px solid green;

	font-weight:bold;

	width: 81px;
	
	color: green;

	text-decoration: none;

	text-align:	center;

	margin:1px;

	}



.menuTitle,.menuTitleSelected,.menuTitle:hover, .menuTitleSelected:hover {

    background: url("images/menu_item.gif");

    background-repeat: no-repeat;

    background-position: right top;

	padding-top: 28px;

    height:45px;

	width: 76px;

    color: #3D63AC;

	text-decoration: none;

	text-align:	center; 

    font-weight:bold;

    }



.menuTitle:hover, .menuTitleSelected:hover {

    background: url("images/menu_item.gif");

    background-repeat: no-repeat;

    background-position: right top;

	padding-top: 28px;

    width: 76px;

    height:45px;

	color: #999999;

	text-decoration: none;

	text-align:	center; 

    font-weight:bold;

    }



.menuItemsHolder {
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;

	background-color: #F1F4F9;

	font-weight:normal;

	border-top:1px solid #B1C0D3;

	width: 112px;

	color: #3D63AC;

	text-decoration: none;

	text-align:	right;

	margin-top:0px;

	}



.menuItem,.menuItemSelected {
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;

    border-bottom:1px solid #B1C0D3;

    border-left:1px solid #B1C0D3;

    border-right:1px solid #B1C0D3;

	color: #3D63AC;

	text-decoration: none;
	padding-right:	3px;

	}



.menuItem:hover,.menuItemSelected:hover {
	background-image: url('images/trans_but.gif'); 
	background-repeat: no-repeat; 
	background-position: right center; display:block;

	color:		#999999;

	}
