.language_active {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C1454D;
	text-decoration: none;
}
.language_passive {
	font-family: tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #9B99A7;
	text-decoration: none;
}
.menu_top {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.menu_middle {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.header1 {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #B82B33;
	text-decoration: none;
}
.header2 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #B82B33;
	text-decoration: none;
}
.text1 {
	font-family: tahoma;
	font-size: 12px;
	font-weight: none;
	/*color: #9998A8;*/
	color: #000000;
	text-decoration: none;
}
.text1h {
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #9998A8;
	text-decoration: none;
}
.ha{
	font-family: tahoma;
	font-size: 14px;
	font-weight: bold;
	color: #C1454D;
	text-decoration: none;
}
.lang1 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #C1454D;
	text-decoration: underline;
}
.lang2 {
	font-family: arial;
	font-size: 12px;
	font-weight: bold;
	color: #C1454D;
	text-decoration: none;
}



/* MENU */
#dhtmlgoodies_listMenu a{	/* Main menu items */
		color:#000000;
		text-decoration:none;
		font-weight:bold;
		font-family: tahoma;
	    font-size: 11px;

	}
	#dhtmlgoodies_listMenu ul li a{	/* Sub menu */
		color: #000000;
		font-weight:normal;
		font-family: tahoma;
	    font-size: 11px;
	}
	#dhtmlgoodies_listMenu ul li ul li a{	/* Sub Sub menu */
		color: #000000;
		font-weight:normal;
		font-family: tahoma;
	    font-size: 11px;		
	}
	
	#dhtmlgoodies_listMenu .activeMenuLink{	/* Styling of active menu item */
		color:#B82B33;
		
	}
	
	
	/*
	No bullets
	*/	
	#dhtmlgoodies_listMenu li{
		list-style-type:none;	
	}
	
	/*
	No margin and padding
	*/
	#dhtmlgoodies_listMenu, #dhtmlgoodies_listMenu ul{
		margin:0px;
		padding:0px;
	}

	/* Margin of sub menu items */
	#dhtmlgoodies_listMenu ul{
		display:none;
		margin-left:10px;
	}
	/* END MENU */
