.menu ul {
    margin: 0;
    padding: 0;
    float: left;
    font: normal 12px Arial;
    width: 100%;
    border: 0px solid #625e00;
    border-width: 0px 0;
    background: white url(img/m1bg.jpg) center center repeat-x;
}

.menu li {
    display: inline;
}

.menu li a {
    float: left;
    color: #373737;
    padding: 11px 12px 6px 15px;
    text-decoration: none;
    border-right: 1px solid gray;
}

.menu li a:visited{
    color: #373737;
}

.menu li a:hover, .menu li a.current {
    color: white;
    background: transparent url(media/blockactive.gif) center center repeat-x;
}

.menu2 ul {
    margin: 0;
    padding: 0;
    float: left;
    font: normal 11px Arial;
    width: 100%;
    border: 0px solid #625e00;
    border-width: 0px 0;
    background: white url(img/m2bg.jpg) center center repeat-x;
}

.menu2 li {
    display: inline;
}

.menu2 li a {
    float: left;
    color: white;
    padding: 5px 15px 4px 15px;
    text-decoration: none;
    border-right: 1px solid #1A487A;
}

.menu2 li a:visited {
    color: white;
}

.menu2 li a:hover, .menu li a.current {
    color: #6CAFF5;
    background: transparent url(img/m2bgx.jpg) center center repeat-x;
}

.menu3 ul {
    margin: 0;
    padding: 0;
    float: left;
    font: normal 11px Arial;
    width: 100%;
    border: 0px solid #625e00;
    border-width: 0px 0;
    background: white url(img/m3bg.jpg) center center repeat-x;
}

.menu3 li {
    display: inline;
}

.menu3 li a{
    float: left;
    color: white;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    border-right: 1px solid #1A487A;
}

.menu3 li a:visited {
    color: white;
}

.menu3 li a:hover, .menu li a.current {
    color: #6CAFF5;
    background: transparent url(img/m3bgx.jpg) center center repeat-x;
}
