#navbar-left
{
    width: 5px;
    height: 40px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: top left;
    float: left;
    behavior: 
}

.navbar-spliter
{
    height: 40px;
    width: 2px;
    background-image: ;
    behavior: 
}

/* navbar */
#navbar-middle
{
    width: 960px;
    height: 40px;
    margin:auto;
    background-image: ;
    background-repeat: repeat-x;
    z-index: 9999;
}

#navbar-right
{
    width: 5px;
    height: 40px;
    background-image: ;
    background-repeat: no-repeat;
    background-position: top right;
    float: left;
    behavior: 
}