body {
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	margin-left: 4px;
	background-image: url(images/site_template/leftnav_bg_widget.jpg);
}
#navigation {
	width: 167px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 18px;
	margin-left: 6px;
}
#navigation ul {
	background-image: url(images/site_template/leftnavbuttons_lowerback.gif);	
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	text-shadow: #333333 .03em 0.08em 0.2em;
	background-image: url(images/site_template/leftnavbuttons_back-hov.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
}
#navigation li a:link, #navigation li a:visited  {
	background-image: url(images/site_template/leftnavbuttons_lowerback.gif);
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	width: 156px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0.5em;
	background-color: #FFF;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #000;
	border-left-color: #999;
}
#navigation li a:hover {
	background-image: url(images/site_template/leftnavbuttons_back-hov.gif);
	color: #FFFFFF;
	text-decoration: none;
}
#navigation li a.special:link, #navigation li a.special:visited  {
	background-image: url(images/site_template/cgleftnavbuttons_lowerback.gif);
	display: block;
	background-color: #000;
	color: #FFFFFF;
	text-decoration: none;
	width: 156px;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0.5em;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333;
	border-right-color: #666;
	border-bottom-color: #000;
	border-left-color: #999;
}
#navigation li a.special:hover {
	background-image: url(images/site_template/cgleftnavbuttons_back-hov.gif);
	color: #FFFFFF;
	text-decoration: none;
}

