
.vertu ul {
    margin: 0;
    padding: 0;
}

/* Vertu - Simple Mega Menu */
.vertu {
    width: 1140px;
    position: relative;
    /*border: 1px solid #001119;
    -moz-box-shadow:inset 0px 0px 1px #f6f6f6;  
    -webkit-box-shadow:inset 0px 0px 1px #f6f6f6;  
    box-shadow:inset 0px 0px 1px #f6f6f6;
	background:#3B3B3B;*/
    margin: 0 auto;
    padding: 0;
    position: relative;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 29px;
    margin-left: auto;
    margin-right: auto;
}

    .vertu ul.topmn, .vertu ul.topmnlast {
        list-style: none;
    }

    .vertu ul li.topmn, .vertu ul li.topmnlast {
        float: left;
        display: block;
        font-size: 15px;
        line-height: 23px;
    }

    .vertu ul li a.mnTop {
        display: block;
        color: #4d4d4d;
        font-size: 0.8rem;
        margin: 0 0 0 0px;
        padding: 0 25px;
        font-weight: 600;
    }

    .vertu ul li a.mnTopSelected {
        color: #33a8a7;
        font-size: 0.8rem;
        padding: 0 4px;
        font-weight: 600;
    }


    .vertu ul li:hover a.mnTop {
        /*background: #F4F4F4;*/
        color: #33a8a7;
        text-decoration: none;
    }

.sep {
    float: left;
    font-size: 15px;
    list-style: none outside none;
}

.vertu ul li .down {
    width: 1111px;
    display: none;
    position: absolute;
    left: -1px;
    z-index: 999;
    margin-bottom: 5px;
    padding-top: 24px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
    /* Fallback for web browsers that don't support RGBa */
    background-color: rgba(0, 66, 66,0.85);
    /* RGBa with 0.6 opacity */
    /*background-color: rgba(0, 66, 66, 0.7);*/
    /* For IE 5.5 - 7*/
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99004242, endColorstr=#99004242);
    /* For IE 8*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99004242, endColorstr=#99004242)";
    -pie-background: rgba(0, 66, 66, 0.7);
    behavior: url(/scripts/pie/PIE.htc);
}

.vertu ul li:hover .down {
    display: block;
    border-top: none;
}

/* Drop Item */
.vertu ul li .drop {
    padding-right: 21px;
    /*background: url(../img/white.png) no-repeat right 7px;*/
    text-decoration: none;
}

.vertu ul li:hover .drop {
    /* background: #F4F4F4 url(../img/black.png) no-repeat right 8px; */
    background-color: #004242;
    color: #000;
    text-decoration: none;
}
/* end Drop Item */



/* SubMenu Item */
.vertu ul li .submenu {
    width: 980px;
    display: none;
    position: absolute;
    left: -1px;
    z-index: 999;
    border-bottom: 1px solid #001119;
    border-left: 1px solid #001119;
    border-right: 1px solid #001119;
    background: #F4F4F4;
    margin-bottom: 5px;
}

.vertu ul li:hover .submenu {
    display: block;
    border-top: none;
}

.vertu .submenu ul li a {
    display: inline;
    color: #000000;
    margin-left: 5px;
}

    .vertu .submenu ul li a:hover {
        display: inline;
        background-color: #3B3B3B;
        color: #F4F4F4;
    }
/* end SubMenu Item */

/* right-aligned menu item */
.vertu .right {
    float: right;
}

    .vertu .right .submenu {
    }

.cleaner {
    display: block;
    clear: both;
    content: '.';
    visibility: hidden;
    height: 0;
    font-size: 0;
    line-height: 0
}

/* Columns */
.vertu .col0,
.vertu .col1,
.vertu .col2,
.vertu .col3,
.vertu .col4,
.vertu .col5,
.vertu .col6,
.vertu .col7,
.vertu .col8 {
    display: block;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
}

.vertu .col0 {
    width: 76px;
}

.vertu .col1 {
    width: 140px;
}

.vertu .col2 {
    width: 172px;
}

.vertu .col3 {
    width: 220px;
}

.vertu .col4 {
    width: 300px;
}

.vertu .col5 {
    width: 460px;
}

.vertu .col6 {
    width: 620px;
}

.vertu .col7 {
    width: 780px;
}

.vertu .col8 {
    width: 940px;
}

.vertu .colcolor {
    background: #3B3B3B;
    color: #FFF;
}

.vertu p {
    padding: 0;
    margin: 0;
    font-weight: normal;
    color: #fff;
    margin-bottom: 5px;
    margin-top: 5px;
}

.vertu p {
    font-size: 12px
}
/* end Columns */


/* Accordion */
#accordion {
    width: 940px;
}

