#navigator{
    width:1000px;
    height:25px;
}

#navigator table{
    margin:0px;
    padding:0px;
    width:100%;
}

#navigator table td{
    vertical-align: middle;
}

#navigator table td.left{
    width:265px;
    height:25px;
    font:bold 13px "Trebuchet MS";
    color:#333333;
    text-align: center;
}


#navigator table td.middle{
    height:25px;
}

#navigator table td.right{
    width:265px;
    height:25px;
    text-align: right;
}
