a.menulink {
 font-family: tahoma;
 font-size: 12px;
 color: #FFD76D;
 text-decoration:none;
 font-weight: bold;
 line-height: 20px;
 width:135px;
 border-bottom:1px solid  #605AB2;
}

a.menulink:hover {
 text-decoration:none;
 color:white;
 border-bottom:1px solid  #605AB2;
 border-right:dotted white 2px;
 padding-left:5px;
}

a.submenulink {
 font-family: tahoma;
 font-size: 11px;
 color: #FFD76D;
 text-decoration:none;
 line-height: 20px;
 width:135px;
 padding-left: 5px;
 border-bottom:1px solid  #605AB2;
}

a.submenulink:hover {
 text-decoration:none;
 color:white;
 border-bottom:1px solid  #605AB2;
 border-right:dotted white 2px;
 padding-left:10px;
}



