/* 
    Document   : syle
    Created on : 25.Ara.2012, 13:45:51
    Author     : musty
    Description:
        Purpose of the stylesheet follows.
*/
.mainMenuContainer {
    position: relative;
    z-index: 4;


    background: #2773AE;
    background-color:#2773AE; 
    box-shadow: 0 -10px 8px -10px #074979 inset, 0 10px 8px -10px #074979 inset; 
    -webkit-box-shadow: 0 -10px 8px -10px #074979 inset, 0 10px 8px -10px #074979 inset; 
    -moz-box-shadow: 0 -10px 8px -10px #074979 inset, 0 10px 8px -10px #074979 inset;  
}
nav.mainMenu {
    clear: both;
    display: block;
    height: 100%;
    font-size: 1em;
    position: relative;
    z-index: 4;
    padding: 0;
    margin: 0;
}
nav.mainMenu ul {
    padding: 0;
    margin: 0;
    width: auto;
    height: 100%;
    text-align: left;
    position: relative;
}
nav.mainMenu li {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #fff;

    /*background: transparent url('mr_bg.png') no-repeat bottom right scroll;*/
}
nav.mainMenu > ul > li {
    border-right: 1px #074979 solid;
    border-left: 1px #3e92d0 solid;    
}
nav.mainMenu > ul > li:first-child {
    border-left: none; 
}
nav.mainMenu > ul > li:last-child {
    padding-right: 0px;
    border-right: none; 
}
nav.mainMenu > ul > li.active {
    /*background: #892e37;*/
    background: #074979;
    color: #fff;}

nav.mainMenu li a {
    display: block;
    color: inherit;
    text-align: center;
    text-decoration: none;
    line-height: 44px; 
    padding: 0 30px;   
    font-weight:normal;
    font-size: 14px;
    font-weight: bold;
}

nav.mainMenu li:first-child a {}
nav.mainMenu li:last-child a {}

nav.mainMenu > ul > li:last-child a {
    /*padding-right: 0px;*/   
}

nav.mainMenu > ul > li.active > a {
    color: #fff;
}
/*nav.mainMenu > ul > li > a {padding-left: 0}*/
nav.mainMenu > ul > li > a:hover, 
nav.mainMenu > ul > li > a:active
{

}

nav.mainMenu ul li ul {
    display: none;
    z-index: 1;
    /*min-width: 150px;*/
    width: auto;
    height: auto;
    background: none repeat scroll 0 0 inactivecaption;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    text-align: left;
    padding: 7px 0;
    
    
    -webkit-border-radius: 0 0 8px 8px;
    -moz-border-radius: 0 0 8px 8px;
    border-radius: 0 0 8px 8px;
}

nav.mainMenu ul li ul li {
    display: block;
    color: #000;
}

nav.mainMenu ul li ul li a {
    display: block;
    color: inherit;
    text-align: left;
    font-size: 12px;
    line-height: 24px;
    padding: 0 14px;  
    white-space: nowrap;

    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

nav.mainMenu ul li ul li.active
{
    background: #3278be;
    color: #fff;
}

nav.mainMenu ul li ul li:hover > a 
nav.mainMenu ul li ul li:hover > a:active 
{

}

nav.mainMenu li:hover >  ul{
    display: block;
}

nav.mainMenu a#pull {
    display: none;
    width: 40px;
    height: 30px;
    position: relative;
    z-index: 7;

    color: #000;
    background: #9c9a9a;
    background: url('nav-icon.png') no-repeat center center scroll transparent;        
    background-color: rgba(156, 154, 154, 0.4);
}

/*Styles for screen 960px and lower*/
@media screen and (max-width: 960px) {
    /*    nav.mainMenu { 
            height: auto;
    
        }
        nav.mainMenu ul {}
        nav.mainMenu li {
            background: none;
            display: block;
            vertical-align: top;
    
        }
        nav.mainMenu li:last-child {
            padding-right: 14px;   
        }
        nav.mainMenu li a {
            line-height: 22px;
            padding: 0 22px;
        }*/

    nav.mainMenu {
        background: transparent url('menuBg.png') repeat center center scroll;
        margin: 10px 0 10px 10px;
    }
    nav.mainMenu ul {
        display: none;
        height: auto;
    }
    nav.mainMenu li {
        display: block;
        float: none;
        /*width: 100%;*/
    }
    nav.mainMenu li a {
        line-height: 20px;
    }

    nav.mainMenu ul li ul{
        left: auto;
        right: 0;
    }

    nav.mainMenu a#pull {
        display: block;
    }
}

/*Styles for screen 768px and lower*/
@media only screen and (max-width : 768px) {

}

/*Smartphone*/
@media only screen and (max-width : 320px) {


}