.menuTitleLang {
	display:block;
	background:#B9CBFF;
	border-bottom:2px #4F70D0 solid;
	height:26px;
	padding-top:9px;
	width:179px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding-left:27px;
	text-decoration:none;
	color: #000000;
	}

.menuTitleHolder {
	width:	100%;
	}

.menuTitle {
	display:block;
	background:#B9CBFF;
	border-bottom:2px #4F70D0 solid;
	height:26px;
	padding-top:9px;
	width:179px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding-left:27px;
	text-decoration:none;
	color: #000000;
	}

.menuTitleSelected {
	display:block;
	background:#B9CBFF;
	border-bottom:2px #4F70D0 solid;
	height:26px;
	padding-top:9px;
	width:179px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding-left:27px;
	text-decoration:none;
	color: #000000;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	display:block;
	background:#B9CBFF;
	border-bottom:2px #4F70D0 solid;
	height:26px;
	padding-top:9px;
	width:179px;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding-left:27px;
	text-decoration:none;
	color: #000000;
	}

.menuItemsHolder {
	filter:progid:DXImageTransform.Microsoft.Gradient(endColorstr='#CDD4DE', startColorstr='#ffffff', gradientType='0');
	background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

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

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

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}