.but {
    width: 940px;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    background: #3B3B3B;
    cursor: pointer;
    /*border-top: 1px solid #001119;
	border-left: 1px solid #001119;
	border-right:1px solid #001119;
	border-bottom: 1px solid #001119;*/
    margin-top: 5px;
    margin-bottom: 5px;
    color: #FFF;
}

.cont {
    width: 940px;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #001119;
    border-left: 1px solid #001119;
    border-right: 1px solid #001119;
    background: #F4F4F4;
    top: -5px;
}

.hover {
    background: #3B3B3B;
    color: #FFF;
}

.active {
    background: #CCCCCC;
    color: #000;
}
/* end Accordion */

/* Metro columns */
.vertu ul li .submetro {
    width: 980px;
    display: none;
    position: absolute;
    left: -1px;
    z-index: 999;
    border-bottom: 1px solid #001119;
    border-left: 1px solid #001119;
    border-right: 1px solid #001119;
    background: #F4F4F4;
    margin-bottom: 5px;
    height: 410px;
}

.vertu ul li:hover .submetro {
    display: block;
    border-top: none;
}

.metro1 {
    position: relative;
    width: 500px;
    height: 100px;
    float: left;
    background: #3B3B3B;
    margin-top: 5px;
    left: 5px;
    text-align: center;
    color: #F4F4F4;
}

.metro2 {
    position: relative;
    width: 250px;
    height: 100px;
    margin-top: 5px;
    float: left;
    background: #3B3B3B;
    left: 10px;
    text-align: center;
    color: #F4F4F4;
}

.metro3 {
    position: relative;
    width: 190px;
    height: 200px;
    margin-top: 5px;
    float: left;
    background: #3B3B3B;
    left: 15px;
    text-align: center;
    color: #F4F4F4;
}

.metro4 {
    position: relative;
    width: 300px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    top: -95px;
    left: 5px;
    text-align: center;
    color: #F4F4F4;
}

.metro5 {
    position: relative;
    width: 150px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    top: -95px;
    left: 10px;
    text-align: center;
    color: #F4F4F4;
}

.metro6 {
    position: relative;
    width: 295px;
    height: 195px;
    float: left;
    background: #3B3B3B;
    top: -95px;
    left: 15px;
    text-align: center;
    color: #F4F4F4;
}

.metro7 {
    position: relative;
    width: 150px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    top: 5px;
    left: -740px;
    text-align: center;
    color: #F4F4F4;
}

.metro8 {
    position: relative;
    width: 145px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    top: -90px;
    left: -585px;
    text-align: center;
    color: #F4F4F4;
}

.metro9 {
    position: relative;
    width: 150px;
    height: 195px;
    float: left;
    background: #3B3B3B;
    top: -185px;
    left: -435px;
    text-align: center;
    color: #F4F4F4;
}

.metro10 {
    position: relative;
    width: 190px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    top: -380px;
    left: 765px;
    text-align: center;
    color: #F4F4F4;
}

.metro11 {
    position: relative;
    width: 300px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    top: -280px;
    left: -185px;
    text-align: center;
    color: #F4F4F4;
}

.metro12 {
    position: relative;
    width: 490px;
    height: 95px;
    float: left;
    background: #3B3B3B;
    margin-top: -375px;
    left: 465px;
    text-align: center;
    color: #F4F4F4;
}

.metro1:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro2:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro3:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro4:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro5:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro6:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro7:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro8:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro9:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro10:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro11:hover {
    opacity: 0.8;
    cursor: pointer;
}

.metro12:hover {
    opacity: 0.8;
    cursor: pointer;
}
/* end Metro columns */

/* 4Levels menu */
#nav,
.nav,
#nav .nav li {
    margin: 0px;
    padding: 0px;
}

    #nav li {
        float: left;
        display: inline;
        cursor: pointer;
        list-style: none;
        position: relative;
    }

        #nav li ul.first {
            left: -1px;
            top: 100%;
        }

li, li a {
    text-decoration: none;
    color: #000;
}

#nav .nav li {
    width: 100%;
    text-indent: 10px;
    line-height: 26px;
    margin-right: 10px;
    border-left: none;
    border-top: 1px solid #001119;
    border-right: none;
    background: #F4F4F4;
}

#nav li a {
    display: block;
    width: inherit;
    height: inherit;
}

ul.nav {
    display: none;
}

