/***************** divisions ********************/
#nav {
  float:left;
  width:100%;
  /* background:#a3b094 url("/img/nav.png") repeat-x top; */
  /* background-position: 0% -295px; */
  background:#a3b094;
}

#subnav {
  width: 100%;
  background: url("/img/nav.png") top repeat-x;
  clear: both;
}

/***************** main nav tabs ********************/
#nav ul {
  margin:0 auto;
  width: 60em;
  list-style:none;
}
#nav li {
  text-transform: uppercase;
  float:left;
  background:url("/img/nav.png") no-repeat left top;
  background-position: 0% -100px;
  margin:1.5em 0 0 0.5em;
  padding:0 0 0 9px;
}
#nav a {
  display:block;
  background:url("/img/nav.png") no-repeat right top;
  background-position: 100% -100px;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  font-weight:bold;
  color:#000;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
#nav a {float:none;}
/* End IE5-Mac hack */
#nav a:hover {
  color:#fff;
}
#nav li.current {
  background:url("/img/nav.png") no-repeat left top;
  background-position: 0% -180px;
}
#nav li.current a {
  background:url("/img/nav.png") no-repeat right top;
  background-position: 100% -180px;
  color:#fff;
}
#nav li:hover, #nav li:hover a {
  background:url("/img/nav.png") no-repeat left top;
  background-position: 0% -180px;
}
#nav li:hover a {
  background:url("/img/nav.png") no-repeat right top;
  background-position: 100% -180px;
}
/***************** just for the logo ********************/
#nav li#logo, 
#nav li#logo:hover, 
#nav li#logo:hover a, 
#nav li#logo img,
#nav li#logo a  
{
  font: bold normal 140%/1.5em Georgia ,Serif;
  color: #000;
  margin: auto 1em auto 0;
  background: none;
  font-weight: bold;
  text-transform: none;
  /* Need these 2 lines for IE */
  padding-bottom: 0.5em;
  margin-bottom: -0.5em;
}

/***************** sub nav tabs ********************/
#subnav ul{
  margin:0 auto;
  padding: 0.4em 0 0.1em 0;
  width: 60em;
  text-align: center;
}

#subnav ul li,
#subnav ul li span,
#subnav ul li a
{
  text-transform: uppercase;
  font-weight: 900;
  display: inline;
  padding: 0 0.4em 0 0.4em;
  text-decoration: none;
  color: #000;
}

#subnav li a:hover,
#subnav li.current a
{
  color: #fff;
}
