#Layernav {
	position:absolute;
	top: 0px;
	left: 0px;
	width:129px;
	height:150px;
	z-index:1;
}
ul#navigation
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
ul#navigation a
{
	display: block;
	text-decoration: none;
	background: #036;
	color: #fff;
	padding: .2em .5em;
	border-bottom: 1px solid #fff;
	width:10em;
}
ul#navigation a:hover
{
	background: #69C;
	color: #000;
}
ul#navigation a:visited
{
	
	color: #FFFF99;
}
ul#navigation li
{
	display: inline
}
a#here {
    border-left-color: #fff !important;
    background-color: transparent !important;
    color: #000 !important;
}	

