ul.nav {
width: 176px;
height: 238px;
list-style: none;
}
ul.nav li {
float: left;
clear: both;
}
li.nav_00 {
height: 6px;
width: 176px;
float: left;
background: url('nav_00.gif') top left no-repeat;
overflow: hidden;
}
li.nav_01 {
height: 21px;
width: 176px;
float: left;
clear: both;
background: url('nav_01.gif') top left no-repeat;
}
li.nav_01:hover {
background: url('nav_01.gif') 0px -21px no-repeat;
}
li.nav_01 a:hover {
background: url('nav_01.gif') 0px -21px no-repeat;
}
li.nav_01 a {
height: 21px;
width: 176px;
display: block;
}

li.nav_02 {
height: 20px;
width: 176px;
float: left;
clear: both;
background: url('nav_02.gif') top left no-repeat;
}
li.nav_02 a {
height: 20px;
width: 176px;
display: block;
}
li.nav_02:hover {
background: url('nav_02.gif') 0px -20px no-repeat;
}
li.nav_02 a:hover {
background: url('nav_02.gif') 0px -20px no-repeat;
}
li.nav_03 {
height: 20px;
width: 176px;
float: left;
clear: both;
background: url('nav_03.gif') top left no-repeat;
}
li.nav_03 a {
height: 20px;
width: 176px;
display: block;
}
li.nav_03:hover {
background: url('nav_03.gif') 0px -20px no-repeat;
}
li.nav_03 a:hover {
background: url('nav_03.gif') 0px -20px no-repeat;
}
li.nav_04 {
height: 34px;
width: 176px;
float: left;
clear: both;
background: url('nav_04.gif') top left no-repeat;
}
li.nav_04 a {
height: 34px;
width: 176px;
display: block;
}
li.nav_04:hover {
background: url('nav_04.gif') 0px -34px no-repeat;
}
li.nav_04 a:hover {
background: url('nav_04.gif') 0px -34px no-repeat;
}
li.nav_05 {
height: 19px;
width: 176px;
float: left;
clear: both;
background: url('nav_05.gif') top left no-repeat;
}
li.nav_05 a {
height: 19px;
width: 176px;
display: block;
}
li.nav_05:hover {
background: url('nav_05.gif') 0px -19px no-repeat;
}
li.nav_05 a:hover {
background: url('nav_05.gif') 0px -19px no-repeat;
}
li.nav_06 {
height: 21px;
width: 176px;
float: left;
clear: both;
background: url('nav_06.gif') top left no-repeat;
}
li.nav_06 a {
height: 21px;
width: 176px;
display: block;
}
li.nav_06:hover {
background: url('nav_06.gif') 0px -21px no-repeat;
}
li.nav_06 a:hover {
background: url('nav_06.gif') 0px -21px no-repeat;
}
li.nav_07 {
height: 34px;
width: 176px;
float: left;
clear: both;
background: url('nav_07.gif') top left no-repeat;
}
li.nav_07 a {
height: 34px;
width: 176px;
display: block;
}
li.nav_07:hover {
background: url('nav_07.gif') 0px -34px no-repeat;
}
li.nav_07 a:hover {
background: url('nav_07.gif') 0px -34px no-repeat;
}
li.nav_08 {
height: 20px;
width: 176px;
float: left;
clear: both;
background: url('nav_08.gif') top left no-repeat;
}
li.nav_08 a {
height: 20px;
width: 176px;
display: block;
}
li.nav_08:hover {
background: url('nav_08.gif') 0px -20px no-repeat;
}
li.nav_08 a:hover {
background: url('nav_08.gif') 0px -20px no-repeat;
}
li.nav_09 {
height: 20px;
width: 176px;
float: left;
clear: both;
background: url('nav_09.gif') top left no-repeat;
}
li.nav_09 a {
height: 20px;
width: 176px;
display: block;
}
li.nav_09:hover {
background: url('nav_09.gif') 0px -20px no-repeat;
}
li.nav_09 a:hover {
background: url('nav_09.gif') 0px -20px no-repeat;
}
li.nav_10 a {
height: 23px;
width: 176px;
float: left;
background: url('nav_10.gif') top left no-repeat;
}



/* Sub Nav */
/* Second Tier */

.nav ul {
 list-style: none;
 padding: 0;
 margin: 0px;
 border-bottom: 1px solid white;
}

.nav ul li {
 list-style: none;
 float: left;
 clear: both; 
 padding: 0;
 margin: 0px;
 width: 170px;
 height: 17px;
 background: #54534b;
 color: #fff;
 border-left: 1px solid white;
 padding: 5px 5px 0 10px;
}

.nav ul li a {
  display: block;
  margin: 0;
  width: 170px;
  height: 12px;
  font: 11px Arial, sans-serif;
  text-decoration: none;
 color: #FFFFFF;
}

.nav ul li.second a:hover {
  font: bold 11px Arial, sans-serif;
  background: none;
  height: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

/* Special menu stuff */
/* Thanks to tanfa: www.tanfa.co.uk */
.nav li {
 position: relative;
}
.nav ul {
 position: absolute;
 top: 0px;
 left: 100%;
 list-style: none;
}
.nav ul ul {
 position: absolute;
 top: 0px;
 left: 100%;
}

#menu ul ul,
#menu ul li:hover ul ul,
#menu ul ul li:hover ul ul {
 display: none;
}

#menu ul li:hover ul,
#menu ul ul li:hover ul {
 display: block;
}