.menu{
width: 265px;
height: 220px;
margin: 0px;
background:url(../images/menu_bg.jpg);
}
/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding: 0px;
display: inline;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
z-index:100;
margin-left: 35px;
margin-top: 3px;
float: left;
width: 195px;
height: 22px;
background-image: url(../images/menu_button_1.jpg);
}

/* use the table to position the dropdown list */
.menu table{
z-index:80;

}

/* style all the links */
.menu a, .menu :visited {
display:block;
font-size:10px;
padding:4px 0;
color:#333333;
text-decoration:none;
text-align:center;
font-family: Verdana, Arial, Helvetica, sans-serif;
}
/* style the links hover */
.menu :hover{
text-decoration: underline;
}
