body {
	background: #ff0 url(/nav/navbkglg1.gif) repeat-x;
}

#navcontainer {
	overflow: hidden;
	width: 100%;
}

#nav #navhome a {
/*	display: block;*/
	background: url(/nav/ziplogo_on.gif) no-repeat;
	padding-top: 0;
/*	width: 120px;*/
}

#nav #navhome a:hover {
	background: url(/nav/ziplogo_off.gif) no-repeat;
}

#nav li#navhome {
	width: 10.5em;
}

#nav a {
	display: block;
	width: 100px;
	font-style: normal;
}

#nav li {
	float: left;
	width: 10em;
	height: 130px;
}

#nav li a {
	background: #f00 url(/nav/whitedo1sm.gif) no-repeat 10px 0;
	padding: 65px 30px 2px 0;
	text-decoration: none;
	text-align: center;
	color: #ff0;
	font-weight: bold;
	text-transform: uppercase;
}

#nav li a:hover {
	background: url(/nav/whitedo2sm.gif) no-repeat 4px 0;
}

#nav li ul {
	position: absolute;
	width: 10em;
	left: -999em;
}

#nav li ul li a {
	width: 16em;
	text-align: left;
	text-transform: none;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}

#nav li ul ul {
	margin: -1em 0 0 10em;
}

#nav, #nav ul {
	padding: 5px 0 0 0;
	margin: 0;
	list-style: none;
	font: 11px/1 verdana, Arial, Helvetica, sans-serif;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
}

#nav li ul li {
  height: 100%;
}

#nav li li a {
  background: #ff0 url(/nav/dotred.gif) no-repeat 0px 4px;
  color: #f00;
  padding: 7px 5px 7px 20px;
  border-top: solid 1px #ccc;
  border-right: solid 1px #333;
  border-bottom: solid 1px #333;
  border-left: solid 1px #ccc;
  text-decoration: none;
}

#nav li li a:hover {
  background: #ff0;
  color: #0c0;
  font-weight: bold;
  text-align: center;
  border-top: solid 1px #333;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #333;
}

h3 {
  clear: both;
}