/*
  jQuery MegaMenu Plugin
  Author: GeekTantra
  Author URI: http://www.geektantra.com
*/


.aClass {
    color: #000;
    text-decoration: none;
    cursor: hand;
}



#list-content, #list-content ul {
    margin: 0px; /* padding-left: 20px;*/
    padding-right: 10px;
    text-align: right;
}

    #list-content li {
        margin: 0px;
        padding: 2px 0px;
        line-height: 25px;
    }

.divMegmenu {
    height: 35px;
    margin-top: 13px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-style: solid;
    border-color: #39888C #39888C #1A3839 #39888C;
    border-width: 1px;
    border-radius: 0;
    background-color: #da241e;
}

ul.megamenu {
    /*
background-color: #888;*/


    border-top: 0px solid #888;
    border-bottom: 0px solid #666;
    margin: 0px auto;
    padding: 5px 10px;
    list-style: none;
    display: none;
}

    ul.megamenu li.mm-item {
        margin: 0px;
        padding: 0px;
        width: 16%;
    }

    ul.megamenu :hover {
    }

    ul.megamenu li {
        margin: 0px;
        padding: 0px;
        font-family: tahoma,sans-serif;
        font-weight: bold;
        font-size: 11px;
        line-height: 10px;
        color: #000;
    }


        ul.megamenu li:hover {
            margin: 0px;
            padding: 0px;
            background-color: transparent;
            box-shadow: 0 0 3px 0 #000, 0 0 7px 0 #CCFFFE inset;
            border-color: #30787C #2B6366 #173233 #2B6366;
            border-radius: 3px;
        }



    ul.megamenu a.mm-item-link:link, ul.megamenu a.mm-item-link:visited {
        position: relative;
        display: inline-block;
        color: #fff;
        padding: 8px 15px;
        margin: 0px 3px 0px 0px;
        text-decoration: none;
        z-index: 10;
        border-top: 0px solid transparent;
        border-left: 0px solid transparent;
        border-right: 0px solid transparent;
        font-family: tahoma,sans-serif;
        font-weight: bold;
        font-size: 12px;
    }

    *html ul.megamenu a.mm-item-link:link, *html ul.megamenu a.mm-item-link:visited {
        /*border-color: pink;
    filter: chroma(color=pink);*/
    }

    ul.megamenu a.mm-item-:link, ul.megamenu a.mm-item-link-hover:visited {
        /*background: #FFF;*/
        border-top: 0px solid #777;
        border-left: 0px solid #777;
        border-right: 0px solid #777;
        -moz-border-radius: 3px 3px 0px 0px;
        /* font-family: tahoma,sans-serif;
color: #000;
    font-weight: 100;
    font-size: 16px;*/
    }


    ul.megamenu div.mm-item-content {
        /* background: #000;*/
        padding: 0px;
        position: absolute;
        border: 0px solid #777;
        z-index: 9;
    }

.mm-content-base {
    /* background: #FivFF;
  position: relati: 0px solid #777;
  z-index: 9;*/
}

.mm-content-base {
    /* backgroung: #fff;*/
    padding: 0px;
    position: absolute;
    border: 0px solid #777;
    z-index: 9;
}

.mm-js-shadow {
    position: absolute;
    z-index: 10;
}

.mm-content-base {
    /* background: #d5d5d5;*/
    position: relative;
    z-index: 11;
    margin: 0;
    border-style: solid;
    border-color: #689C9F;
    border-width: 1px;
    padding: 4px;
    background: #ECEEF4;
    font-size: 0;
    border-radius: 3px;
}
