/* Sub nav (left column) */

#subnav ul{
	list-style-type: none;
}

#subnav ul li {
	clear:both;
}

#subnav ul li span {
	display: none;
}

#subnav ul li a {
	display: block;
	width: 143px;
	height: 18px;
	color: #333333;
	font-size: 1.2em;
	background: url(../images/bullet.gif) left no-repeat;
	text-decoration: none;
	padding: 5px 0px 0px 50px;
	text-align: left;
}

#subnav ul li a:hover {
	color: #333333;
	text-decoration: underline;
	background: url(../images/bullet.gif) left no-repeat;
}

#subnav ul li a.activeSub {
	color: #333333;
	text-decoration: underline;
}