.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;
	}

.menuTitleHolder {
	width:	100%;
    background: url("images/menu-sub-bg.gif");
    background-repeat:repeat-y;
	}

.menuTitle,.menuTitleSelected  {
	
	background: url("images/menu-top-bg.gif");
	
    /*border:1px solid red; */
	
    
	
    width: 158px; /*154*/
    
    font-weight:bold; 
	color: white;
	text-decoration: none;
	text-align:	left;
	height:24px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;    
    padding: 4 0 4 4;
    margin-bottom:6px;
}


.menuTitle-wide,.menuTitleSelected-wide  {
	background: url("images/menu-top-bg-wide1.gif");
	/*border:1px solid #D2D6D7; */
	font-weight:bold;
	width:158px ;  /*100%*/
	color: white;
	text-decoration: none;
	text-align:	left;
	height:36px;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 13px;
	font-style: normal;
	font-weight: bold;    
    padding: 1 0 1 4;
    margin-bottom:6px;
}

.menuTitle-wide:hover,.menuTitleSelected-wide:hover  {
	background: url("images/menu-top-bg-wide1.gif");
    color: #cbd87c;
}


.menuTitle:hover, .menuTitleSelected:hover{
    background: url("images/menu-top-bg.gif");
	color: #cbd87c;
	}

.menuItemsHolder {
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	width: 100%;
	color: #0468bc;
	text-decoration: none;
	text-align:	left;
	
	}

.menuItem {
	font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	color: #0468bc;
	text-decoration: none;
	padding-left:	3px;
    
   /* margin-top:	3px;  */
    padding-top:	2px; 
    padding-bottom:	2px;
    
	width: 100%;
    
    
    /*border:1px solid red; */
}



.menuItem:hover,.menuItemSelected:hover,.menuItemSelected  {
	color:		#0468bc;
	background:	url("images/menu-sub-hover-bg.gif");
    background-repeat:repeat-y;
	
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
	letter-spacing: 0px;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;


	padding-left:	3px;
    padding-top:	2px; 
    padding-bottom:	2px;
    width: 100%;    
}

