.menuTitleHolder {
	align: center;
	width: 100%
	}

.menuTitleLang {
	background-image: url('images/Siverge_GreenDot.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width:100%; 
	padding-left:17;
	padding-right:7;
	font-family:arial; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	left;
	font-size: 14px;
	}

.menuTitle {
	background-image: url('images/Siverge_GreenDot.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width: 100%; 
	padding-left:17;
	padding-right:7;
	font-family: Arial; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 13px;
	}

.menuTitleSelected {
	background-image: url('images/Siverge_GreenDot.gif'); 
	background-repeat: no-repeat; 
	background-position: left center; 
	width: 100%; 
	padding-left:17;
	padding-right:7;
	font-family:arial; 
	font-weight: bold; 
	color: #ffffff;
	text-decoration: none;
	text-align:	center;
	font-size: 14px;
	}

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

.menuItemsHolder {
	width: 110px;
	text-align:	left;
	}

.menuItem {
	padding-top:5;
	padding-bottom:5;
	padding-left:7;
	color: #99cc00;
	/*border-bottom: 1px solid #ffffff;*/
	text-decoration: none;
	width: 100%;
	text-align:	left;
	font-size: 14px;
	font-weight: bold;
	}

.menuItemSelected {
	padding-top:5px;
	padding-bottom:5px;
	padding-left:7;
	/*border-bottom: 1px solid #ffffff;*/
	color: #99cc00;
	text-decoration: none;
	width: 100%;
	text-align:	left;
	font-size: 14px;
	font-weight: bold;
	}

.menuItem:hover,.menuItemSelected:hover {
	color: #99cc00;
	}

/* drop down */
.menuItemsHolder1 {
	width: 150px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	text-align:	left;
	background-color: #a0c542;
	}

.menuItem1 {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	font-weight: bold;
	}

.menuItemSelected1 {
	padding-top:5;
	padding-bottem:5;
	padding-left:7;
	/*border-bottom: 1px solid #ffffff;*/
	background-color: #a0c542;
	color: #ffffff;
	text-decoration: none;
	width: 150px;
	text-align:	left;
	font-size: 11px;
	font-weight: bold;
	}

.menuItem1:hover,.menuItemSelected1:hover {
	color: #000000;
	}