#nav li:hover > a {
    color: #000;
    background: #F4F4F4;
    background: #F4F4F4 url(../img/black.png) no-repeat right 8px;
}

#nav li:hover {
    color: #FFF;
    background: #3B3B3B;
}

li:hover > .nav {
    display: block;
    position: absolute;
    width: 200px;
    top: 0;
    left: 50%;
    z-index: 1000;
    border-bottom: 1px solid #001119;
    border-left: 1px solid #001119;
    border-right: 1px solid #001119;
}
/* end 4Levels menu */

/* Contact form */
.vertu .contact_form {
    display: block;
    margin-bottom: 10px
}

.vertu .contact_form {
}

    .vertu .contact_form label {
        font-size: 12px;
        font-family: Arial,Helvetica,sans-serif;
        font-weight: bold;
        line-height: 18px;
        color: #3B3B3B;
    }

.vertu .form_element {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    width: 280px;
    padding: 6px;
    margin: 12px 0 18px 0;
    color: #3B3B3B;
    background-color: #3B3B3B;
    border: 1px solid #001119;
}

    .vertu .form_element:hover {
        background-color: #F4F4F4;
    }

    .vertu .form_element:focus {
        background-color: #FFF;
        outline: none
    }

.vertu .contact_form textarea {
    height: 150px;
    resize: none;
}

.vertu .colform,
.vertu .coltext {
    display: block;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    text-align: left;
}

.vertu .colform {
    width: 300px;
}

.vertu .coltext {
    width: 620px;
}

    .vertu .coltext p,
    .vertu .coltext h3 {
        color: #3B3B3B;
    }

.vertu .colform p,
.vertu .colform h3 {
    color: #3B3B3B;
}

.vertu .contact_form .button {
    border: 1px solid #001119;
    color: #FFFFFF;
    background-color: #3B3B3B;
    font: bold 11px Sans-Serif;
    padding: 7px 12px;
    margin: 9px 12px 0 0;
    color: #fff;
    cursor: pointer;
}
/* end Contact form*/

/* Social */
.vertu .social {
    display: block;
    float: left;
    position: relative;
    margin-left: 10px;
    margin-right: 10px;
    text-align: center;
    width: 76px;
    opacity: 0.5;
}

    .vertu .social:hover {
        opacity: 1;
    }

    .vertu .social p {
        cursor: pointer;
    }

/* end Social */
/* end Vertu - Simple Mega Menu */

.column1, .column2, .column3 {
    width: 250px;
    float: left;
    /* background-image:url(../../Images/sep-menu.png);
	 background-position:top right;
	 background-repeat:repeat-y;*/
    padding: 0px 12px;
}

.column4 {
    width: 250px;
    float: left;
    padding: 0px 12px;
}


.level2 {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    float: left;
    clear: left;
    padding: 0px 10px 0px 0px;
}

.level2-selected {
    text-decoration: none;
    font-size: 14px;
    color: #ffffff;
    float: left;
    clear: left;
}

.level3 {
    text-decoration: none;
    font-size: 14px;
    color: #dde9e9;
    float: left;
    clear: left;
    padding: 0px 10px 0px 0px;
    line-height: 20px;
}

.level3-selected {
    text-decoration: none;
    font-size: 14px;
    color: #dde9e9;
    float: left;
    clear: left;
}

.level4 {
    text-decoration: none;
    font-size: 14px;
    color: #dde9e9;
    float: left;
    clear: left;
    padding: 0px 10px 0px 0px;
    line-height: 18px;
}

.level4-selected {
    text-decoration: none;
    font-size: 14px;
    color: #dde9e9;
    float: left;
    clear: left;
}

.mmli3 {
    /*list-style-image: url(../../images/submenu_icon.gif);*/
    background-image: url(../../images/submenu_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    list-style: none;
    padding: 0px 0 0 12px;
    margin: 2px 0;
}

.mmli4 {
    /*list-style-image: url(../../images/submenu_icon.gif);*/
    background-image: url(../../images/submenu_icon.png);
    background-position: left top;
    background-repeat: no-repeat;
    list-style: none;
    padding: 0px 0 0 12px;
    margin: 1px 0;
}

.mmli2 {
    float: left;
    clear: left;
    margin-bottom: 20px;
    width: 100%;
}

.restlevels {
    float: left;
    clear: left;
    margin-left: 16px !important;
}

    .restlevels li {
        float: left;
        clear: left;
        /*width:100%;*/
    }

.bgseperate_menu {
    background-position: top center;
    background-repeat: repeat-y;
    float: left;
    width: 1111px;
}

b, strong {
    font-weight: bold;
}
