﻿.menu
{
    width: 850px;
    height: 22px;
    position: relative;
    z-index: 100;
    margin: 0 auto;
    font-family: arial, sans-serif;
}
/* hack to correct IE5.5 faulty box model */
* html .menu
{
    width: 848px;
    width: 847px;
}
/* remove all the bullets, borders and padding from the default list styling */
.menu ul
{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.menu ul ul
{
    width: 170px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li
{
    float: left;
    width: 168px;
    position: relative;
}
/* style the links for the top level */
.menu a, .menu a:visited
{
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #fff;
    width: 100%;
    height: 22px;
    border: 1px solid #fff;
    background: #003466;    
    line-height: 21px;
    font-weight: bold;
    padding-left: 8px;
}
/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited
{
    width: 170px;
    width: 170px;
}

/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited
{
    background: #26343c;
}
/* style the second level hover */
.menu ul ul a.drop:hover
{
    background: #26343c;
}
.menu ul ul :hover > a.drop
{
    background: #26343c;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited
{
    background: #26343c;
}
/* style the third level hover */
.menu ul ul ul a:hover
{
    background: #26343c;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul
{
    visibility: hidden;
    position: absolute;
    height: 0;
    top: 23px;
    left: 0;
    width: 168px;
    border-top: 1px solid #fff;
}
/* another hack for IE5.5 */
* html .menu ul ul
{
    top: 30px;
    top: 31px;
}



/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited
{
    background: #003466;
    color: #fff;
    height: auto;
    line-height: 1em;
    padding: 5px 10px;
    width: 148px;
    border-width: 0 1px 1px 1px;
}
/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited
{
    width: 150px;
    width: 128px;
}

/* style the top level hover */
.menu a:hover, .menu ul ul a:hover
{
    color: #fff;
    background: #26343c;
}
.menu :hover > a, .menu ul ul :hover > a
{
    color: #fff;
    background: #26343c;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul, .menu ul a:hover ul
{
    visibility: visible;
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul
{
    visibility: hidden;
}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul
{
    visibility: visible;
}


.styleSideFiller
{
    background-color: #AAAAAA;
}

.styleMainBorder
{
    background-color: #CCCCCC;
    width: 5px;
}

.styleTopCenter
{
    width: 850px;
    background-color: #ffffff;
    vertical-align: bottom;
}

.styleFooter
{
    height: 50px;
    background-color: #26343C;
}

.stylePartner
{
    height: 63px;
    background-color: #ffffff;
}

.styleBody
{
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin: 0;
}

.styleCenter
{
    width: 850px;
    background-color: #ffffff;
}

.styleMainTable
{
    width: 100%;
    border-collapse: collapse;
    height: 100%;
    margin-bottom: 0px;
}

.styleNewsTable
{
    width: 150px;
    height: 200px;
    background-color: #ffffff;
    font-family: Arial;
    font-size: 9pt;    
}

.styleCenterTable
{
    width: 848px;
    border-collapse: collapse;    
    margin-bottom: 0px;
    font-family: Arial;
    font-size: 9pt;  
    margin: 0 auto;  
}



