﻿/* Main menu */

#headerMenu {
    /*background-color: #fff;*/ 
    width: 100%;
    text-align: left;
    margin: 0px;
    margin-left: -26px;
    padding-left: 12px;
    padding-top: 0px;
    list-style: none;
    transition: all 0.3s ease 0s;
}

    #headerMenu li {
        float: left;
        padding: 0 0 10px 0;
        position: relative;
        line-height: 0;
        margin-top: 0px;
        padding-top: 0px;
        color: #333;
        font: 18px 'Quattrocento Sans', sans-serif;
       /*text-transform: uppercase;
        height: 35px;
           */ 
        text-decoration: none;
    }

    #headerMenu a {
        float: left;
        margin-top: 8px;
        /*color: #FFF;
        font: 18px 'Quattrocento Sans', sans-serif;
        text-transform: uppercase;
        height: 25px;
            
            */
        text-decoration: none;
    }

    #headerMenu a img {
        padding-left:10px;
        padding-right:10px;
    }

    #headerMenu li:hover > a {
        color: #fff;
    }

    *html #headerMenu li a:hover /* IE6 */ {
        color: #333;
        margin-top: -12px;
    }

    #headerMenu li:hover > ul {
        display: block;
    }

    /* Sub-menu */

    #headerMenu ul {
        list-style: none;
        padding: 0;
        padding-top: 2px;
        padding-bottom: 10px;
        display: none;
        position: absolute;
        top: 14px;
        left: 6px;;
        z-index: 99999;
        background: #333;
        box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
        transition: all 0.3s ease 0s;
    }

        #headerMenu ul ul {
            top: -20px;
            left: 200px;
        }

        #headerMenu ul li {
            float: none;
            top: 10px;
            margin-left: 0px;
            margin-right: 0px;
            margin-top: -12px;
            padding: 0px;
            display: block;
            height: 34px;
        }

            #headerMenu ul li:last-child {
                -moz-box-shadow: none;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        #headerMenu ul a {
            padding-top: 6px;
            padding-bottom: 6px;
            padding-left: 10px;
            padding-right: 10px;
            height: 10px;
            min-width: 200px;
            height: auto;
            line-height: 1;
            display: block;
            white-space: nowrap;
            float: none;
            /*text-transform: uppercase;*/
            color: #ccc;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #headerMenu ul a:hover {
            background-color: #222;
            color: #fff;
            padding-top: 6px;
            padding-bottom: 6px;
            padding-left: 10px;
            padding-right: 10px;
        }


        /*#headerMenu li a {
                    width: 200px;
                    height: auto;
                    white-space: nowrap;                    
                    overflow: hidden;
                    text-overflow: ellipsis;
                }*/

        *html #headerMenu ul a /* IE6 */ {
            height: 10px;
            color: #f8e296;
        }

        *:first-child + html #headerMenu ul a /* IE7 */ {
            height: 10px;
            color: #686868;
        }


        #headerMenu ul li:first-child > a {
        }

            #headerMenu ul li:first-child > a:after {
                /*content: '';
                position: absolute;
                left: 30px;
                top: -8px;
                width: 0;
                height: 0;
                border-left: 5px solid transparent;
                border-right: 5px solid transparent;
                border-bottom: 8px solid transparent;*/
            }

        #headerMenu ul ul li:first-child a:after {
            left: -8px;
            top: 12px;
            width: 0;
            height: 0;
            border-left: 0;
            border-bottom: 5px solid transparent;
            border-top: 5px solid transparent;
            border-right: 8px solid #444;
        }

        #headerMenu ul li:first-child a:hover:after {
            /*border-bottom-color: #04acec;*/
        }

        #headerMenu ul ul li:first-child a:hover:after {
            /*border-right-color: #04acec;*/
            border-bottom-color: transparent;
        }


        #headerMenu ul li:last-child > a {
            /*-moz-border-radius: 0 0 5px 5px;
                    border-radius: 0 0 5px 5px;*/
        }

    /* Clear floated elements */
    #headerMenu:after {
        visibility: hidden;
        display: block;
        font-size: 0;
        content: "";
        clear: both;
        height: 0;
    }

* html #headerMenu {
    zoom: 1;
}
/* IE6 */
*:first-child + html #headerMenu {
    zoom: 1;
}

.ContentEditLink {
    font-weight: 700;
    font-size: 13px;
    text-decoration: none;
    color: #fff !important;
    text-decoration: none;
}

/**********************
    Search Styling
***********************/

#ddlSearchType {
    width: 75px;
    float: left;
    height: 30px;
    margin-top: -25px;
    border: 1px solid #ccc;
    border-radius: 3px 0 0 3px;
}

#txtSearch {
    border-left: none;
    margin-left: 0;
    border-radius: 0 0 0 0;
}