.menuTitleLang {
	background-color: #000000;
	border:1px solid green;
	font-weight:bold;
	width: 81px;
	color: green;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleHolder {
	image:url('images/arrow.gif');
	width:	95%;
	}

.menuTitle {
   	font-weight:bold;
	width: 100%;
	color: #446D8C;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitleSelected {
	font-weight:bold;
	width: 100%;
	color: red;
	text-decoration: none;
	text-align:	center;
	margin:1px;
	}

.menuTitle:hover, .menuTitleSelected:hover{
	color: red;
	}

.menuItemsHolder {
    background-color: #000000;
	border:1px solid black;
	font-weight:bold;
	width: 100px;
	color: #446D8C;
	text-decoration: none;
	text-align:	left;
	margin-top:2px;
	}

.menuItem {
	color: #446D8C;
	text-decoration: none;
	padding-left:	3px;
	width: 100px;
	}

.menuItemSelected {
	color: red;
	text-decoration: none;
	padding-left:	3px;
	width: 100px;
	}

.menuItem:hover, .menuItemSelected:hover {
	color:		white;
	background-color:	#446D8C;
	}