/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: -1px;
 left:100%;
    list-style: none;
    padding: 0;
    margin: 0;

    display: none;
   
}


.third-level-menu > li
{
    height: 25px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
    background-color: #e3e5e9;
  
margin-left:1px;
  margin-bottom:1px;
   padding-top:4px;
         white-space: nowrap;
}


.third-level-menu > li:hover {  
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}


.second-level-menu
{
    position: absolute;
   top: 31px;
    left: -10px;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
   display: none;
   z-index:9999;

}

.second-level-menu > li
{
    position: relative;
    height: 25px;
   background:#eaeaea;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 09;
  opacity: 0.9;

   text-align:left;
   margin-bottom:1px;
   padding-top:4px;
         white-space: nowrap;
}




.second-level-menu > li:hover { 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}




.second-level-menu > li.active { 
-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
}




.top-level-menu
{
    list-style: none;
    padding: 0;
   display: table; 
   margin: 0 auto; 
   
}

.top-level-menu > li
{
    position: relative;
    float: left;
   text-align:center;
margin: 0 70px 0 70px ;

/*margin-right:110px*/
   
   
}


.top-level-menu > li:hover > a {
   color:#fff;
}




.top-level-menu > li:hover { }

.top-level-menu li:hover > ul
{
    /* On hover, display the next level's menu */
   display: inline;

}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    text-decoration: none;
    padding: 7px 7px 0 0px;
   display:inline-block;


    /* Make the link cover the entire list item-container */


}

.top-level-menu a:hover { }




.second-level-menu a /* Apply to all links inside the multi-level menu */
{
     text-decoration: none;
       padding: 0px 10px 0 10px;
}



@media screen and (max-width:1100px) {
   .top-level-menu > li{
margin: 0 60px 0 60px ;
/*margin-right:100px*/
   }

   
}




@media screen and (max-width:1000px) {
 .top-level-menu > li{
margin: 0 40px 0 40px ;

/*margin-right:70px*/
   }
   
}





@media screen and (max-width:840px) {
   .top-level-menu > li{
      margin-right:50px;
      
      margin: 0 30px 0 30px ;

/*margin-right:50px*/
   }

   
}



