/*sidemenu*/

div.sidemenu {
	border-bottom:2px white solid;
	padding: 0px;
	margin:0;
	width:172px;
	}

div.sidemenu a{
	border-top:1px white solid;
	display:block;
	padding:4px 4px;
	color:white;
}	

div.sidemenu a:hover{
	color:white;
}

div.sidemenu a:active {
	color: gold;
	}

div.sidemenu a.sel {
	display:block;
	padding:4px 4px;
	color: white;
	font-weight:bold;
	text-decoration:underline;
	}


div.sidemenu ul {
	margin:0;
	padding:0;
	vertical-align: top;
	list-style:none;
	}
	
div.sidemenu ul.l2 {
	margin:0 0 8px 0;
	padding:0;
	vertical-align: top;
	list-style:none;
	border-left:2px white solid;
	border-bottom:2px white solid;
	}

#sidebar div.sidemenu li {
	margin:0;
	padding:0;
	}



div.sidemenu ul.l1 li a{
	border-top:2px white solid;
	font-size:1em;
	background:#336699;
	}
div.sidemenu ul.l1 li a.sel{
	border-left:2px white solid;
	}
div.sidemenu ul.l2 li a{
	font-size:0.9em;
	background:#0076a3;
	border-left:none;
	}
div.sidemenu ul.l2 li a.sel{
	border-left:none;
	}
div.sidemenu ul.l3 li a{
	font-size:0.8em;
	background:#448ccb;
	border-left:none;
	}
div.sidemenu ul.l3 li a.sel{
	border-left:none;
	}
div#sidebar label{
	width:7em;
	display:block;
	margin-top:3px;
	margin-right:2px;
	float:left;
	clear:left;
	color:black;
	font-weight:normal;
	}


<!--[if IE]>
div.sidemenu ul li {
	float: left; /* cure IE5.x "whitespace in lists" problem */
	width: 100%;
}
div.sidemenu ul li a {
	height: 1%; /* make links honour display: block; properly */
} 
<![endif]-->