.menuTitleHolder {
	width:	95%;
	text-align:	center;
	
		
	
	}

.menuTitleLang {
	/*background-image: url('images/dot.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	padding-left:10;
	*/
	font-weight:bold;
	width:auto; 
	white-space:nowrap;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle {
	
	
	font-weight:bold;
	width:auto; 
	white-space:nowrap;
	color: #446D8C;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	
	
	font-weight:bold;
	width:auto; 
	white-space:nowrap;
	color: red;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: #FF00FF;
	}


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

.menuItem {
	/*color: #446D8C;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;*/
	
	font-weight:bold;
	width:auto; 
	white-space:nowrap;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	padding-top: 5px;
	}
	
	.menuItem A:link {text-decoration: none; font-weight:bold; color: #ffffff; font-size:12px;}
	.menuItem A:visited {text-decoration: none; font-weight:bold; color: #ffffff; font-size:12px;}
	.menuItem A:active {text-decoration: none; font-weight:bold;  color: #0000FF; font-size:12px;}
	.menuItem A:hover {text-decoration: none;  font-weight:bold; color: #0000FF; font-size:12px;}

.menuItemSelected {
	/*color: red;
	text-decoration: none;
	padding-right:	3px;
	width: 100px;*/
	
	font-weight:bold;
	width:auto; 
	white-space:nowrap;
	color: #ffffff;
	text-decoration: none;
	text-align:	right;
	margin:1px;
	padding-top: 5px;
	}
	
	
	.menuItemSelected A:link {text-decoration: none; font-weight:bold; color: #0000FF; font-size:12px;}
	.menuItemSelected A:visited {text-decoration: none; font-weight:bold; color: #0000FF; font-size:12px;}
	.menuItemSelected A:active {text-decoration: none; font-weight:bold;  color: #0000FF; font-size:12px;}
	.menuItemSelecteds A:hover {text-decoration: underline;  font-weight:bold; color: #0000FF; font-size:12px;}

.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	
	}
	
	.menuItem:hover,.menuItemSelected:hover  A:link {text-decoration: none; font-weight:bold; color: #BF4F61; font-size:12px;}
	.menuItem:hover,.menuItemSelected:hover  A:visited {text-decoration: none; font-weight:bold; color: #BF4F61; font-size:12px;}
	.menuItem:hover,.menuItemSelected:hover  A:active {text-decoration: none; font-weight:bold;  color: #ff8928; font-size:12px;}
	.menuItem:hover,.menuItemSelected:hover  A:hover {text-decoration: underline;  font-weight:bold; color: #ff8928; font-size:12px;}


	
	
	