	/*#000000='#33CCFF'*/
	/*#000000='#000000'*/
	

/* Set the text/font properties */
    .link {
        /* bottom padding separates font descenders from bottom of box */
        padding-bottom: 2px;
        color: #33CCFF;
        font-family: "Monotype Corsiva";
        font-size: 18px;
        font-style: italic;
    }

    .outer a:hover {
        /*background: none; */
        color: #FFCC33;
    }


/* basic background and padding */
    .SlantaLR,.SlantaLC,.SlantaLL,.SlantaLT,.SlantaLM,.SlantaLB,.SlantaLLR,.SlantaLTB {
        background-color: #993300;
        padding: 2px 0px 2px 8px;
    }

    .SlantaCR,.SlantaCC,.SlantaCL,.SlantaCT,.SlantaCM,.SlantaCB,.SlantaCLR,.SlantaCTB{
    }


    .SlantaRR,.SlantaRT,.SlantaRM,.SlantaRB,.SlantaRLR,.SlantaRTB {
        padding: 0px 8px 0px 0px;
    }

    .SlantaRC,.SlantaRL {
        background: url("/Common/Images/slantdivider.gif") no-repeat right top;
        padding: 0px 35px 0px 0px;
    }

/* Width for vertical menus only */
    .SlantaLT,.SlantaLM,.SlantaLB,.SlantaLTB {
    }

/* Borders for horizontal menus */
    .SlantaLL {
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .SlantaLC,.SlantaLR {
        border-top: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }

    .SlantaLR {
        border-right: 1px solid #000000;
    }

/* Borders for vertical menus */
    .SlantaLTB {
        border: 1px solid #000000;
    }

    .SlantaLT,.SlantaLM,.SlantaLB {
        border-right: 1px solid #000000;
    }

    .SlantaLT,.SlantaLM,.SlantaLB {
        border-left: 1px solid #000000;
    }

    /* Draw a line at the bottom of top and middle
       items to separate menu items */
    .SlantaLT,.SlantaLM  {
        border-bottom: 1px solid #000000;
   }

    .SlantaLT  {
        border-left: 1px solid #000000;
        border-top: 1px solid #000000;
    }

    .SlantaLB {
        border-left: 1px solid #000000;
        border-bottom: 1px solid #000000;
    }


