div#sidebar{
display:inline /*Fix IE floating margin bug*/; 
float:left; 
width:156px; 
overflow:visible !important /*Firefox*/; 
overflow:hidden /*IE6*/;
margin-left:5px;
background:url(../images/path.gif) top left no-repeat;
/*background:#114f6e url(../images/path.gif) top left no-repeat*/
	}
div#sidebar div#round_corner{
	margin-bottom:10px;
	padding-left:10px;
	margin-left:0px;
	font-size:11px;
	color:#fff;
	line-height:20px;
	}
div#sidebar div#round_corner a{
	font-size:11px;
	color:#fff;
	text-decoration:none;
	}
div#sidebar div#round_corner a:hover{
	text-decoration:underline
	}
div#sidebar div#round_corner a.active{
	text-decoration:underline;
	}




ul#nav{
	margin: 0;
	margin-top:1px;
	padding: 0;
	list-style: none;
	width: 158px; /* Width of Menu Items */	
}

ul#nav li
{
	position: relative;
	list-style-type:none;
}


/* Styles for Menu Items */
ul#nav li a
{
	display: block;
	padding-left:14px;
	padding-top:4px;
	padding-bottom:4px;
	list-style-type:none;
	border-bottom: 1px dotted #fff;
	font-size:11px;
	color:#FFFFFF;
	text-decoration:none;
}

ul#nav li.active{
	background:#16A2DB url(../images/active_icon.gif) 2px 6px no-repeat;;
	list-style-type:none;
	font-size:11px;
	color:#FFFFFF;
	width:158px;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#nav li { float: left; height: 1%; list-style-type:none;}
* html ul#nav li a { height: 1%; list-style-type:none;}
/* End */

ul#nav li a:hover { 
	background:#16A2DB url(../images/active_icon.gif) 2px 6px no-repeat;;	
	} /* Hover Styles */		
ul#nav li:hover ul, ul#nav li ul.over { display: block; list-style-type:none; } /* The magic */				