/*  Header Nav Styles */

#tabs{
	border-top: 1px solid #990000;
	width:960px;
	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 8px 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;
}


/* ---   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:140px;
}

#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, #tabs ul.dropdown ul.sub_menu li.last a:hover{
	border-bottom:none;
}

#tabs ul.dropdown ul.sub_menu li.last ul li{
	border-bottom:1px solid #999;
	width:144px;
	margin-left:8px;padding:0;
}

#tabs ul.dropdown ul.sub_menu li.last ul li.last{
	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;
 }


#tabs #tab-2b{
 	width:600px;
	border-top:2px solid #999;
	background: #ffffff url(../images/nav_liftrucks.jpg) right no-repeat;
	vertical-align: middle;
	min-height:191px;
    height:auto !important;
    height:191px;
	top:-3px;
}

#tabs #tab-2c {
background:url(../images/nav_komatsu-liftrucks.jpg) no-repeat scroll right bottom #FFFFFF;
border-top:2px solid #999999;
height:auto !important;
min-height:191px;
top:-30px;
width:600px;
}
 
 /*  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: 91px top;
}

/*#tabs #tab-2{
	width:160px;
	background-position: 71px top;
}
*/

#tabs #tab-2 {
    background: url("../images/nav_liftrucks.jpg") no-repeat scroll right center #FFFFFF;
}

#tabs #tab-2 {
    background-position: 160px top;
    height: auto;
    padding-top: 15px;
    width: 600px;
}


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

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

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

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

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

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

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

#tabs #tab-10{
	width:159px;
	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;
	padding-bottom: 22px;
}

#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{
	list-style-image:url(../images/bullet_gray_arrow.gif) 0 2px;
	padding-left:2px;
	font-style:italic;
	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: 12px;
	height:44px;
}

/*  ---    #footer{
	clear:both;
	margin-top: 10px;
	background:#ffffff url(../images/footerBg.png) top center no-repeat;
	text-align: center;
	padding-top: 16px;
}  ----*/

#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-child, #footer li.last {
	border-right:none;
}

/* Sidebar */

#contactus li.overview a,
#careers li.careers a,
#allied li.overview a,
#fleet-solutions li.overview a,
#iwarehouse li.iwarehouse a,
#maintenance-tracking li.maintenance-tracking a,
#our-difference li.overview a,
#about li.hasSubnav a,
#from-president li.hasSubnav li.from-president a,
#sales li.sales a,
#partnering li.partnering a,
#lift-trucks li.overview a,
#raymond-lift li.raymond a,
#komatsu li.komatsu 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,
#service li.service a,
#assetprotection li.assetprotection a,
#rentals-pre-owned li.overview a,
#rentals li.rentals a,
#pre-owned-lift-trucks li.pre-owned-lift-trucks a,
#finance-options li.finance-options a,
#storage-solutions li.overview a,
#systems-integration li.overview a,
#training li.overview a,
#operator li.operator a,
#pedestrian li.pedestrian a,
#technician li.technician a {
	color:#ee3424;
}
