/* CSS Document */
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background: #666666;
color:#FFFFFF;
width:170px;
height: 25px;
padding-top: 7px;
padding-bottom: 5px;
padding-right: 10px;
text-align: right;
}

.menutitle a {text-decoration: none;
               color:#FFFFFF;
}
.menutitle a:hover {font-weight: bold;
                    color: #eed4c7;
                    }
