/*#sidebar a:link, #sidebar a:visited{
	text-decoration: none;
	color: #fff;
	}
*/
/*, #sidebar a:active */

#sidebar {
/*	background-color: #fff;*/
	width: 160px;					/* provide a margin from the left side */
	float: left;
	margin-left: -170px;
	display: inline;
}

dl.sidenav {
	width: 150px;
	margin: 0 auto;
	padding: 0 0 10px 0;
	background: #69c url(../assets/bottom.gif) no-repeat bottom left;
	text-align: left;
}

dl.sidenav dt {
	margin:0;
	padding: 10px;
	border-bottom:1px solid #fff;
	background: #69c url(../assets/top.gif) no-repeat top left;
	font-weight: bold;
	font: bold 1.2em Helvetica, Arial, Helvetica, sans-serif;
	color: #fff;
}

dl.sidenav dd {
	margin:0;
	padding:0;
	font-size: 95%;
	font-weight: normal;
	border-bottom: 1px solid #fff;
	background: #47a;
}

dl.sidenav dd a, dl.sidenav dd a:visited {
	display:block;
	padding:5px 5px 5px 20px;
	background: #47a url(../assets/arrow.gif) no-repeat 10px 10px;
	width:125px; /* make the full width clickable instead of just the text*/
	color: #fff;
	
}

#sidebar dl.sidenav dd a:hover, #sidebar dl.sidenav dd a.current {
	background: #258 url(../assets/arrowr.gif) no-repeat 11px 10px;
	color: #fff;
}

#swpp {
	color: #444444;
	font-size: 0.8em;
	margin-top: 20px;
}

.swpplogo {
	float:left;
	margin-right:10px;
}

