#nav_holder {
  position: relative;
  width: 169px;
  font-family: arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  margin: 0;
  padding: 0;
  background: #010508 url(../img/leftNav_bkgd.jpg) no-repeat;
  float: left;
  border-right: 1px solid #5b5849;
}

#features_nav {
  font-weight: normal;
}

* html #nav_holder {
  width: 145px;
}

#nav_holder ul, #nav_holder li {
  margin: 0;
  padding: 0;
}

#nav_holder ul {
  list-style-type: none;
}

#nav_holder .features {
  border-bottom: 1px dotted #7c7863;
  padding: 3px 0;
}

#nav_holder a, #nav_holder a:visited {
  width: 147px;
  padding: 2px 2px 2px 20px;
  text-decoration: none;
  display: block;
}

/* for IE */
* html #nav_holder a, * html #nav_holder a:visited {
  padding: 1px 2px 3px 20px;
  width: 147px;
}

.nav_sep {
  width: 149px;
  margin: 0;
  padding-bottom: 10px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

* html .nav_sep {
  width: 149px;
  margin: 0;
  padding-bottom: 3px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

#vehicle_list_head {
  position: relative;
  width: 154px;
  color: #fff;
  background-color: #5B5849;
  font-weight: bolder;
  margin: 0;
  padding: 5px 0 5px 15px;
  text-transform: uppercase;
}

#vehicle_list_toggle {
  position: relative;
  width: 169px;
  font-weight: bolder;
  margin: 0;
  padding: 5px 0 5px 0;
  background-color: #5B5849;
}

* html #vehicle_list_toggle {
  width: 157px;
}

#vehicle_list_toggle a, #vehicle_list_toggle a:visited {
  color: #fff;
}

#vehicle_list_toggle a:hover, #vehicle_list_toggle li:hover {
  color: #c0c0c0;
}

#vehicle_list {
  position: relative;
  margin: 0;
  padding-top: 5px;
  background: #5B5849;
  display: none;	
}

#vehicle_list a, #vehicle_list a:visited {
  color: #fff;
}

#vehicle_list a:hover, #vehicle_list li:hover {
  color: #3d3d3d;
  background-color: #dfd7b4;
}

#vehicle_info {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #989272;
}

#vehicle_info a, #vehicle_info a:visited {
  color: #fff;
}

#vehicle_info a:hover, #vehicle_info li:hover {
  color: #000;
}

.vehicle_menu_arrow {
  padding: 0;
}

#vehicles_sep {
  position: relative;
  width: 169px;
  margin: 0;
  padding-top: 5px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

* html #vehicles_sep {
  padding-top: 3px;
}

#features_holder {
  position: relative;
  margin: 0;
  padding: 0;
  display: none;
}

#features_holder a, #features_holder a:visited {
  width: 145px;
  padding: 2px 0 2px 24px;
}

/* for IE */
* html #features_holder a, * html #features_holder a:visited {
  width: 115px;
  padding: 1px 0 3px 24px;
}

.tools_head {
  position: relative;
  width: 154px;
  color: #fff;
  font-weight: bolder;
  background: #cf832b;
  text-transform: uppercase;
  padding: 6px 0 4px 15px;
  border-bottom: 1px solid #965912;
}

#extras_head {
  position: relative;
  width: 154px;
  color: #fff;
  font-weight: bolder;
  background: #cf832b;
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 6px 0 4px 15px;
}

.tools_nav {
  padding-top: 5px;
  margin-bottom: 10px;
}

.tools_nav a, .tools_nav a:visited {
  color: #dadada;
}

.tools_nav a:hover, .tools_nav li:hover {
  color: #fff;
  /*background-color: #AABDDA;*/
}

.tools_sep {
  border-bottom: 1px solid #5B5849;
}

#other_holder {
  position: relative;
  width: 169px;
  /*height: 330px;*/
  margin: 0;
  padding: 0;
  /*background: #000000 url(/img/leftNav_tools_bkgd.gif) no-repeat;*/
}

#other_nav {
  position: relative;
  width: 169px;
  margin: 0;
  padding: 0;
}

#other_nav a, #other_nav a:visited {
  color: #dadada;
}                                                        

#other_nav a:hover, #other_nav li:hover {
  color: #fff;
	/*background-color: #C0C0C0;*/
}

.other_sep {
  width: 169px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
  margin: 5px 0 5px 0;
  border-top: 1px solid #5B5849;
}

* html .other_sep {
  margin: 5px 0 4px 0;
}

.leftnav_head {
  font-weight: bold;
  color: #fff;
  width: 154px;
  margin: 0;
  padding: 5px 0 5px 15px;
  display: block;
  background: #7c7863;
}

.menu_arrow {
  font-size: 10px;
  padding: 0 10px 0 0;
  background: url(../img/extra_arrow_up.gif) center right no-repeat;
}

.menu_arrow2 {
  font-size: 10px;
  padding: 0 10px 0 0;
  background: url(../img/extra_arrow2_up.gif) center right no-repeat;
}