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

.menuTitle {
	font-size: 14px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-family: Times New Roman;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	font-size: 14px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-family: Times New Roman;
	text-align:	center;
	margin:1px;
	}

.menuTitle:visited, .menuTitleSelected:visited {
	font-size: 14px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-family: Times New Roman;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	font-size: 14px;
	width: 100%;
	color: #ffffff;
	text-decoration: none;
	font-family: Times New Roman;
	text-align:	center;
	margin:1px;
	}

.menuItemsHolder {
	background-color: #002b60;
	width: 120px;
	color: #ffffff;
	font-family: Times New Roman;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

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

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

.menuItem:visited,.menuItemSelected:visited,.menuItem:active,.menuItemSelected:active {
	color:		white;
	background-color:	#002b60;
	}


.menuItem:hover,.menuItemSelected:hover {
	color:		white;
	background-color:	#002b60;
	}
