#nav {
   float:left;
   width:100%;
   margin-top: -2px;
   padding-bottom: 10px;
}
#nav ul {
   margin:0;
   padding:0 10px 0 10px;
   list-style:none;
}
#nav li {
   float:left;
   background:url(/image/nav_left.gif) no-repeat left top;
   margin:0;
   padding:0 0 0 7px;
   height: 31px;
}
#nav a,
#nav a:visited {
   float:left;
   display:block;
   background:url(/image/nav_right.gif) no-repeat right top;
   padding: 0 10px 0 6px;
   text-decoration:none;
   font-weight:bold;
   color: #4D4D4D;
   height: 31px;
   line-height: 25px;
}
#nav a.active,
#nav a:visited.active {
   background-image:url(/image/nav_right_on.gif);
   color:#FFFFFF;
   padding-bottom:5px;
}
#nav a:hover {
   color:#FFFFFF;
}
#nav li.active {
   background-image:url(/image/nav_left_on.gif);
}

#leftNav ul {
   margin:0;
   padding:0;
   list-style:none;
}

#leftNav li {
   margin:0 0 5px 3px;
   padding:0 0 0 25px;
   background: transparent url(/image/nav_bullet.gif) center left no-repeat;
   font-weight: bold;
}

#leftNav li.active {
   background: transparent url(/image/nav_bullet_on.gif) center left no-repeat;
}

#leftNav a,
#leftNav a:visited {
   display: block;
   color: #333333;
   text-decoration: none;
   line-height: 20px;
}
#leftNav a:hover {
   color: #333333;
   text-decoration: underline;
}
#leftNav a.active {
   color: #333333;
}