#sidebar{
	background: #FACF05;
	width: 115px;
	float: left;
	font-family: Arial, sans-serif;
	position: relative;
	
}
#sidebar #whitebar{
	position: absolute;
	top: 28px;
	right: 0px;
	width: 102px;
	height: 15px;
	background: url(images/whitetrans.png);
}
#sidetitle{
	font-family: Arial, sans-serif;	
	font-size: 24px;
	font-weight: normal;
	color: white;
	float: right;
	margin: 12px 7px 10px 0;
	text-decoration: none;
}
#sidebar ul{
	list-style-type:none;
}
#sidebar ul li{
	float:left;
	margin: 0px 0 11px -40px;
	width: 115px;
	padding: 3px 0 3px 0;
}
#sidebar ul li#selected{
	background: #F3EE02;
}
#sidebar img{
	float: right;
}
#sidebar li a, #sidebar li a:visited{
	position: relative;
	top: 0px;
	float: left;
	text-decoration: none;
	color: black;
	
	font-size: 14px;
	padding-left: 15px;
}
#sidebar li a:hover{
	color: #293598;
}