	
	dl.menu, dt.menu, dd.menu, ul.menu, li.menu {
		margin: 0;
		padding: 0;
		list-style-type: none;
		list-style:none;
		}
	
	#menu ul {font-size:14px;}
		
	#menu dt {   			/* main level */
	cursor: pointer;
	border: 0px solid gray;
	margin: 5px 0px 5px 0px;
	padding:2px 0px 0px 3px;
	height: 16px;
	text-align: left;
	font-weight: bold;
	font-size:12px;
	line-height:16px;
		}

	#menu li { 				/* sub-level */
	border: 0px solid gray;
	text-align: left;
	height:18px;
	line-height:18px;
	margin: 2px 0px 2px 0px;
	padding:0px 0px 0px 10px;
	font-size:9px;	
		}
	
	#menu li a, #menu dt a {
	color: #C0DFE9;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
		}
	#menu li a:hover, #menu dt a:hover {
	/*background: #EB6E6E;*/
		color:#CC3333;
		}
	
/* __________________  menu states __________________  */
/* #page_id #navitem_id	*/
	
	
	#Presentation #Presentation a,
	#Councils #Councils a,
	#Members #Members a,
	#Publications #Publications a,
	#Conferences #Conferences a,
	#Activities #Activities a,
	#Research #Research a,
	#Datacol #Datacol a,
	#Teaching #Teaching a,
	#Contact #Contact a,
	#Statutes #Statutes a
	{
	/* declarations to style the current state */
	/* background: #EB9E6E; */
	color:#FFFFCC;
	}

/*	#a1 #a1 a:hover,
	#b1 #b1 a:hover,
	#b2 #b2 a:hover,
	#b3 #b3 a:hover,
	#b4 #b4 a:hover,
	#b5 #b5 a:hover,
	#b6 #b6 a:hover,
	#b7 #b7 a:hover,
	#b8 #b8 a:hover,
	#b9 #b9 a:hover,
	#b10 #b10 a:hover,
	#c1 #c1 a:hover,
	#c2 #c2 a:hover,
	#c3 #c3 a:hover,
	#c4 #c4 a:hover,
	#c5 #c5 a:hover,
	#c6 #c6 a:hover,
	#d1 #d1 a:hover,
	#e1 #e1 a:hover,	
	#f1 #f1 a:hover,
	#g1 #g1 a:hover,
	#h1 #h1 a:hover,
	#i1 #i1 a:hover
	{
	/* declarations to style the current state*/
	/*background: #EB6E6E;*/
	color:#000000;
	}
*/