.menuTitleHolder {
	
	}

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

.menuTitle {
	background:url(images/menu_hover.jpg) top right no-repeat;
	width: 99px;
	height:45px;
	padding-top:15px;
	text-align:center;
	}
	
.menuTitleSpec {
	background:url(images/menu2.jpg) top right no-repeat;
	width: 199px;
	height:45px;
	padding-top:15px;
	text-align:center;
	}
	
.menuTitleSpecSelected {
	background:url(images/menu2_hover.jpg) top right no-repeat;
	width: 199px;
	height:45px;
	padding-top:15px;
	text-align:center;
	}

.menuTitleLink:link,.menuTitleLink:active,.menuTitleLink:visited,.menuTitleLink:hover {
	color: #FFFFFF;
	font-size:10pt;
	text-decoration: none;
	text-align:	center;
}

.menuTitleSelected {
	background:url(images/menu.jpg) top right no-repeat;
	width:99px;
	height:45px;
	padding-top:15px;
	color: #FFFFFF;
	font-size:10pt;
	text-decoration: none;
	text-align:	center;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	background:url(images/menu_hover.jpg) top right no-repeat;
	width:99px;
	height:45px;
	}

.menuItemsHolder {
	border:1px solid #a7a9ac;
	background-color:#FFFFFF;
	font-weight:bold;
	width: 160px;
	color: #446D8C;
	text-decoration: none;
	text-align:	right;
	margin-right:140px;
	}

.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: #4d728a;
	background-color:	#446D8C;
	}

.submenuItem {
	color: #a7a9ac;
	text-decoration: none;
}

.submenuItemSelected {
	color: #000;
	text-decoration: none;
}

.submenuItem2:hover, .submenuItemSelected2:hover {
	color: #4d728a;
}
.submenuItem2 {
	color: #a7a9ac;
	margin-right:8px;
	text-decoration: none;
}

.submenuItemSelected2 {
	color: #000;
	text-decoration: none;
}
