#main ul,
#main li,
#main span,
#main a {
    margin: 0;
    padding: 0;
    position: relative;
}
#main {
    background-color: #6495ED;
    margin: -15px 11%;
    position: absolute;
    width: 1023px;
    height: 49px;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-bottom: 2px solid #ffffff;
}
#main:after,
#main ul:after {
    content: '';
    display: block;
    clear: both;
}
#main a {
    background: #6495ED;
    color: #ffffff;
    display: inline-block;
    font-family: 'ABeeZee', sans-serif;
    font-size: 16px;
    line-height: 49px;
    padding: 0 20px;
    text-decoration: none;
}
#main ul {
    list-style: none;
    
}
#main > ul {
    float: left;
}
#main > ul > li {
    float: left;
}
#main > ul > li:hover:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 50%;
    bottom: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    margin-left: -10px;
}
#main > ul > li:first-child a {
    border-radius: 5px 0 0 0;
    -moz-border-radius: 5px 0 0 0;
    -webkit-border-radius: 5px 0 0 0;
}
#main > ul > li:last-child a {
    border-radius: 0 5px 0 0;
    -moz-border-radius: 0 5px 0 0;
    -webkit-border-radius: 0 5px 0 0;
}
#main > ul > li.active a {
    box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
    background: #070707;

}
#main > ul > li:hover > a {
    background: royalblue;
    box-shadow: inset 0 0 3px #000000;
    -moz-box-shadow: inset 0 0 3px #000000;
    -webkit-box-shadow: inset 0 0 3px #000000;
}
/*-------------------------------------*/
#banner{
 margin: 0px 11%;
}
/* ----------------------------------- */
#cont{
    position: absolute;
    -webkit-border-radius: 5px;
    margin: 30px 11%;
    width: 1019px;
    height: 400px;
    background-color: #ffffff;
}
/*------------------------------------*/
#foot{
    text-align: center;
    color: #ffffff;
    position: absolute;
    margin: 435px 11%;
    background-color: #6495ED;
    width: 1023px;
    height: 60px;
    -webkit-border-radius: 5px;
}
/*-------------------------------------*/
body{
    background-color: aliceblue;
    margin:0px auto; 
    padding:0px;
    text-align:center;
    font-family: 'ABeeZee', sans-serif;
}
#bc{
    background-color: #ffffff;
}
table{
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
}

table tr .txt{
    text-align: right;
    vertical-align: text-top;
}
