#nav_holder {
  position: relative;
  width: 166px;
  font-family: arial;
  font-size: 10px;
  font-weight: bold;
  margin: 0;
  padding: 0;
  background-color:#101010;
  /*float: left;*/
  overflow:hidden;
}

* html #nav_holder {
  width: 166px;
}

#nav_holder ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav_holder li {
	margin: 0;
	padding: 0;
	border-bottom:1px solid #333333;
	height:25px;
	width: 166px;
}


#nav_holder a {
	width: 166px;
	padding: 5px 0 5px 10px;
	text-decoration: none;
	display: block;
	color:#FFF;
	font-size:12px;
  font-family:arial;
  font-weight:normal;
}
#nav_holder a:hover {
	color:#000;
	background-color:#FFF;
}


/* for IE */
* html #nav_holder a, * html #nav_holder a:visited {
  padding: 1px 2px 3px 10px;
  width: 166px;
  
}

.nav_sep {
  width: 166px;
  margin: 0;
  padding-bottom: 5px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}
.nav_sep2 {
  width: 166px;
  margin: 0;
  padding-bottom: 5px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

* html .nav_sep {
  width: 166px;
  margin: 0;
  padding-bottom: 3px;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

#vehicle_list_head {
  position: relative;
  width: 166px;
  height:25px;
  color: #fff;
  font-size:12px;
  font-weight: bolder;
  margin: 0;
  padding: 15px 0 0 10px;
  text-transform: uppercase;
  border-bottom:1px solid #333333;
  background-image:url(/img/home/bg_vehicle_list_head.png);
  background-position:bottom left;
  background-repeat:no-repeat;
}

#vehicle_list_toggle {
  position: relative;
  width: 160px;
  height:25px;
  color: #fff;
  font-size:12px;
  font-weight: bolder;
  margin: 0;
  padding: 15px 0 0 10px;
  text-transform: uppercase;
  border-bottom:1px solid #333333;
  background-image:url(/img/home/bg_vehicle_list_head.png);
  background-position:left bottom;
  background-repeat:no-repeat;
}

#vehicle_list_toggle2 {
  position: relative;
  width: 166px;
  height:25px;
  color: #fff;
  font-size:12px;
  font-weight: bolder;
  margin: 0;
  padding: 15px 0 0 0;
  text-transform: uppercase;
  border-bottom:1px solid #333333;
  background-image:url(/img/home/bg_vehicle_list_head.png);
  background-position:left bottom;
  background-repeat:no-repeat;
}

* html #vehicle_list_toggle {
  width: 166px;
}
#vehicle_list_toggle a, #vehicle_list_toggle a:visited {
	text-transform: uppercase;
	color: #fff;
	font-size:12px;
}

#vehicle_list_toggle a:hover, #vehicle_list_toggle li:hover {
	color: #c0c0c0;
}

#vehicle_list_toggle2 a, #vehicle_list_toggle2 a:visited {
	text-transform: uppercase;
	color: #fff;
	font-size:12px;
}

#vehicle_list_toggle2 a:hover, #vehicle_list_toggle2 ul:hover {
	color: #c0c0c0;
	background-color:#242424;
}

#vehicle_list {
  position: relative;
  margin: 0;
  padding: 0;
  display: none;	
}

#vehicle_list a, #vehicle_list a:visited {
	font-family:arial;
	color: #FFFFFF;
	font-size:12px;
	font-weight: normal;
}

#vehicle_list a:hover, #vehicle_list li:hover {
  color: #000;
  background-color:#FFF;
}

#vehicle_info {
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #7F8082;
}

#vehicle_info a, #vehicle_info a:visited {
	color: #FFFFFF;
	background-color:#242424;
}

#vehicle_info a:hover, #vehicle_info li:hover {
  color: #000000;
  background-color:#FFF;
}

.vehicle_menu_arrow {
	font-size: 12px;
	margin: 0;
	padding: 2px 31px 2px 0;
	background: url(/img/vehicle_list_arrow_up.png) right center no-repeat;
	text-align:left;
}
.vehicle_menu_arrow2 {
	font-size: 12px;
	margin: 0;
	padding: 2px 62px 2px 0;
	background: url(/img/vehicle_list_arrow_up.png) right center no-repeat;
	text-align:left;
}
#vehicle_list_toggle2 .vehicle_menu_arrow {
	font-size: 12px;
	margin: 0;
	padding: 0 35px 0 0;
	background: url(/img/vehicle_list_arrow_up.png) right center no-repeat;
	text-align:left;
	font-weight:bold;
}


#vehicles_sep {
  position: relative;
  width: 166px;
  margin: 0;
  /*padding-top: 5px;*/
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

* html #vehicles_sep {
	padding-top: 3px;
}

#tools_head {
  position: relative;
  width: 166px;
  height:25px;
  color: #fff;
  font-size:12px;
  font-weight: bolder;
  margin: 0;
  padding: 10px 0 0 10px;
  text-transform: uppercase;
  border-bottom:1px solid #333333;
  background-image:url(/img/home/bg_vehicle_list_head.png);
  background-position:bottom left;
  background-repeat:no-repeat;
}

#extras_head {
  position: relative;
  width: 160px;
	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: 160px;
  /*height: 330px;*/
  margin: 0;
  padding: 0;
  /*background: #000000 url(/img/leftNav_tools_bkgd.gif) no-repeat;*/
}

#other_nav {
  position: relative;
  width:160px;
	margin: 0;
  padding: 0;
 
}
 #other_nav li{
 border:none;
 
/*background-image: url(/img/extra_arrow_up.gif);
	background-position:center right;
	background-repeat:no-repeat;*/
 
 }
#other_nav a, #other_nav a:visited {
  color: #FFF;
  font-size:12px;
  font-weight:normal;
  
}                                                        

#other_nav a:hover {
  color: #CCCCCC;
  background-color:#101010;

}
#other_nav li:hover{

}
.other_sep {
  width: 160px;
  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: 12px;
  color: #FFFFFF;
  width: 160px;
  margin: 0;
  padding: 5px 0 5px 10px;
  display: block;
  background: #242424;
}

.menu_arrow {
  font-size: 12px;
  display:block;
  width:130px;
  margin: 0;
  padding: 0 12px 0 0;
  background-image: url(/img/extra_arrow_up.png);
  background-position:center right;
  background-repeat:no-repeat;
}

.menu_arrow2 {
  font-size: 12px;
  margin: 0;
  padding: 0 12px 0 0;
  background-image: url(/img/extra_arrow2_up.png);
  background-position:center right;
  background-repeat:no-repeat;
}
