﻿body
{
    background-color: #2a3a8f;
    font-family: Century Gothic;
    margin-top: 0px;
}
.maindiv
{
    width: 1100px;
    margin: 0px auto;
    text-align: center;
    border-right: 1px solid #CECECE;
    border-left: 1px solid #CECECE;
    background-color: #fff;
}

#cssmenu
{
    border: none;
    padding: 0px;
    font-size: 13px;
    font-family: Century Gothic;
    font-weight: bold;
    margin-right: 0px;
}
#cssmenu ul
{
    width: 1100px;
    background: #2a3a8f;
    height:36px;
    list-style: none;
    margin: 0;
    text-align: center;
}
#cssmenu li
{
    float: left;
    padding: 0px;
    padding-left:15px;
}
#cssmenu.align-right ul li
{
    float: right;
    border-right: 0;
}
#cssmenu ul li a
{
    display: block;
    padding: 10px 45px;
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    top: 0px;
    left: 0px;
}
#cssmenu.align-right ul li a
{
    border-right: 0;
}
#cssmenu li a:hover
{
    background: #FFA101;
    color: #ffffff;
    text-decoration: none;
    height:16px;
}
#cssmenu ul li:hover a
{
    background: #FFA101;
    text-decoration: none;
    text-transform: uppercase;
    margin-left: 0px;
}
#cssmenu li ul
{
    display: none;
    height: auto;
    position: absolute;
}
#cssmenu li:hover ul
{
    display: block;
    background: #FFA101;
    padding: 10px 40px;
    width: 80px;
}

#cssmenu li:hover li a
{
    background: #FFA101;
    text-transform: uppercase;
    color: White;
    text-align: left;
    width: 70px;
}
#cssmenu li ul a
{
    display: block;
    font-family: Century Gothic;
    font-size: 13px;
    text-align: left;
    text-transform: uppercase;
    color: White;
    text-align: center;
}
#cssmenu li ul a:hover, #menu li ul li:hover a
{
    border: 0px;
    text-decoration: none;
    background: #FFA101;
}



/* Second menu*/

#menu
{
    border: none;
    border: 0px;
    margin: 4px;
    padding: 0px;
    font-size: 13px;
    font-family: Century Gothic;
    font-weight: bold;
    width: auto;
}
#menu ul
{
    width: 1120px;
    background: #FFA101;
    height: 30px;
    list-style: none;
    margin: 0;
    padding: 5px;
}
#menu li
{
    float: left;
    padding: 0px;
}
#menu li a
{
    display: block;
    padding: 8px 65px;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
}
#menu li a:hover
{
    background: #FFA101;
    color: #000000;
    text-decoration: none;
    
}
#menu ul li:hover a
{
    background: #FFA101;
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
}
#menu li ul
{
    display: none;
    height: auto;
    position: absolute;
    width: 150px;
}
#menu li:hover ul
{
    display: block;
}
#menu li li
{
    display: block;
    float: none;
    margin-top: 0px;
    color: White;
    padding: 0px;
}
#menu li:hover li a
{
    background: none;
    text-transform: uppercase;
    padding: 10px;
    color: White;
}
#menu li ul a
{
    display: block;
    font-family: Century Gothic;
    font-size: 13px;
    margin: 0px;
    text-align: left;
    text-transform: uppercase;
    color: White;
    text-align: center;
}
#menu li ul a:hover, #menu li ul li:hover a
{
    border: 0px;
    color: #000000;
    text-decoration: none;
    background: #FFA101;
}


