#menu {clear: both; display: block; width: 246px; font-size: 1.4em;}

#menu ul {list-style: none;}

#menu li {position: relative;}

#menu a {
display: block;
width: auto;
height: 25px;
color: #000;
text-decoration: none;
text-align: left;
border-bottom: 1px solid #D7C29A;
padding-top: 10px;
}

#menu a.main_current {font-weight:bold;}

#menu a:hover {text-decoration:underline;}

