ul.sidenav {
	margin: 0 0 0 0;
	padding: 2px 0 0 0;
	list-style-type: none;
	color: #A22A23;
	/*color: #9A9A9A;*/
}

ul.sidenav li {
	 display: block;
	 font: bold 10px/13px Arial, Helvetica, sans-serif;

}
ul.sidenav a:link, ul.sidenav a:visited, ul.sidenav a:active   {
	 display: block;
	 padding: 1px 0 2px 9px;
	 width: 125px;
	 text-decoration: none;
	 color: #5E5E5E;
    background:url("images/nav/blank_a.gif") no-repeat left center;
}

ul.sidenav a:hover {
	text-decoration: none;
	 color: #A22A23;
   background:url("images/nav/blank_b.gif") no-repeat left center;
	text-shadow: 2px 2px 2px grey;
}

li#offers a:link, li#offers a:visited, li#offers a:active {
	color: #A22A23;
}
li#offers a:hover {
	text-decoration: none;
	color: #5E5E5E;
}
li#compo a:link, li#compo a:visited, li#compo a:active {
	color: #A22A23;
	font-weight: bold;
}
li#compo a:hover {
	text-decoration: none;
	color: #5E5E5E;
	font-weight: bold;
}


/* All code (C) Antony Ellam, Designed4hits 2004 */