/*  Header Nav Styles */

#tabs{
	border-top: 1px solid #990000;
	width:960px;
	margin:0;
	padding:0;
	letter-spacing:normal;
	word-spacing:normal;
	
}

#tabs a{ 
	text-decoration: none; 
}

#tabs ul	{
	list-style: none; 
	font-family:"Arial", Helvetica, sans-serif;
	font-weight:normal;
	font-size:11px;
	height:27px;
}

/* LEVEL ONE*/
#tabs ul.dropdown { 
	position: relative; 
	border-bottom:1px solid #990000;
}

#tabs ul.dropdown li { 
	font-weight: bold; 
	float: left; 
	/* zoom:1;  */
	background: #fff;
	line-height:27px;
	padding:0 2px 0 1px;
	
 }

#tabs ul.dropdown a:hover { 
	color: #000; 
}

#tabs ul.dropdown a:active  { 
	color: #000;
 }

#tabs ul.dropdown li a { 
	display: block; 
	padding: 0px 7px 0px 7px; 
	color: #000; 
}
									 

#tabs ul.dropdown li.hover,
#tabs ul.dropdown li:hover { 
	padding:0;
	border-left:1px solid #999;
	border-right:2px solid #999;
	color: black; 
	position: relative;
	margin:0;
	border-top:1px solid #999;
	border-bottom:1px solid #fff;
	margin-top:-1px;
}

#tabs ul.dropdown li.hover a { 
	color: black; 
}



/* LEVEL TWO*/
#tabs ul.dropdown ul 	{ 
	width: 160px; 
	visibility: hidden; 
	position: absolute; 
	top: 28px; 
	left: -1px;
	display:block;
	border-left:1px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	background:#ffffff;
	height:auto;
	padding:4px 0 0 0;
	z-index:auto;
}


/* ---   If dropdown needs to open to the left    ----

#tabs ul.dropdown ul.sub_menu.openLeft{
	position: absolute; 
	top: 28px;
	left:-112px;
}

#tabs ul.dropdown ul#tab-9.sub_menu.openLeft{
	position: absolute; 
	top: 28px;
	left:-102px;
}
------------*/
#tabs ul.dropdown ul#tab-10.sub_menu.openLeft{
	position: absolute; 
	top: 28px;
	left:-87px;
}



#tabs ul.dropdown ul.sub_menu .liftTrucks{
	
}	

#tabs ul.dropdown ul#tab-2 .liftTrucks{
	
	background:url(../images/nav_liftrucks.jpg) right no-repeat;
	vertical-align: middle;
}	

#tabs ul.dropdown ul li ul {
	border-left:2px solid #999;
	border-right:2px solid #999;
	border-bottom:2px solid #999;
	padding:0;
	margin:0;
}


#tabs ul.dropdown ul li,  #tabs ul.dropdown ul li:hover{ 
	font-weight: normal; 
	background: #fff; 
	color: #000; 
	border-bottom: 1px solid #ccc; 
	border-left:none;
	border-right:none;
	float: none;
	line-height:10px;
	padding:0 8px;
	width:144px;
	margin:0;
}

#tabs ul.dropdown #tab-10 li{
	width:122px;
}

#tabs ul.dropdown li ul.sub_menu li{
	border:none;
	
}
								  
  /* IE 6 & 7 Needs Inline Block */
#tabs ul.dropdown ul.sub_menu li a, #tabs ul.dropdown ul.sub_menu li a:active, #tabs ul.dropdown ul.sub_menu li a:visited{ 
	border: none; 
	width: 100%; 
	display: inline-block;
	padding:8px 0;
	border-bottom:1px solid #999;
} 

#tabs ul.dropdown ul.sub_menu li a:hover{
	color:#ee3424;
}

#tabs ul.dropdown ul.sub_menu li.last a, #tabs ul.dropdown ul.sub_menu li.last a:active, #tabs ul.dropdown ul.sub_menu li.last a:visited{
	border-bottom:none;
}


/* LEVEL THREE*/
#tabs ul.dropdown li ul li ul { 
	left: 160px; 
	top: 0; 
	padding:2px 0 0 0;
}

#tabs ul.dropdown li:hover > ul { 
	visibility: visible;
	z-index:1000;
 }
 
 /*  drop down styles */
 
#tabs #tab-1, #tabs #tab-2, #tabs #tab-3,
#tabs #tab-4, #tabs #tab-5, #tabs #tab-6, 
#tabs #tab-7, #tabs #tab-7b, #tabs #tab-8, 
#tabs #tab-9, #tabs #tab-10{
	background:#ffffff url(../images/navdropdownbg.gif) top left no-repeat;
}

#tabs #tab-1{
	background-position: 90px top;
}

#tabs #tab-2{
	width:600px;
	height:auto;
	padding-top: 15px;
	background-position: 71px top;
}
#tabs #tab-2{
background:#fff url(../images/nav_liftrucks.jpg) right no-repeat;
}



