ul#nav {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 65%;
}
#nav a {
    display: block;
    width: 100px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-variant: small-caps;
    font-weight: bold;
}
#nav a:link, #nav a:visited {
	color: #763B13;
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #4C5E24;
}
#nav a:hover, #nav a:active {
    border-left-color: #fff;
    background-color: #F3D71E;
    color: #fff;
}

a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #C79033!important;
}


  
#strctr #main ul#docs {
	margin-left: 100px;
	list-style-type: none;
	margin-top: 50px;
	font-weight: bold;
	color: #713E28;
}
#strctr #main #docs h3 {
	margin-bottom: 10px;
	text-decoration: underline;
	color: #A50800;
}

#main #docs a:link {
	color: #757013;
	padding-left: 8px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main #docs a:visited {
	color: #757013;
	border-left-width: 0px;
	border-left-style: none;
	padding-left: 8px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
}
#main #docs a:hover {
    border-left-color: #fff;
    background-color: #F3D71E;
    color: #fff;
	padding-left: 8px;
}
#main #docs a:active {
	border-left-color: #fff;
	background-color: #F3D71E;
	color: #fff;
}
