.menutitle{
cursor:pointer;
margin-bottom: 1px;
background-color:#6495ED;
color:#ffffff;
width:130px;
padding:2px;
text-align:left;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
display: block; 
}
.submenu{
margin-bottom: 0.5em;
}
#vertmenu td {
list-style: none;
margin: 0px;
padding: 0px;
border: none;
}
#vertmenu td a {
cursor:pointer;
font-size: 80%;
display: block;
border-bottom: 1px dashed #C39C4E;
padding: 5px 0px 2px 4px;
text-decoration: none;
color: #666666;
width:120px;
}
#vertmenu td a:hover, #vertmenu td a:focus {
color: #000000;
background-color: #eeeeee;
}
