@charset "utf-8";

ul.menu {
list-style : none;
padding : 0;
margin : 0 0 20px 0;
font-size : 14px;
}
ul.menu li {
border-bottom : solid;
border-bottom-color : #92c100;
border-bottom-width : 1px;
}
ul.menu a {
text-decoration : none;
color : #000000;
}
ul.menu a:hover {
color : #618200;
font-weight : bold;
}
li.active {
color:#000;
font-weight:bold;
}
li.active a:hover {
color:#000;
font-weight:bold;
}