/* Start of CMSMS style sheet 'LWS-Navigation' */
#menu-wrapper
{
    background: url("./images/structure/bg_header-nav.gif") no-repeat 682px 0;
    height: 88px;
    width: 692px;
    float: right;
}

#menu-wrapper .callUs
{
   color: #5EAFFF;
   font-size: 10px;
   width: 668px;
   text-align: right;
   margin-top: 7px;
   margin-bottom: 3px;
}

#menu-wrapper .secondary-nav 
{
    margin-top: 8px;
    padding-left: 25px;
    width: 480px;
    height: 18px;
    float: left;
}
    #menu-wrapper .secondary-nav li 
    {
        float: left;
        height: 15px;
        line-height: 15px;
        padding: 0 12px 0 0;
        margin-right: 13px;
        background: url("./images/structure/divider_header-nav.gif") no-repeat right top;
    }
    #menu-wrapper .secondary-nav li.last 
    {
        margin-right: 0;
        background: none;
    }
    #menu-wrapper .secondary-nav li a 
    {
        font-size: 14px;
        color: #5EAFFF;
    }
    #menu-wrapper .secondary-nav li a:hover,
    #menu-wrapper .secondary-nav li.menuactive a
    {
        color: #FFF;
    }

#menu-wrapper .primary-nav 
{
    height: 37px;
    border: solid 1px #175a9d;
    border-right: none;
    float: right;
    display:inline;
    margin-right: 9px;
    /*width: 682px;*/
}
    #menu-wrapper .primary-nav li
    {
        float: left;
        height: 37px;
        line-height: 37px;
        border-right: solid 1px #175a9d;
    }
    #menu-wrapper .primary-nav li a 
    {
        display: block;
        height: 37px;
        float: left;
        padding: 0 1.77em;
        background: #003875;
        color: #5EAFFF;
        font-weight: bold;
        font-size: 13px;
    }
    #menu-wrapper .primary-nav li.last a
    {
        padding: 0 1.61em;
    }
    #menu-wrapper .primary-nav li a:hover,
    #menu-wrapper .primary-nav li.menuactive a
    {
        background: #5EAFFF;
        color: #FFF;
    }

.tertiary-nav
{
    margin-top: 4px;
    margin-bottom: 30px;
    border-top: dotted 1px #CCC;
}
    .tertiary-nav li
    {
        border-bottom: dotted 1px #CCC;
    }
    .tertiary-nav li.last
    {
        border: none;
    }
    .tertiary-nav li a,
    .tertiary-nav li ul li a,
    .tertiary-nav li ul li ul li a
    {
        font-weight: bold;
        color: #69C;
        display: block;
        padding: 7px 0 7px 2px;

    }
    
    .tertiary-nav li.menuactive a.menuactive ,
    .tertiary-nav li a:hover
    {
        color: #666;
    }
    .tertiary-nav li ul
    {
        margin-left: 20px;
    }
    .tertiary-nav li ul li a
    {
    }


#footer ul.footer-nav 
{
    width: 600px;
    float: left;
    margin-bottom: 4px;
}
#footer ul.footer-nav li
{
    float: left;
    background: url("./images/structure/divider_footer-nav.gif") no-repeat right top;
    padding: 0 10px 0 0;
    margin-right: 8px;
}
#footer ul.footer-nav li.last
{
    margin-right: 0;
    background: none;
}
#footer ul.footer-nav li.menuactive a
{
    color: #FFF;
}

.sitemap-nav
{
    margin-top: 4px;
    margin-bottom: 30px;
}
    .sitemap-nav li ul
    {
        margin-left: 20px;
    }
    .sitemap-nav li ul li ul
    {
        margin-left: 20px;
    }
    .sitemap-nav li.last
    {
        border: none;
    }
    .sitemap-nav li a
    {
        font-weight: bold;
        color: #69C;
        display: block;
        padding: 7px 0 7px 2px;
        width: 238px;
        line-height: 1.2em;
    }
    .sitemap-nav li.menuactive a,
    .sitemap-nav li a:hover
    {
        color: #666;
    }
#search-result-list
{
  font-size: 14px;
  line-height: 18px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: dotted 1px #CCC;
}
/* End of 'LWS-Navigation' */

