/* Left UL */

#left ul {
	list-style-image: none;
	list-style-type:none;
	margin: 15px 0 0;
	padding: 0;
}

#left ul li {
	color:#666666;
	font-size:13px;
	margin: 0 0 2px 0;
	padding: 0 0 0 4px;
}

#left ul li a {
	background-color: #e1e1e1;
	display: block;
	margin-left: 0;
	padding: 6px 0 6px 10px;
	text-decoration :none;
	color: #666666;
	font-weight: normal;
}

#left ul li a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#left ul li .active_menuitem {
/*	color: rgb(58, 109, 175);*/
	text-decoration: none;
}

#left ul ul{
	list-style-image: none;
	list-style-type:none;
	margin: 0 0 0 2px;
	padding: 0;
}

#left ul ul li {
	background-image: url(https://meetings.copernicus.org/h_ws2013/isprs_hw2013_graphic_left_menu_liel_graphic.gif);
	background-position: 0 10px;
	background-repeat: no-repeat;
	border-bottom: medium none;
	color: #666666;
	font-size: 12px;
	margin: 0 0 0 8px;	
}

#left ul ul li a {
	color: rgb(102, 102, 102);
	text-decoration: none;
	line-height: 12px;
	background-color: #eaeaea;
	border: medium none; 
	font-weight: normal;
}

#left ul ul li a:hover {
	color: rgb(0, 0, 0);
	text-decoration: none;
}

#left ul ul li .active_menuitem {
	color: rgb(58, 109, 175);
	text-decoration: none;
	border: medium none;
}