#left_nav ul {
	margin: 50px 0 0 0;
	padding: 0;
	list-style-type: none;
	
}

#left_nav li {
	margin: 0;
	padding: 0;
	background: url(../img/design/left_nav.gif) no-repeat left bottom;
}

#left_nav a {
	display: block;
	width: 215px;
	height: 28px;
	line-height: 28px;
	padding: 6px 40px 0 40px;
	text-decoration: none;
	color: #330;
	font-weight: bold;
	font-size: 14px;
}

#left_nav a:link, #left_nav a:visited {
	background: url(../img/design/left_nav.gif) left bottom no-repeat;
}

#left_nav a:focus, #left_nav a:hover {
	background: url(../img/design/left_nav_over.gif) left bottom no-repeat;
}

#left_nav a:active {
	background: url(../img/design/left_nav.gif) left bottom no-repeat;
}
