
/*  Page Definition style for the 
    column that bounds the navigation
    control table */
    
.pd_col_nav
{
padding-left:3px; 
}

.navbgcolor
{
    BORDER-RIGHT: #999999 1px solid;
    BORDER-BOTTOM: #999999 1px solid;
    Border-left: #999999 1px solid;
    BACKGROUND-COLOR: #999999
}
.navTable
{
    /* border-left: #9999991px solid; 
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;*/
    width: 141px;
}


.navTable_FooterArea
{
    position:relative;
    top:-1px;
    width: 141px;
    border-collapse: collapse;
    height: 1px;
    background-color:#663700;
}

.navCategorybg
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
    padding-top: 4px;
    padding-left:15px;
    border-bottom: #999999 1px solid;
    background-repeat: no-repeat;
    font-family: Arial, Helvetica, sans-serif;
    height: 20px;
    background-color: #999999;
    text-align: left;
}
.navProducts
{
    border-right: #999999 1px solid;
    border-top: #999999 1px solid;
    padding-left: 15px;
    font-weight: normal;
    font-size: 11px;
    border-left: #999999 1px solid;
    color: #999999;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    background-color: #f7f7f7;
}
.navProducts A
{
    FONT-WEIGHT: normal;
    FONT-SIZE: 11px;
    COLOR: #999999;
    FONT-FAMILY: Arial, Helvetica, sans-serif;
    TEXT-DECORATION: none
}

