@charset "UTF-8";
/* CSS Document */
/* ---------------- MENU -------------------- */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 196px;
	}
	
ul li {
	position: relative;
	}

/* sub Menu Position*/
li ul {
	position: absolute;
	left:0;
	top:0px;
	display: none;
	}
	
/* Style of the menu below */
ul li a {
	display: block;
	/*text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 9px; 
	font-weight: normal;
	color: #000066;
	*/
	
	/* for IE */
 	/* filter:alpha(opacity=80); */
  	/* CSS3 standard */
  	/*opacity:0.8; */
	padding: 4px 0px 9px 13px;
	/* Fix IE. Hide from IE Mac \*/
	* padding: 2px 0px 9px 13px; 
	/* End */
	
	}
	/* test */
a {
display: block;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 13px; 
	font-weight: normal;
	color: #666666;
	}
	
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%;}
* html ul li a { height: 1%; }
/* End */

/* to end ul only */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 196px;
	border-bottom: 0px solid #ccc;
	}

/* HOVER STYLING */
ul li a:hover { 
	color: #000000;

	/* for IE */
 	/* filter:alpha(opacity=100); */
  	/* CSS3 standard */
  	/*opacity:1.0;*/
	top: 100%;
	} /* Hover Styles */
		
li ul li a { 
	
	padding: 4px 0px 9px 13px; 

	} 
	
	

	
	/* Sub Menu Styles */
		/* IE 7 BUG FIX USE THE BACKGROUND IMAGE SO SUBMENU DO DISAPPEAR WHEN YOU ROLL BETWEEN ONE BUTTON TO THE OTHER!!! */
li:hover ul, li.over ul { display: block; background-image: url("../gui/no.gif");  } /* The magic */
/*li:hover ul { display: block; } */


/* ---------------- MENU END -------------------- */

/* buttons colours */
.general {
	color: #666666;
	text-align:left;
	
}

.selectedSection {
	color: #000000;
	text-align:left;
}	

.general span {display:none;}

.selectedSection span {display:none;}

/* ----------- Div tag positions ------------ */
#menu {
margin:0;
margin-top:15px;
padding:0;

	
}


