/*
#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: block;
	padding: 2px 2px 2px 24px;
	color: #FFFFFF;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	font-size : 13px;
	padding-bottom: 10px;
	cursor: pointer;
}

#navlist a:hover {
	color: #F87F14;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	font-size : 13px;
	padding-bottom: 10px;
	cursor: pointer;
}
#sidebar #navlist .uberlink {
	color: #F87F14;
	text-decoration: none;
	font-family: Trebuchet, Verdana, Arial, Helvetica, sans-serif; 
	font-weight: normal;
	font-style: italic;
	font-size : 13px;
	padding-bottom: 10px;
	cursor: pointer;
}

