* {margin:0;padding:0}

body  {
	font-family:verdana;
	font-size:14px;
	margin-top: 90px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 26px;
}

a {
	text-decoration:none;
	color:#66FF66;
	padding:5px 0 5px 10px;
	display:block;
	width:120px;
	font-size: 10px;
}

.current{color:red}

.here {background:pink;border:1px sold red; color:yellow; font-weight:bold}

ul {list-style-type:none}

ul li {
	background-repeat: repeat-y;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

ul ul li  {
	background-repeat: repeat-y;
}

ul ul li a {font-size:10px}


ul ul ul li a {padding:5px 0 5px 20px;width:110px}

