/* 

DEFAULTS STYLE SHEET FOR [ATTIK DESIGNS]
Created by [ADRIAN CORCORAN]
[http://www.attikdesigns.ie]

*/

/* --------- 3. nav menu --------- */

/*	Nav Menu	*/
#nav {
}
#nav,
#nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#nav:after,
#nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
#nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 1.2em;
  padding: 0.5em 0.4em;
  padding-top: 0.8em;
  margin-left: -2px;
  height: 34px;
  color: #073a59;
}
#nav a.on,
#nav a:hover {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  background: #4a88ae;
  color: #fff;
}
#nav li {
  float: left;
  width: 11.5em;
}
/*	sub menu level 1	*/
#nav li ul {
  position: absolute;
  width: 12em;
  left: -999em;
  1top: 43px;
}
#nav li:hover ul {
  left: auto;
}
#nav li:hover ul,
#nav li.sfhover ul {
  left: auto;
}
#nav li ul li {
  1font-family: Tahoma, Arial, Helvetica, sans-serif;
  1font-size: 1.2em;
  1background: #0574a2;
  1padding: 7px;
  1border-bottom: 1px solid #036292;
}
#nav li ul li a {
  1text-decoration: none;
  1color: #eee;
}
#nav li ul li:hover {
  1background: #df8f38;
}
#nav li ul li:hover a {
  1color: #fff;
}

/*	root menu items	*/
#nav a#home,
#nav a#faqs,
#nav a#air-tightness,
#nav a#contact {
  1width: 120px;
  1height: 67px;
  line-height: 35px;
}
#nav a#home span,
#nav a#about_us span,
#nav a#services span,
#nav a#team span,
#nav a#contact span {
  1display: none;
}
#nav a#home {
  1background: url(/mainpics/buttons/button_home_off.jpg) 0 0 no-repeat;
}
#nav a#home:hover {
  1background: url(/mainpics/buttons/button_home_over.jpg) 0 0 no-repeat;
}
#nav a#home.on {
  1background: url(/mainpics/buttons/button_home_on.jpg) 0 0 no-repeat;
}
