.menutitle{
cursor:pointer;
background-color:#818181;
color:lightblue;
width:150px;
padding:0;
text-align:center;
/*/*/border-top:1px solid black;/**/
}
.menutitle:hover{
text-decoration:underline;
color:blue;
}

.menutitle p{
font-weight:bold;
margin:0;
padding:0;
}

.submenu{
font-size:80%;
line-height:1.3em;
padding: 2px;
background:#efefef;
border-left:2px solid #818181;
border-right: 2px solid #818181;
width:142px;
}
.submenu a {text-decoration:none;}
.submenu a:hover {color:red;text-decoration:underline;}
.submenu hr{margin:1px -3px 0 -3px;color:#818181;}

.menuborder{
width:150px;
text-align:center;
font-size:55%;
font-weight:bold;
}
.menuborder p{
padding-bottom:.25em;
}
