#navigation {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px; 
}

#navigation ul {
    margin:0; 
    padding:0;
}
    #navigation li {
        list-style: none;
    }
    
ul.top-level {
    background-image: url('../images/parchment.gif');
}
ul.top-level li {
 border: #781351 solid;
 border-width: 1px;
}

#navigation a {
 color: #000;
 cursor: pointer;
 display:block;
 height:25px;
 line-height: 25px;
 text-indent: 10px;                   
 text-decoration:none;
 width:100%;
}
#navigation a:hover{
 text-decoration:none;
}

#navigation li:hover {
 background: #f90;
 position: relative;
}
