.menu {
height:32px;
position:relative;
z-index:100;
font-family:arial, sans-serif;
}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul {
padding:0;
margin:0;
list-style-type:none;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
float:left;
width: 8em;
position:relative;
/*margin-right: .2em;*/
text-transform: uppercase;
padding: 0 1em 0 0;
}

/* style the links for the top level */
.menu a, .menu a:visited {
display:block;
color:#fff;
background: #116611 url(/images/sig_bg_s.jpg);
text-align: center;
line-height:2em;
border-radius: 6px;
box-shadow: #262 4px 4px 1em;
}
