#sidebar {
	margin-top: 15px;
	margin-bottom: 0px;
	padding-bottom: 5px;
	z-index: 100;
	width: 107px;
}

/*
UBERLINK 
  STYLES Begin here:
*/
#navlist {
	padding: 0;
	list-style-type: none;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-align: right;
	width: 104px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	margin-top: 15;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
#navlist a, #navlist a:visited {
	display: block;
	padding: 6px 15px 2px 6px;
	background-image:  none;
	background-repeat: no-repeat;
	background-position: 20% 50%;
	color: #FCFFDD;
	text-decoration: none;
	background-color: #1C2617;
	border: 1px solid #304129;
	/*background-image:  url(images/flammes-round.gif);*/
	
}

#sidebar #navlist #uberlink a,  #navlist a:hover {
	background-repeat: no-repeat;
	background-position: 20% 50%;
	color: #FFFFFF;
	font-weight: bold;
	cursor: hand;
	background-color: #000000;
	border: 1px solid #304129;
}
