#sidebar {
	
	width: 176px;
	
}


/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#navlist a, #navlist a:visited {
	display: block;
	background-color: #000000;
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 12px;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid #FFFFFF;
}
#navlist a:hover {
	background-color: #CE3635;
	background-image:  url(l1_over.jpg);
	color: #FFFFFF;
}
#sidebar #navlist .uberlink {
	background-color: #999999;
	background-image:  url(l1_over.jpg);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FFFFFF!important;
	cursor: default;
}
.tableMiddle a {
	color: #333333;
}

