@charset "utf-8";
/* CSS Document */

.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:#ECECFF;
color:#000000;
width:80%;
padding:2px;
text-align:center;
font-weight:bold;
border:0px solid #000000;
}

.submenu{
margin-bottom: 0.5em;
width:80%;
text-align:left;
border:1px solid #CCCCCC;
display:none;
}