.main-menu
{
    width: 1000px;
    margin: 0 auto;
    margin-bottom: 5px;
    /*margin-bottom: 10px;*/
}

.main-menu-subs
{
    display: none;
}

.main-menu-items
{
    padding: 0px;
    position: relative;
    overflow: hidden;
    height: 40px;
    text-align: right;
    /*position: absolute;*/
    /*top:0px;*/
    /*right: 0px;*/
    /*z-index: 122;*/
    /*margin-top: 25px;*/
}


.main-menu-one
{
    /*float: left;*/
    display: inline-block;
    text-align: center;
    border-left: 0 none;
}






.main-menu-tab
{
    /*height: 20px;*/
}
.main-menu-tab td
{
    vertical-align: middle;
}
.main-menu-one a
{
    padding-left: 26px;
    color: #000;
    font-size: 14px;
    line-height: 40px;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
}
.main-menu-one:hover 
{
    /*background: #00bcd4;*/
    /*text-decoration: underline;*/
    
}
.main-menu-one a:hover 
{
    color: #c00;
}

.main-menu-special
{
    /*border: 1px solid #000;*/
    /*-webkit-border-radius: 2px;*/
    /*-moz-border-radius: 2px;*/
    /*border-radius: 2px;*/
    /*height: 32px;*/
    /*margin-left: 15px;*/
}
.main-menu-special a
{
    font-weight: bold;
}

.main-menu-special:hover
{
    background: none !important;
}





.main-menu-subs
{
    background: white; 
    position: absolute; 
    top: 34px;
    left: 25px;
    overflow: hidden;
    text-align: left;
    width: 900px;
    box-shadow: 0 0 20px rgba(0,0,0,0.5);
    
    
    
}
.main-menu-subs a
{
    color: #313131 !important;
    padding: 0;
    line-height: normal;
}

.main-menu-one:hover .main-menu-subs
{
    display: block;
}



.menu-subs-one
{
/*    float: left;*/
    padding-left: 40px;
    /*margin-bottom: 10px;*/
/*    width: 170px;*/
    color: white;
    
}
.menu-subs-one:first-child
{
    padding-top: 20px;
}
.menu-subs-one:last-child
{
    padding-bottom: 15px;
}

.menu-subs-one h2
{
    margin: 0px;
    padding: 0px;
    line-height: 14px;
    margin-bottom: 9px;
}

.menu-subs-one h2 a
{
    color: #313131 !important;
    font-weight: bold;
    font-size: 12px;
}
.menu-subs-one a
{
    font-size: 12px;
    font-weight: normal;
    color: white;
}
.menu-subs-one a:hover
{
    text-decoration: underline;
}

.main-menu-inner
{
/*    padding-top: 30px;
    padding-left: 50px;
    padding-bottom: 20px;*/
    background: white;
    opacity: 0.7;
    height: 100%;
}