#nav_holder {
  position: relative;
  width: 149px;
  height: 600px;
	font-family: verdana, helvetica, arial, san-serif;
	font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background: #fff url(img/leftNav_bkgd.jpg) no-repeat;
  float: left;
}

* html #nav_holder {
  width: 125px;
}

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

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

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

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

.nav_sep {
  width: 149px;
  margin: 0;
	padding-bottom: 5px;
  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: 139px;
  color: #fff;
  background-color: #303030;
  font-weight: bolder;
  margin: 0;
  padding: 5px 0 5px 10px;
  text-transform: uppercase;
}

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

* html #vehicle_list_toggle {
  width: 137px;
}

#vehicle_list_toggle a, #vehicle_list_toggle a:visited {
	text-transform: uppercase;
	color: #fff;
}

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

#vehicle_list {
  position: relative;
  margin: 0;
  padding: 0;
  background: #303030;
	display: none;	
}

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

#vehicle_list a:hover, #vehicle_list li:hover {
  color: #303030;
	background-color: #FFFFFF;
}

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

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

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

.vehicle_menu_arrow {
	font-size: 10px;
  margin: 0;
	padding: 0 12px 2px 0;
	background: url(img/vehicle_list_arrow_up.gif) right center no-repeat;
  /*width: 118px;
  display: block;
  cursor: hand;*/
}

/* * html .vehicle_menu_arrow {
  padding: 0 30px 0 0;
	background: url(/img/vehicle_list_arrow_up.gif) right bottom no-repeat; 
}*/

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

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

#tools_head {
  position: relative;
  width: 139px;
	color: #FFFFFF;
  font-weight: bolder;
	background: #E1E1E1 url(img/leftNav_extra_head_bkgd.gif);
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 6px 0 7px 10px;
}

#extras_head {
  position: relative;
  width: 139px;
	color: #FFFFFF;
  font-weight: bolder;
	background: #E1E1E1 url(img/leftNav_extra_head_bkgd.gif);
  text-transform: uppercase;
  margin-bottom: 5px;
  padding: 6px 0 7px 10px;
}

.tools_nav {
  position: relative;
  padding-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.leftnav_head {
  font-weight: bold;
  font-size: 10px;
  color: #FFFFFF;
  width: 139px;
  margin: 0;
  padding: 5px 0 5px 10px;
  display: block;
  background: #707070;
}

.menu_arrow {
  font-size: 10px;
  margin: 0;
	padding: 0 12px 0 0;
	background: url(img/extra_arrow_up.gif) right center no-repeat scroll;
  /*width: 118px;
  display: block;
  cursor: hand;*/
}

.menu_arrow2 {
  font-size: 10px;
  margin: 0;
	padding: 0 12px 0 0;
	background: url(img/extra_arrow2_up.gif) right center no-repeat scroll;
  /*width: 118px;
  display: block;
  cursor: hand;*/
}

#nav_holder DIV.navdiv a, #nav_holder DIV.navdiv a:visited { width:125px; padding:2px 0px 2px 24px; }
* html #nav_holder DIV.navdiv a, * html #nav_holder DIV.navdiv a:visited { width:125px; padding:1px 0px 3px 24px; }