.menuTitleHolder {
	width:	100%;
	}

.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 {
	
	font-size:12px;
	border-right:1px solid #ffffff;
	font-weight:bold;
	height:15px;	
	padding-top:2px;
	text-align: center;
	margin:1px;
	
	}


.menuTitlelast {
	font-size:12px;
	height:14px;
	font-weight:bold;
	padding-top:2px;
	text-align: center;
	margin:1px;
	}

.menuTitlelink:link, .menuTitlelink:active, .menuTitlelink:visited, .menuTitlelastlink:link, .menuTitlelastlink:active, .menuTitlelastlink:visited
{
	color: #ffffff;
	text-decoration: none;
	
}

.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelected {
	font-size:12px;
	border-right:1px solid #ffffff;
	font-weight:bold;
	height:15px;	
	padding-top:2px;
	text-align: center;
	margin:1px;
	color:#60a0de;
	}

.menuTitleSelectedlast {
	font-size:12px;
	height:14px;
	font-weight:bold;
	padding-top:2px;
	text-align: center;
	margin:1px;
	color:#60a0de;
	}

.menuTitleSelectedlink:link, .menuTitleSelectedlink:active, .menuTitleSelectedlink:visited, .menuTitleSelectedlastlink:link, .menuTitleSelectedlastlink:active, .menuTitleSelectedlastlink:visited
{
	color: #ffffff;
	text-decoration: none;
}

.menuTitleSelectedlink:hover
{
	color: #60a0de;
	text-decoration: none;
}
.menuTitlelink:hover, .menuTitlelastlink:hover
{
	color: #60a0de;
	text-decoration: none;
}

.menuItemsHolder {
	background-color: #ffffff;
	margin-top: 7px;
	font-weight:bold;
	width: 150px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #000000;
	border-bottom: 1px solid #000000;
	padding-top: 2px;
	padding-bottom: 2px;
	text-decoration: none;
	text-align: left;
	padding-right:	3px;
	width: 150px;
	}

.menuItemSelected {
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
	padding-right:	3px;
	text-align: left;
	width: 150px;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #000000;
	}
