
<!--	
A {
text-decoration: none;
}
-->	

 
#sidebar {
	left: 24px;
	top: 90px;
	width: 120px;
	font-size: 75%;
	font-family : "Comic Sans MS";
	font : 500;
	font-weight : bold;
}
#navlist {
	margin: 0;
	/*removes indent IE and Opera*/
	padding: 0;
	/*removes indent Mozilla and NN7*/
	list-style-type: none;
	/*turns off display of bullet*/
}   		   

#navlist a, #navlist a:visited {
		display: block;
	padding: 5px 5px 6px 12px;
	background-image: url(images/ButtonBackground.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	color: #FEB725;
	text-decoration: none;
	height : 20px;
}  
#navlist a:hover {
background-image:  url(images/ButtonBackgroundOn.gif);
color: #2D1E2D;
}