.header{
    background:#ffffff url('../images/cap_top.gif') 0 0 no-repeat;
    width:655px;
    padding:10px 10px 30px 15px;
    margin:10px auto 0 auto;
    position: relative;
    }

.logo{float:left; margin:18px 0 0 25px;}

.leaderBoard{
    float: right;
    width:468px;
    height:90px;
    background:#ECECEC;
    margin:0px 0 0 0;
    display:none;
}

.contMenuBar{
    position: absolute;
    top:100px;
    left:15px;
    width:650px;
   
}

.mainMenu{height:30px; margin:5px 0 0 0; 
    float:left;
    }


.mainMenu a, .mainMenu a:visited, .mainMenu a:hover{
    display:block;
    float: left;
    padding:0 0 0 5px;
    margin: 0 10px 0 0;
  background:transparent url('../images/menu_left_active.gif') 0 0 no-repeat;
    text-decoration:none;
}

.mainMenu a span, .mainMenu a:visited span, .mainMenu a:hover span{
    display:block;
    padding:0 5px 0 0;
 background:transparent url('../images/menu_right_active.gif') right 0 no-repeat;
}

.mainMenu a big, .mainMenu a:visited big, .mainMenu a:hover big{
    display:block;
    padding:6px 15px;
    font-size:15px;
    font-weight:900;
      background:transparent url('../images/menu_active.gif') 0 0 repeat-x;
    color:#FFFFFF;
    
}


.mainMenu a.active, .mainMenu a.active:visited, .mainMenu a.active:hover, .mainMenu a:hover{
      background:transparent url('../images/menu_left.gif') 0 0 no-repeat;
    
   
}

.mainMenu a.active span, .mainMenu a.active:visited span, .mainMenu a.active:hover span, .mainMenu a:hover span{
      background:transparent url('../images/menu_right.gif') right 0 no-repeat;
    
}

.mainMenu a.active big, .mainMenu a.active:visited big, .mainMenu a.active:hover big, .mainMenu a:hover big{
  background:transparent url('../images/menu.gif') 0 0 repeat-x;
    color:#BFBFBF;
}
/*
.topBoxMenu{
    float:right;
    padding:0 0 0 5px;
    background:transparent url('../images/menu_left.gif') 0 0 no-repeat;
    margin:15px 0 0 0;
    text-align:right;
}

.topBoxMenuSub{
    padding:0 5px 0 0;
    background:transparent url('../images/menu_right.gif') right 0 no-repeat;
    
}

.topBoxMenuCont{
    background:transparent url('../images/menu.gif') 0 0 repeat-x;
    height:20px;
    padding:7px 5px;
    width:285px;
}

.topBoxMenu a, .topBoxMenu a:visited, .topBoxMenu a:hover{color:#404040; text-decoration: none; margin:0 10px 0 10px;}
.topBoxMenu a:hover{color:#808080;}
.topBoxMenu a, .topBoxMenu img{vertical-align:middle;}
*/
/*
.sepAng{
        background: transparent url('../images/bg_menu.gif') 0 0 no-repeat; 
        width:980px; 
        height:20px;
        position: absolute;
        left:0;
        bottom:-10px;
    }
  */  
.sepAngLeft{
        background: transparent url('../images/bg_menu_left.gif') 0 0 no-repeat; 
        width:10px; 
        height:20px;
        position: absolute;
        left:0;
        bottom:-10px;
    }
    
 .sepAngRight{
        background: transparent url('../images/bg_menu_right.gif') 0 0 no-repeat; 
        width:10px; 
        height:20px;
        position: absolute;
        right:0;
        bottom:-10px;
    }