/* For 3rd level left hand navigation styling */


#three_left ul {
    margin:10px 0 0 -3px;
	_margin:10px 0 0;
	padding:0 0 250px 0;
	width:230px;
}
#three_left ul li {
}
#three_left ul li a {
	border-bottom:1px solid #000;
	display:block;
	height:auto;
	margin:0 -10px 0 0;
	padding:4px 0 3px;
	text-align:left;
}
#three_left ul li a:hover {
}
#three_left ul li a.selected {
    border-bottom:1px solid #fff;
    font-weight:bold;
}