﻿/**********************
        ALL
**********************/
.header li, .bottom li
{
    display: inline;   
    list-style-type: none;
    color: #b3b3b3;
}
.header ul, .bottom ul
{
    margin: 0;
    padding: 0;
}

/**********************
      MENU TOP RIGHT
**********************/
.header ul
{
    width: 760px;
    float: right;
    text-align:right;
    padding-top: 10px;
}

.header ul a:link, .header ul a:visited, .header ul a:active
{
    color: #b3b3b3;
    text-decoration: none;
}
.header ul a:hover
{
    text-decoration: underline;
}

/**********************
      MENU LEFT
**********************/
.menuLeft
{
    margin: 0;
    padding: 20px 0px 20px 20px;
    width: 200px;
    float: left;
}
.menuLeft li
{
    list-style-type: none;
    padding: 0px 0px 4px 0px;
    border-bottom: solid 1px #e3e3e5;
}
.menuLeft a:link, .menuLeft a:visited, .menuLeft a:active
{
   display: block;
   width: 188px;
   color: #787878;
   padding: 4px 12px 0px 0px;   
   text-align: right;
   font-size: 13px;
   font-weight: 700;  
   text-decoration: none; 
}
.menuLeft a:hover
{
    color: #00508c;
    text-decoration: none;
}
.menuLeft a.open:link, .menuLeft a.open:visited, .menuLeft a.open:active
{
    border: 0;
}
.menuLeft .active
{
    background: url(/Images/System/Backgrounds/bg-read-more.gif) no-repeat right 10px;        
}
.menuLeft .active a
{
    color: #00508c;
    font-size: 14px;
}
.menuLeftLevel2 
{
    margin: 0;
    padding: 0;
}
.menuLeftLevel2 li
{
    padding: 0;
    border: 0;
}
.menuLeftLevel2 a:link, .menuLeftLevel2 a:visited, .menuLeftLevel2 a:active
{
    border: none;
    padding: 0px;
    color: #2d9bdc;
    font-size: 11px;
    font-weight: 700;
    text-decoration: none;
    padding-right: 12px;
}
.menuLeftLevel2 a:hover
{
    color: #00508c;
}
.menuLeftLevel2 .active
{    
    background: none;
}
.menuLeftLevel2 .active a
{
    font-weight: 700;
    color: #00508c;
}


/**********************
      MENU BOTTOM
**********************/
.bottomLinksWrapper
{
    width: 520px;
    padding: 10px 0 20px 240px;
    float:left;
    background: #fff url(/Images/System/Backgrounds/bg-bottom.gif) no-repeat right top;
}
.bottomLinks
{
    width: 500px;
}
.bottomLinks li
{
    list-style-type:none;
    float:left;
    color: #b3b3b3;
    padding-right: 4px;
}
.bottomLinks a:link, .bottomLinks a:visited, .bottomLinks a:active
{
    color: #b3b3b3;
    text-decoration: none;
}
.bottomLinks a:hover
{
    text-decoration: underline;
}
.bottomLinks
{
    font-size: 10px;  
    margin:0;
    padding:0;  
}

