@charset "utf-8";
/* CSS Document */
#navleft {
	height: 245px;
	width:210px;
	background-color: #FFFFFF;
	margin-right: 0px;
	margin-left: 0px;
} 
a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
} 
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 11px;
	background-color: #FF9900;
}

ul {
    list-style-type: circle;
	list-style-position: outside;
}
