.menu
{
    zoom: 1;
    direction: ltr;
    position: relative;
    padding-bottom: 8px;
}

.menu .table
{
    border-collapse: collapse;
    width: 100%;
    position: relative;
    z-index: 1;
    direction: ltr;
    font-size:70%;
}

form.rtl .menu .table
{
    direction:rtl;    
}

.menu td.level1
{
    border-left: dotted 1px #a6a6a6;
    text-align: center;
}

form.rtl .menu td.level1
{
    border-left:none;
    border-right: dotted 1px #a6a6a6;
}

.menu td.level1 a.level1Item
{
    display: block;
    padding: 4px 5px;
    text-align: center;
    vertical-align: bottom;
    text-decoration: none;
    color: #333;
}
.menu td.level1.first
{
    border-color: transparent;
    _border: 0;
}

form.rtl .menu td.level1.first
{
    border-left:none;
    border-right: none;
}

.menu td.level1 a.level1Item:hover, .menu td.level1 a.level1Item:active
{
    color: #000;
}
/* -- Level 1 Selected Link -- */
.menu td.selected a.level1Item, .menu td.selected a.level1Item:hover
{
    color: #000;
}

/* -- Flyout -- */
.menu .flyout-container
{
    position: relative;
    z-index: 2;
    visibility: hidden;
    text-align: left;
    top: -2px;
}

form.rtl .menu .flyout-container
{
    text-align:right;    
}

.menu .flyout-inner
{
    background-color: #fff;
    border: solid 1px #79bde3;
    max-height: 350px;
    min-width: 200px;
    overflow: auto;
    position: absolute;
    visibility: hidden;
    top: 8px;
    _top: 7px;
    *margin-left: -1px;
    padding-bottom: 10px;
}

form.rtl .menu .flyout-inner
{
    *margin-left: 0;
    *margin-right: -1px;
}

.menu .arrow
{
    width: 16px;
    height: 9px;
    display: inline-block;   
    position: absolute;
    top: 0;
    _top: -1px;
    left : 20px;
    background: url('img/b.png') 0 0 no-repeat;
}
form.rtl .menu .arrow
{
    left:auto;
    right : 20px;
}

.menu .show .arrow
{
    display: none;
}

/*-- Flyout Columns -- */
.menu .column
{
    position: absolute;
}
.menu .column, .menu .column0
{
    list-style: none;
    width: 184px;
    margin: 0;
    padding: 0;
}
.menu .column0
{
    position: relative;
    margin-left: 10px;
    padding-bottom: 10px;
}

form.rtl .menu .column0
{
    margin-left: 0;
    margin-right: 10px;
}
.menu .c1
{
    left: 10px;
}

form.rtl .menu .c1
{
    left:auto;
    right: 10px;
}
.menu .c2
{
    left: 210px;
}

form.rtl .menu .c2
{
    left:auto;
    right: 210px;
}
.menu .c3
{
    left : 410px;
}

form.rtl .menu .c3
{
    left:auto;
    right: 410px;
}

.menu .c4
{
    left: 610px;
}
form.rtl .menu .c4
{
    left:auto;
    right: 610px;
}

.menu .dotted
{
    border-right: dotted 1px #79bde3;
}

form.rtl .menu .dotted
{
    border-right:0;
    border-left: dotted 1px #79bde3;
}


/* -- No Script Flyout -- */
.menu .flyout-container.show, .menu .flyout-container.show .flyout-inner
{
    visibility: visible;
    _top: 6px;
}
.menu .flyout-container.show .column
{
    display: none;
}


/* --Level 1-- */
.menu li.desc
{
    color: #666;
    margin: 6px 0;
}

/* --Level 2-- */
.menu .level2
{
    margin-top:4px;
    margin-right:4px;
}

form.rtl .menu .level2
{
    margin-right:0;
    margin-left: 4px;
}

.menu .level2 h3
{
    color: #333;
    font-size: 1em;
    font-weight: bold;
    margin: 6px 0 0 0;
}
.menu .level2 h3 a, .menu .level2 a
{
    color: #00629d;
    text-decoration: none;
}
.menu .level2 h3 a:hover, .menu .level2 a:hover
{
    text-decoration: underline;
}

.menu p.desc
{
    color: #666;
    margin: 0 0 8px 0;
}

/* --Level 3-- */
.menu .level3
{
    margin-left: 10px;
    padding-bottom: 3px;
}
form.rtl .menu .level3
{
    margin-left:0;
    margin-right:10px;
}

.menu .level3 li
{
    list-style-image: url(img/bullet.png);
}
.menu .level3 li a
{
    color: #00629d;
    text-decoration: none;
}
.menu .level3 li a:hover
{
    text-decoration: underline;
}


/* --Background Images-- */

/* --Row 2-- */
.menu .row2
{
    position: relative;
    _background-color: #fafbfb;
    _height: 0; 
    padding-bottom: 3px;
}
.menu .row2 .bg
{
    _display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 8px;
    background-color: #fafbfb;
    z-index: 0;
}

.menu .row1 .cell1, .menu .row1 .cell2, .menu .row1 .cell3,
.menu .row3-cell1, .menu .row3-cell2
{
    height: 8px;
    overflow: hidden;
    position: relative;
    width: 8px;
    background: url(img/a.png) 0 0 no-repeat;
}

/*--Row 1 Cells-- */
.menu .row1 .cell1
{
    float: left;
    _margin-right: -3px;
}
.menu .row1 .cell2
{
    float: right;
    _margin-left: -3px;
    background-position: -8px 0;
}
.menu .row1 .cell3
{
    width: auto;
    background-position: 0 -72px;
    background-repeat: repeat-x;
}

/* --Row 2 Sides-- */
.menu .row2 .side1, .menu .row2 .side2
{
    _display: none;
    position: absolute;
    top: 0;
    bottom: 24px;
    width: 8px;
    background: url(img/b.png) -16px 0 repeat-y;
}
.menu .row2 .side1
{
    left: 0;
}
.menu .row2 .side2
{
    right: 0;
    background-position: -24px 0;
}

.menu td.cell1, .menu td.cell2
{
    width: 8px;
    _width: 7px;
    padding: 0;
    border: none 0 transparent;
    _background: url(img/b.png) -16px 0 repeat-y;
}

.menu td.cell2
{
    _background-position: -25px 0;
}

.menu .row3-cell1, .menu .row3-cell2, .menu .row3-cell3
{
    position: absolute;
    bottom: -8px;
    height: 32px;
}
.menu .row3-cell1, .menu .row3-cell2
{
    z-index: 1;
}
.menu .row3-cell1
{
    left: 0;
    background-position: 0 -8px;
}
.menu .row3-cell2
{
    right: 0;
    background-position: -8px -8px;
}
.menu .row3-cell3
{
    background: url(img/a.png) 0 -40px repeat-x;
    left: 8px;
    right: 8px;
    _left: auto;
    _right: auto;
    _width: 100%;
}