.menu {
position: relative;
z-index: 1000;
font-size: 90%;
height: 235px;
margin: 27px 0 10px 15px; /* this page only */
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding: 0;
margin: 0;
list-style-type: none;
width: 150px;
position: relative;
top: -15px; 

}

.menu li {
background: transparent;
height: 26px;
margin: 1px 0px 5px 0px;
list-style-type: none;
}

li.index {
	margin: 0 0 5px 40px;
  	font: 12px verdana, arial, helvetica, sans-serif;
}
