#sidebar #navlist {
	width: 160px;
	padding: 0 0 15px 0;
	margin: 0 0 35px 0;
	list-style-type: none;
	font-size: 1.2em;
	border-right: 2px dotted #CCCCCC;
}
#sidebar #navlist ul {
	list-style-type: none;
}
#sidebar #navlist a:link,
#sidebar #navlist a:visited {
	display: block;
	padding: 2px 2px 2px 24px;
	color: #999999;
	text-decoration: none;
}

#sidebar #navlist a:hover {
	background-color: #E0C5D8;
	color: #666666;
}
#navlist ul li ul {
	padding: 0px 0px 0px 15px;
}
#sidebar #navlist .uberlink {
	color: #666666!important;
	font-weight: bold;
	cursor: default;
}


#sidebar{position:relative;
}
#sidebar a#clockhours {
	display:block;
	height:266px;
	width:170px;
	background: url(/images/teacherscredit.png) no-repeat;
	position:absolute;
	left:-155px;	
}
#sidebar #clockhours b{display:none;}


/* Conditional Comments */

[if IE 5]>
<style>
#navlist a {float: left; clear: both; width: 100%;}
</style>
<![endif]
[if gte IE 6]>
<style>
#navlist a {height: 1%;}
</style>
<![endif]


