#menu
{
    height:42px;
    background-color:#80BD11;
    width:970px;
    margin-left:10px;
    padding:0px;
}
#menu
{
    text-align:center;
}
#menu ul
{
    margin:0;
    padding:0;
    list-style-type:none;
    height:42px;
}
* html #menu ul
{
    height:42px;
}
#menu ul li
{
    display:inline;
    padding:0;
}
#menu ul li a
{
    color:#fff;
    text-decoration:none;
    font-weight:bold;
    background:#71A80E url(../images/menu_back.gif) repeat-x scroll top left;
    display:block;
    float:left;
    height:22px;
    width:160.6px;
    padding:10px 0;
    margin-right:1px;
}
#menu ul li a:hover
{
    color:#000;
    background-image:url(../images/menu_backh.gif);
}
#menu ul li a.sel
{
    background:#80BD11 url(../images/menu_backh.gif) repeat-x scroll top left;
    color:#000;
}