.menulist, .menulist ul {
 margin: 0;
 padding: 0;
 width: 137px;
 list-style: none;
 font: 13px/20px sans-serif; background-color: #FFF;
}
.submenulist{
background-color:#DCC772;
padding-left:8px;
/*font-weight:bold;
 font-size:10px;*/

}
.menulist ul {
 display: none;
 position: absolute;
 top: -1px;
 left: 135px;
}
.menulist li {
 position: relative;
 border: 1px solid #ffffff;
 /*border-bottom: 1px solid #fff;
 border-top:1px solid #fff;*/
 background: #084510;
 margin-bottom: -1px;
 padding-left:0px;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}

/* Links inside the menu */
.menulist a {
 display: block;
 font-size:12px;
 color: #fff;
 padding:2 2 2 4;
 text-decoration: none;
}
.menulist a .subind {
 float: right;
}
*:first-child+html .menulist li {
 float: left;
 width: 100%;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

/* End Hacks */
.menulist a:link{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#095193; text-decoration:none; cursor:hand; font-weight:100; line-height:14px;}
.menulist a:visited{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#095193; text-decoration:none; cursor:hand;font-weight:100; line-height:14px;}
.menulist a:hover{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#77b06e; text-decoration:none; cursor:hand;font-weight:100; line-height:14px;}
.menulist a:active{font-family:Arial, Helvetica, sans-serif; font-size:11px; color:#095193; text-decoration:none; cursor:hand;font-weight:100;line-height:14px;}

a.men:link{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none; cursor:hand; line-height:14px;}
a.men:visited{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none; cursor:hand; line-height:14px;}
a.men:hover{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#ff0; text-decoration:none; cursor:hand; line-height:14px;}
a.men:active{font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#fff; text-decoration:none; cursor:hand; line-height:14px;}
