#left ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #e7e7e7;
}
#left ul li {
	list-style-type: none;
}
#left ul li a {
	background: url(../images/arrowbullet.gif) no-repeat center left;
	display: block;
	padding-left: 19px;
	padding-right: 19px;
	color: #666666;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #e7e7e7;
}
#left ul li a.currentpage {
	background: url(../images/arrowbullet_over.gif) no-repeat center left;
	color: #666666;
	background-color: #f6f6f6;
}
#left ul li a:link {
	color: #666666;
}
#left ul li a:hover {
	color: #666666;
	background-color: #f6f6f6;
	background-image: url(../images/arrowbullet_over.gif);
}
#left ul li a:visited {
	color: #666666;
}
#left ul li a:active {
	color: #666666;
}
#left ul li a:focus {
	color: #666666;
}

#left #level2 ul {
	list-style-type: none;
	padding: 0px;
	font-size: .6em;
	line-height: 13px;
	font-weight: normal;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#left #level2 a {
	display: block;
	padding-left: 19px;
	padding-right: 19px;
	color: #000000;
	text-decoration: none;
	padding-top: 4px;
	padding-bottom: 4px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: url(../images/arrowbullet_right.gif);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: right;
}
#left #level2 a.currentpage {
	text-decoration: underline;
	background-color: #ffffff;
}
#left #level2 a:hover {
	color: #000000;
	background-color: #ffffff;
	background-image: url(../images/arrowbullet_right.gif);
	text-decoration: underline;
}

