/* --------------------------------------------------------- */
/*                   Sub Menu Navigation Styles              */
/* --------------------------------------------------------- */

#tabnav	{
  height: 20px;
  margin: 0;
  padding-left: 10px;
  background: url(../img/tab_bottom.gif) repeat-x bottom;
  }

#tabnav li {
  margin: 0; 
  padding: 0;
  display: inline;
  list-style-type: none;
  }
	
#tabnav a:link, #tabnav a:visited	{
  float: left;
  background: #BEBEAD;
  font-size: 10px;
  line-height: 14px;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  margin-right: 4px;
  border: 1px solid #ccc;
  text-decoration: none;
  color: #666;
  }

#tabnav a:link.active, #tabnav a:visited.active {
  border-bottom: 1px solid #fff;
  background: #FFFDF7;
  color: #000;
  }

#tabnav a:hover {
  background: #fff;
  }



/* -------------------- */
/*   Dealer Nav Menu    */
/* -------------------- */

#dealernav {
  margin: 10px 0px 0px 30px;
  padding-bottom: 30px;
  font-size: 11px;
  }

#dealernav li {
  padding: 2px 4px;
  font-weight: bold;
  float: left;
  list-style-type: none;
  height: 20px;
  line-height: 20px;
  }

#dealernav li.menuitem {
  border: 1px solid #999999;
  background: #F5F5F5;
  text-decoration: none;
  }

#dealernav a {
  text-decoration: none;
  }

#dealernav a:hover {
  background: #FFFFFF;
  font-weight: bold;
  color: #23A924;
  }