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

