#menu ul {
    margin: 0 auto 0 auto;
    padding-left: 20px;
    background:url(img/menu_bkg.gif) repeat-x;
    color: #dbe0e3;
    height: 65px;
    width: 760px;
}
#menu li {
    list-style:none;
    line-height:25px;
    float: left;
    margin-left: 2px;
}
#menu li a {
    text-decoration:none;
    font-family: Georgia, Tahoma, "Franklin Gothic Medium" ;
    font-size: 12px;
text-style: bold;
    letter-spacing: 1px;
    background: url(img/left.gif) no-repeat;
    color: #fff;
    padding-left: 5px;
    
    text-align: center;
    cursor: hand;
    
}
#menu li a:hover {
    color: #ffffff;
    background: url(img/left_hover2.gif) no-repeat;
}
#menu li a, #menu li span {
    display: block;
}
#menu li span {
    padding-right: 5px;
    height: 60px;
    width: 91px;
    background:url(img/right.gif) no-repeat top right;

    padding-top: 5px;
}
#menu li a:hover span {
    padding-right: 5px;
    height: 60px;
    width: 91px;
    background:url(img/right_hover2.gif) no-repeat top right;

    padding-top: 5px;
}
#menu .clicked a {
    background:url(img/left_clicked.gif) no-repeat;
    color: #fff;
}
#menu .clicked span {
    background:url(img/right_clicked.gif) no-repeat top right;
}
