#nav {
	position: absolute;
	top: 140px;
	left: 10px;
	width: 140px;
	color: #00F;
	font-size: small;
}

ul#nav {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav a {
    display: block;
    width: 130px;
    padding-left: 10px;
    margin: 3px 0;
    text-decoration: none;
    font-family: Geneva, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

#nav a:link, #nav a:visited {
    border-left: 10px solid #0000FF;
    color: #00F;
}

#nav a:hover, #nav a:active {
	border-left-color: #FFFF00; }

a#here {
    border-left-color: #66CCFF !important;
    background-color: transparent !important;
    color: #00CCFF !important; }
