@charset "UTF-8";
/* CSS Document */

.menutitle{
cursor:pointer;
margin-bottom:-1px;
background-color:#ffef25;
color:#000000;
width:270px;
height:35px;
font-weight:bold;
border-top:1px solid #000000;
border-bottom:1px solid #000000;
}
.menutitle h5{margin-top:8px;margin-left:5px;}


.submenu{
margin-bottom: 0.5em;margin-top:0.5em;
}
.submenu a{font-weight:bold;font-size:14px;margin-left:10px;text-decoration:none;color:#000;line-height:1.8;}
.submenu a:hover{text-decoration:underline;}
.submenu a:active{text-decoration:underline;}