 #nav-menu ul
{
list-style: none;
padding: 0;
margin: 0;
}

 #nav-menu li
{
float: left;
}

 #nav-menu li a
{
background: url(../menud.png) #fff bottom left repeat-x;
height: 2.2em;
line-height: 2.2em;
float: left;
width: 9em;
display: block;
color: #FFFFF7;
text-decoration: none;
text-align: center;
font-family :Arial, Helvetica, sans-serif;
font-size: 13px;

}

 /* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

 #nav-menu
{
width:30em
}

 #nav-menu li a:hover
{
background: url(../pictures/buttonhover.bmp) #fff bottom left repeat-x;
height: 2.2em;
line-height: 2.2em;
float: left;
width: 9em;
display: block;
color: #0d2474;
text-decoration: none;
text-align: center;
}









