#subnav {
	width:176px;
	background:url(../images/left_nav_tile.gif) 0px 0px repeat-y;
	z-index:2;
}
#subnav h2 {
	background:url(../images/left_nav_heading.gif) 0px 0px no-repeat;
	width:176px;
	height:70px;
}
#subnav ul {
	width:176px;
	background:url(../images/left_nav_ul_bg.gif) 0px 0px no-repeat;
}
#subnav li {
	text-align:right;
	width:176px;
	background:url(../images/left_nav_dots.gif) 0px bottom repeat-x;
	padding:0px 0px 1px 0px;
	}
#subnav a,
#subnav span {
	font:bold 11px Arial, Helvetica, sans-serif;
	display:block;
	text-decoration:none;
	height:px;
	padding:4px 12px 3px 0px;
	text-align:right;
	
}
#subnav a:link,
#subnav a:visited {color:#6e6e5e;}

#subnav a:hover {color:#518cc1;}

#subnav a:active,
#subnav span {
	color:#fff;
	background:url(../images/left_nav_tile_active.gif) 0px 0px repeat-y;
}
