.menuTitleHolder {
	width:	100%;
	}

.menuTitleLang {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	display:	block;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	font-weight: bold;
	display:	block;
	height: 36px;
	padding-top: 10px;
	text-decoration: none;
	text-align:	center;
	}

.menuTitleSelected {
	color: yellow;
	height: 36px;
	text-align: center;
	background: url(images/menu_bg_over.jpg) repeat-x;
	display:	block;
	text-decoration: none;
	font-weight: bold;
	padding-top: 10px;
	}
	
.menuTitle:hover, .menuTitleSelected:hover{
	color: yellow;
	font-weight: bold;
	}

.menuItemsHolder {
	height: 36px;
	width: 154px;
	text-align: center;
	text-decoration: none;
	text-align:	right;
	margin-top:2px;
	display:	block;
	vertical-align: middle;	
	}
	
.menuItem {
	text-decoration: none;
	padding-left:	3px;
	padding-top:10px;
	vertical-align:middle;
	font-weight:200;
	border:1px solid #4F71BA;
	display:block;
	color: #FFFFFF;
	height: 36px;
	}

.menuItemSelected {
	border:1px solid #4F71BA;
	text-decoration: none;
	padding-right:	3px;
	display:	block;
	height: 36px;	
	padding-top: 10px;
	vertical-align: middle;
	text-align: center;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: yellow;
	font-weight:bold;
	}
