.menuTitleHolder {
	width:	740px;
	}

/*.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 {
	color:#065999; 
	font-size:15px; 
	font-weight:bold;
	}

.menuTitleSelected {
	color:#00a5c6; 
	font-size:15px; 
	font-weight:bold;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color:#00a5c6; 
	font-size:15px; 
	font-weight:bold;
	}

.menuItemsHolder {
	background-color: #FFF;
	color:#065999;
	font-size:13px;
	}

.menuItem {
	color:#065999;
	text-decoration: none;
	font-size:13px;
	text-align:right;
	padding-right:	3px;
	width: 150px;
	border-bottom: solid 1px #00a5c6;
	}

.menuItemSelected {
	color:#00a5c6; 
	text-decoration: none;
	padding-right:	3px;
	width: 150px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color:#00a5c6; 
	}

