/* Menu Styles */

.third-level-menu
{
    position: absolute;
    top: 0;
    right: -100%;
     width:100%;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}


.third-level-menu > li
{
    height: 30px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
    background: #e3e5e9;
   border-top:1px solid #fff;
margin-left:1px;

}

.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: 39px;
    left: 0;
    width: auto;
    list-style: none;
    padding: 0;
    margin: 0;
   display: none;
   z-index:9999;
margin-left:0px;
}

.second-level-menu > li
{
    position: relative;
    height: 26px;
    background: #e6e6e6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=9);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
   border-top:1px solid #fff;
   text-align:left;
   margin-bottom:0px;

}




.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;
    background-color: #890001;
}




.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;
    background-color: #890001;
}



.top-level-menu
{
    list-style: none;
    padding: 0;
   margin: 0;
   float:left;



}

.top-level-menu > li
{
    position: relative;
    float: left;
text-align:center;
border-right:1px solid #fff;
   display:block;
   
}



.top-level-menu > li:hover {
  background-color: #890001;
color:#fff;

 }

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

}


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



/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    text-decoration: none;
    padding: 8px 35px 0 35px;
    
    /* Make the link cover the entire list item-container */
    display: block;

}

.top-level-menu a:hover { }


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






@media screen and (max-width:870px) {
   
   
   .top-level-menu a 
{
      padding: 8px 25px 0px 25px;
   }
   
   
   .second-level-menu a 
{
     text-decoration: none;
    padding: 0px 35px 0 15px;
}
   
   
}      
 
   
   

@media screen and (max-width:760px) {

     
   .top-level-menu a 
{
      padding: 8px 17px 0px 17px;
   }
   
   .second-level-menu a 
{
     text-decoration: none;
    padding: 0px 35px 0 15px;
}
   

}

  

    