﻿#menuDiv
{
    clear: both;
    margin: 0px auto 0px auto;
    text-align: center;
    padding-top: 10px;
}
#menuDiv ul
{
    margin: 0px auto 0px 110px;
}
#menuDiv li
{
    float: left;
    height: 20px;
    padding-top: 10px;
}
.postL
{
    width: 10px;
    background-image: url(menuL0.gif);
}
.postC
{
    background-image: url(menuC0.gif);
    color: White;
}
.postR
{
    width: 13px;
    background-image: url(menuR0.gif);
}
.post
{
    color: White;
    font-weight: bold;
}

.nullL
{
    width: 10px;
    background-image: url(menuL1.gif);
    
}
.nullC
{
    background-image: url(menuC1.gif);
}
.nullR
{
    width: 10px;
    background-image: url(menuR1.gif);
}
.null
{
    
}
#menuDiv a:hover
{
    color: Red;
}
