/* ####################################		Menu Type 3 Styles	(Expanded)	###################### */

/*==================== Level 1 ====================*/

td.wpm_separator
{
    height: 2px;
    width: 1px;
    background-image: url(../images/sep.gif);
    background-repeat: repeat-x;
}

td.wpm_menu_collapse_image
{
    /*First Level Image TD*/
    padding: 1px 1px 1px 1px;
    border: 0px;
    border-bottom: 0px #808480 dashed;
    width: 12%;
    cursor: pointer;
}

td.wpm_menu_collapse_image_over
{
    /*First Level Image TD*/
    padding: 1px 1px 1px 1px;
    border: 0px;
    border-bottom: 0px #808480 dashed;
    width: 12%;
    cursor: pointer;
}

td.wpm_menu_level1
{
    /*First Level TD*/
    padding: 3px 0px 0px 5px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    border-bottom: 0px #808480 dashed;
    vertical-align: top;
    height: 19px;
    color: #ffffff;
}

td.wpm_menu_level1_over
{
    /*First Level TD over*/
    background-repeat: no-repeat;
    padding: 3px 0px 0px 5px;
    text-transform: uppercase;
    border-bottom: 0px #808480 dashed;
    vertical-align: top;
    height: 19px;
    color: #013377;
}

a.wpm_menu_level1
{
    /*First Level Text Link*/
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #0179a1;
}

a.wpm_menu_level1:visited
{
    /*First Level Text Link visited*/
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #0179a1;
}

a.wpm_menu_level1:hover
{
    /*First Level Text Link hover*/
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #e16f00;
}
a.wpm_menu_level1_select
{
    /*First Level Text Link hover*/
    font-family: tahoma;
    font-size: 12px;
    color: #e16f00;
    text-decoration: none;
}



/*==================== Level 2 ====================*/

div.wpm_menu_level2
{
    /*Secound Level div of all subs */
    padding: 0px 0px 0px 0px;
    overflow: hidden;
    width: 100%;
    position: relative;
    display: none;
}

td.wpm_menu_level_Sub2
{
    /*Secound Level icon TD*/
    height: 20px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    border-bottom: 0px #808480 dashed;
    padding: 0px 0px 2px 5px;
    cursor: pointer;
    text-align: right;
}

td.wpm_menu_level_Sub2_over
{
    /*Secound Level icon TD over*/
    height: 20px;
    text-transform: uppercase;
    background-repeat: no-repeat;
    border-bottom: 0px #808480 dashed;
    padding: 0px 0px 2px 5px;
    cursor: pointer;
    text-align: right;
}

td.wpm_menu_level2
{
    /*Second Level TD*/
    height: 22px;
    padding: 0px 0px 2px 5px;
    border-bottom: 0px #808480 dashed;
    width: 80%;
}

td.wpm_menu_level2_over
{
    /*Second Level TD over*/
    height: 22px;
    padding: 0px 0px 2px 5px;
    border-bottom: 0px #808480 dashed;
    width: 80%;
}

a.wpm_menu_level2
{
    /*Second Level Text Link*/
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}

a.wpm_menu_level2:visited
{
    /*Second Level Text visited*/
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}

a.wpm_menu_level2:hover
{
    /*Second Level Text hover*/
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #666666;
    font-weight: normal;
}
a.wpm_menu_level2_select
{
    /*First Level Text Link hover*/
    font-family: tahoma;
    font-size: 12px;
    color: #e16f00;
    text-decoration: none;
}



/*==================== Level 3 ====================*/

div.wpm_menu_level3
{
    /*Third Level div of all subs */
    padding: 0px 0px 0px 0px;
padding-buttom:0px
    overflow: hidden;
    width: 100%;
    position: relative;
    display: none;
}

td.wpm_menu_level3
{
    /*Third Level TD */
    height: 20px;
    padding: 0px 0px 2px 5px;
    border-bottom: 0px #808480 dashed;
}

td.wpm_menu_level3_over
{
    /*Third Level TD over*/
    height: 20px;
    padding: 0px 0px 2px 5px;
    border-bottom: 0px #808480 dashed;
    font-family: tahoma;
    font-size: 12px;
    text-decoration: none;
    color: #ffa900;
    font-weight: normal;
}

td.wpm_menu_level_Sub3Image
{
    /*Third Level icon TD */
    padding: 0px 0px 0px 5px;
    background-repeat: no-repeat;
    width: 2%;
    cursor: pointer;
}

td.wpm_menu_level_Sub3Image_over
{
    /*Third Level icon TD over*/
    padding: 0px 0px 0px 5px;
    background-repeat: no-repeat;
    width: 2%;
    cursor: pointer;
}

a.wpm_menu_level3
{
    /*Third Level Text Link*/
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #0179a1;
}

a.wpm_menu_level3:visited
{
    /*Third Level Text Link visited*/
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #0179a1;
}

a.wpm_menu_level3:hover
{
    /*Third Level Text Link hover*/
    font-family: tahoma;
    font-size: 11px;
    text-decoration: none;
    color: #e16f00;
}

a.wpm_menu_level3_select
{
    /*First Level Text Link hover*/
    font-family: tahoma;
    font-size: 11px;
    color: #e16f00;
    text-decoration: none;
}
