

#leftcol ul {
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
}

#leftcol ul li{
	list-style-type: none;
	
}


#leftcol a {
text-decoration: none;
	color: #663300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	text-indent:10px;
	font-weight: bold;
	display: block;
	width:150px;
	}

#leftcol a:link, #leftcol a:visited {
	background-color: #FCDEBB;
	background-image: url(../images/buttons.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#leftcol a:hover, #leftcol a:active {
	background-image: url(../images/buttons_over.jpg);
}
