/*
#sidebar {
position: absolute;
left: 36px;
top: 86px;
width: 186px;
font-size: .8em;
}
*/

/*
MENU STYLES:
*/

#navlist {
margin: 0;
padding: 0;
list-style-type: none;
}

#navlist a, #navlist a:visited {
	display: inline;
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: normal;
	font-size : 13px;
	cursor: pointer;
}

#navlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: normal;
	font-size : 13px;
	cursor: pointer;
}

#sidebar #navlist .uberlink {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: normal;
	font-size : 13px;
	cursor: pointer;
}

#classlist {
margin: 0;
padding: 0;
list-style-type: none;
}

#classlist a, #classlist a:visited {
	display: inline;
	color: #000000;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: normal;
	font-size : 13px;
	cursor: pointer;
}

#classlist a:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: bold;
	font-style: normal;
	font-size : 13px;
	cursor: pointer;
}

