.menu-wl ul.paper {
       float: right;
       margin-right: 20px;
	   padding-top: 25px;
}

ul.paper li{
       /*background: #469946;*/
       border-radius: 2px 2px 2px 2px;
       display: inline;
       text-decoration;
}

ul.paper li a{
       background: #ccc;
       border-radius: 2px 2px 2px 2px;
       display: inline;
       padding: 5px;
       /*font-weight: bold;*/
       color:#fff;
       text-decoration: none;
}

ul.paper li a:hover{
       background: #158ED3;
       display: inline;
       font-weight: bold;
       color:#fff;
       padding: 5px;
       text-decoration: none;
       border-radius: 2px 2px 2px 2px;
}

ul.paper li.active{
       background: #158ED3;
       color:#fff;
       font-weight: bold;
       display: inline;
       text-decoration: none;
       padding: 5px;
       border-radius: 2px 2px 2px 2px;
       
}


ul.paper-other {
       float: left;
}

ul.paper-other li{
       background: #469946;
       display: inline;
       text-decoration;
}

ul.paper-other li a{
       background: #ccc;
       display: inline;
       padding: 2px 3px;
       font-weight: bold;
       color:#fff;
	   text-decoration:none;
}

ul.paper-other li a:hover{
       background: #158ED3;
       display: inline;
       font-weight: bold;
       color:#fff;
       padding: 2px 3px;
       text-decoration: underline;
}

ul.paper-other li.active{
       background: #158ED3;
       color:#fff;
       font-weight: bold;
       display: inline;
       text-decoration: none;
       padding: 2px 3px;
       text-decoration: underline;

}