/* Menu toggle is using the media queries from the standard, tablet and smalltouch layout settings */
@media only screen and (max-width:320px) {



  
  .at-mt .at-menu-toggle-button {
    position: static;
    top: 0;
  }
  .at-mt .menu-toggle {
    display: block !important;
	font-size: 2em;
  }
  .at-mt .menu-toggle ul li,
  .at-mt .menu-toggle ul li a {
    display: block;
    float:none;
  }
  ul.menu {
    border: medium none;
    list-style: outside none none;
    text-align: center;
}

.menu-toggle a {background-color: #5d9dd0; }

#menu-bar .menu-wrapper, #primary-menu-bar .menu-wrapper {
    font-family: "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Verdana,Geneva,sans-serif;
    font-size: 2em; }

}


@media only screen and (min-width:321px) and (max-width:480px) {

  .at-mt .at-menu-toggle-button {
    position: static;
    top: 0;
  }
  .at-mt .menu-toggle {
    display: block !important;
	font-size: 2em;
  }
  .at-mt .menu-toggle ul li,
  .at-mt .menu-toggle ul li a {
    display: block;
    float:none;
  }
  ul.menu {
    border: medium none;
    list-style: outside none none;
    text-align: center;
}
.menu-toggle a {background-color: #5d9dd0; }

#menu-bar .menu-wrapper, #primary-menu-bar .menu-wrapper {
    font-family: "Lucida Sans Unicode","Lucida Sans","Lucida Grande",Verdana,Geneva,sans-serif;
    font-size: 2em;
}

}
@media only screen and (min-width:481px) and (max-width:768px) {

 .at-mt .at-menu-toggle-button {
    position: absolute;
    top: -99999em;
  }
  .at-mt .menu-toggle {
    display:none !important;
	font-size: 1em;
  }
.menu-toggle a {background: url("/sites/all/themes/sky/images/menu.gif") repeat scroll left bottom #fff; } 
}
@media only screen and (min-width:769px) and (max-width:1024px) {

  .at-mt .at-menu-toggle-button {
    position: absolute;
    top: -99999em;
  }
  .at-mt .menu-toggle {
    display:none !important;
	font-size: 1em;
  }
  .menu-toggle a {background: url("/sites/all/themes/sky/images/menu.gif") repeat scroll left bottom #fff; }
}
@media only screen and (min-width:1025px) {

  .at-mt .at-menu-toggle-button {
    position: absolute;
    top: -99999em;
  }
  .at-mt .menu-toggle {
    display:none !important;
	font-size: 1em;
  }
  .menu-toggle a {background: url("/sites/all/themes/sky/images/menu.gif") repeat scroll left bottom #fff; }
}

/*Commons*/



  .menu-toggle a {
    font-weight: 700;
    letter-spacing: normal;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    text-shadow: 4px 4px 2px #09456b;}
	
  }
  
.at-mt .at-menu-toggle div.contextual-links-wrapper ul.contextual-links{display:none}