#menu {
float: left;
width: 150px;
}
#navi {
float: left;
width: 140px;
margin-top: 10px;
}
#navi a {
display: block;
font: 12px Arial, Helvetica, sans-serif;
padding: 1px;
text-decoration: none;
border: 1px solid #fff;
width: 140px;
margin: 1px 0;
color: #4d4948;
background: #dededc;
text-align: left;
}
#navi a:link {
color: #4d4948;
background: #dededc;
}
#navi a:visited {
color: #4d4948;
background: #dededc;
}
#navi a:hover {
color: #4d4948;
border:1px solid #009cb1;
background: #efeeee;
}
#navi a:active {
border: 1px solid #dededc;
color: #063a8c;
background: #efeeee;
}
#navi a .showcase {
display: none;
}
