hai ragione scusa, provvedo subito:

#sezmenu {
height: 100px;
width:180px;
margin: 1px auto 1px auto;
padding:0;
background:#fff;
float:right;
text-align:center;
border: 1px dotted #fff;
}

#sezmenu ul{margin: 10px 0px 0px 10px;
padding: 0;
list-style: none;
border: 0;}

#sezmenu li{

font-size : 12px;
width: 120px;
margin: 0;
padding: 0;
color: #000;
background: #FFF; }

.menu {
border-top: 1px solid #fff;
border-left: 1px solid #fff;
border-right: 1px solid #fff;

}

#sezmenu li a{
font-size : 10px;
color : #fff;
display: block;
background: #999;
text-decoration: none;
width: 160px;
height : 18px;




}
#sezmenu a:hover{

font-weight: normal;
background-color: #A1D063;
color: #fff;
text-decoration: none;}