ul.menu2{
list-style : none}

li.menu2{
text-align : left
vertical-alignment : middle; }

a.menu2{
width : 120px;
height : 20px;

display : block;

bgcolor: #fff000
font-family: Verdana, serif;
font-style : normal ;
font-size : 12px;
font-weight :bold;
color :#3D3D3D;
background :#94DC62;
text-decoration : none;
padding : 5px 5px;
border-top : solid #ffffff 1px;
border-right : solid #ffffff 1px;
border-left : solid #000000 1px;
border-bottom : solid #000000 1px }

a.menu2:hover{
color :#7BFC5B;
background :#3D3D3D;
border-top : solid #000000 1px;
border-right : solid #000000 1px;
border-left : solid #ffffff 1px;
border-bottom : solid #ffffff 1px }

#cont{
position : relative;
margin : 0px auto;
width : 1000px;
}