/* sidenav */
ul.sidenav {
	text-decoration: none;
	list-style-type: none;
	text-align: right;
	margin:3px 0 10px 0;
	padding: 0px;
	list-style-position: outside;
	width: 159px;
	font-size: 11px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	
}

a.sidenav:link, a.sidenav:visited {
	background: #ffffff url(/images/bullet-generic.gif) center right no-repeat;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display:block;
	width: 141px;
	padding: 4px 25px 4px 1px;
	overflow: visible;
}

	
a.sidenav:hover {
	color: #508f87;
}

.sidenav-title {
	background: #ffffff;
	text-decoration: none;
	color: #2d73a7;
	font-size: 16px;
	font-weight: normal;
	display:block;
	width: 166px;
	padding: 4px 0px 4px 1px;
	overflow: visible;
}

a.sidenav-shop:link, a.sidenav-shop:visited {
	background: #ffffff url(/images/bullet-shop.gif) center right no-repeat;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	display:block;
	width: 141px;
	padding: 4px 25px 4px 1px;
	overflow: visible;
}

	
a.sidenav-shop:hover {
	color: #2d73a7;
}

a.sidenav-shop-small:link, a.sidenav-shop-small:visited {
	background: #ffffff url(/images/bullet-shop-small.gif) center right no-repeat;
	text-decoration: none;
	color: #000000;
	font-weight: normal;
	display:block;
	width: 141px;
	padding: 1px 25px 1px 1px;
	overflow: visible;
}

	
a.sidenav-shop-small:hover {
	color: #2d73a7;
}
