
/*Normalizing */
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;
}

ul.links, #belowfold ul {
	margin: 0 5px 0 0;
	padding: 0;
	list-style: none;
}

ul.links li, #belowfold ul li {
	font-size: 11px;  
 	background: url('images/arrow.black.gif') no-repeat 0 .3em;
	vertical-align: top;
	padding-left: 11px;
	margin: 3px 0
}

ul.links li li, #belowfold ul li li {
	font-size: inherit;
 	background: url('images/bullet.black.gif') no-repeat 0 .3em;
	margin: 2px 0
}


ul.links li a:link, ul.links li a:visited, ul.links li a:active {
	color: #000;
	text-decoration: none;
}

ul.links li a:hover {
	text-decoration: Underline;
	color: #000;
}

.links li a.selected {
	font-weight: bold;
}