#tabs #tab-3{
	background-position: 101px top;
}

#tabs #tab-4{
	background-position: 93px top;
}

 #tabs #tab-5{
	background-position: 127px top;
} 

#tabs #tab-6{
	background-position: 95px top;
}

#tabs #tab-7{
	background-position: 127px top;
}

#tabs #tab-8{
	background-position: 58px top;
}

#tabs #tab-9{
	background-position: 73px top;
}

#tabs #tab-10{
	width:141px;
	background-position: -554px top;
}
/* End of HeaderNav Styles */


/*  Breadcrumb Nav Styles */

#breadcrumb {
	
	margin: 0px;
	padding:14px 0 10px 0;
	color: #000000;
}

ul.crumb{
	padding:0;
	margin:0;
}

ul.crumb li {
	list-style-type:none;
	display:inline;
	font-size:10px;
}

ul.crumb  li a {
	color: #000000;
	text-decoration:underline;
}
ul.crumb  li a:hover {
	color: #EE3124;
}

/*  End of Breadcrumb Nav Styles  */

/* leftNav Styles */

#LeftNav{
	width:158px;
}

#LeftNav ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

#LeftNav a{
	display: block;
	padding: 8px 0;
	width: 148px;
	border-bottom:1px solid #999999;
}

#LeftNav li.hasSubnav a{
	border-bottom:none;
	padding-bottom:2px
}

#LeftNav li.hasSubnav ul li{
	
	padding-left:20px;
	list-style-position:inside;
}

#LeftNav a:link, #LeftNav a:visited{
	font-weight:bold;
	font-size:11px;
	text-decoration: none;
	color: #000000;
}

#LeftNav a:hover{
	color: #ee3424;
}

#LeftNav li li a:link, #LeftNav li li a:visited{
	width:128px;
	padding:2px 0 2px 10px;
	color:#000;
	border-bottom:none;
	font-weight:normal;
}

#LeftNav li li a:hover{
	color:#ee3424;
}

#LeftNav li ul{
	height:auto;
	width:148px;
	border-bottom:1px solid #999999;
	padding-bottom:6px;
}

/* End of leftNav Styles */

/* Footer and Footer Navigation Styles */

#footer{
	clear:both;
	margin-top: 10px;
	background:#ffffff url(../images/footer.jpg) top center repeat-x;
	text-align: center;
	padding-top: 16px;
	height:44px;
}

#footer a {
	font-weight:bold;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}

#footer a:hover {
	color: #ee3424;
}

#footer p {
	font-weight:normal;
	font-size: 10px;
	line-height:11px;
	color: #999;
	padding: 2px 0 0 0;
	margin:4px 0 12px 0;
}

#footerNav{
	margin:0;
	padding:0;
}

#footer li{
	display:inline;
	padding:1px 4px;
	border-right:1px solid #9e9e9e;
}

 #footer li.last {
	border-right:none;
}


/* Sidenav */

#careers li.overview a,
#contactus li.overview a,
#locations li.locations a,
#information_request li.information-request a,
#fleet-solutions li.overview a,
#fleet-management li.fleet-management a,
#iwarehouse li.iwarehouse a,
#maintenance-tracking li.maintenance-tracking a,
#our-difference li.overview a,
#about li.hasSubnav a,
#history li.hasSubnav li.history a,
#from-president li.hasSubnav li.from-president a,
#sales li.sales a,#partnering li.partnering a,
#whatsnew li.whatsnew a,
#accomplishments li.accomplishments a,
#parts-service li.overview a,
#parts li.hasSubnav a,
#parts-programs li.hasSubnav li.parts-programs a,
#parts-consignment li.hasSubnav li.parts-programs a,
#customerlogin li.hasSubnav li.customer-login a,
#service li.service a,
#parts-request li.parts-request a,
#service-request li.service-request a,
#assetprotection li.asset-protection a,
#power-solutions li.overview a,
#hydrogen-fuel-cells li.hydrogen-fuel-cells a,
#batteries li.batteries a,
#battery-handling-systems li.battery-handling-systems a,
#chargers li.chargers a,
#rentals-pre-owned li.overview a,
#rentals li.rentals a,
#pre-owned-lift-trucks li.hasSubnav a,
#available-now li.hasSubnav li.available-now a,
#usage li.usage a,
#finance-options li.finance-options a,
#request_information li.request-information a,
#training li.overview a,
#operator li.operator a,
#technician li.hasSubnav a,
#training-courses li.hasSubnav li.training-courses a,
#supervisor li.supervisor a,
#pedestrian li.pedestrian a,
#warehouse-solutions li.overview a,
#rack-systems li.rack-systems a,
#modular-offices li.modular-offices a,
#mezzanines li.mezzanines a,
#storage-products li.storage-products a,
#systems-integration li.systems-integration a,
#project-portfolio li.project-portfolio a {
	color:#EE3124;
}
