/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	position: relative;
}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this 

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }*/

/* Everything else is theming 
 
#nav { background-color: #30A8C3; height: 24px; }
#nav *:hover { background-color: none; }
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
  #nav li.hover a { background-color: #5E5A5A; }
  #nav ul { top: 25px; }
    #nav ul li a { background-color: #5E5A5A; }
      #nav ul a.hover { background-color: #30A8C3; }
   #nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }*/
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

#nav {
	clear:left;
	width:900px;
	height:41px;
	margin:0 auto;
	z-index:1;
}

#nav li a.nav01 { width:122px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav01.gif) 0 0 no-repeat; }
#nav li a.nav02 { width:153px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav02.gif) 0 0 no-repeat; }
#nav li a.nav03 { width:141px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav03.gif) 0 0 no-repeat; }
#nav li a.nav04 { width:120px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav04.gif) 0 0 no-repeat; }
#nav li a.nav05 { width:127px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav05.gif) 0 0 no-repeat; }
#nav li a.nav06 { width:120px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav06.gif) 0 0 no-repeat; }
#nav li a.nav07 { width:110px; height:0; padding-top:41px; overflow:hidden; background:url(../images/nav07.gif) 0 0 no-repeat; }

#nav li a.nav01.on,
#nav li a.nav02.on,
#nav li a.nav03.on,
#nav li a.nav04.on,
#nav li a.nav05.on,
#nav li a.nav06.on,
#nav li a.nav07.on { background-position:0 -41px; }

#nav li.hover a.nav01, #nav li.hover a.nav01.on,
#nav li.hover a.nav02, #nav li.hover a.nav02.on,
#nav li.hover a.nav03, #nav li.hover a.nav03.on,
#nav li.hover a.nav04, #nav li.hover a.nav04.on,
#nav li.hover a.nav05, #nav li.hover a.nav05.on,
#nav li.hover a.nav06, #nav li.hover a.nav06.on,
#nav li.hover a.nav07, #nav li.hover a.nav07.on { background-position:0 -82px; }

#nav ul {
	top: 41px;
	width:180px;
	background:url(../images/nav_sub.gif) 0 0 no-repeat;
}
#nav ul li {
	font-size:10px;
	line-height:13px;
	color:#ffffff;
	border-bottom:1px solid #65574e;
}
#nav ul li a {
	padding:6px 0 7px 12px;
	color:#ffffff;
	text-decoration:none;
}
#nav ul li a:hover, #nav ul li a:active {
	font-weight:bold;
	color:#de8330;
	background:#322924;
}

#nav ul li.subtop {
	padding:6px 0 7px 12px;
	color:#ffffff;
	background:url(../images/nav_arrow.gif) 0 0.7em no-repeat;
	border-bottom:1px dotted #65574e;
}
#nav ul li.sub {
	border-bottom:1px dotted #65574e;
}
#nav ul li.sub a {
	padding-left:25px;
	background:url(../images/nav_arrow_off.gif) 12px 0.7em no-repeat;
}
#nav ul li.sub a:hover {
	background:url(../images/nav_arrow_on.gif) 12px 0.7em no-repeat #322924;
}
