/*  
	Beechcraft Hawker CSS version 0.8
	nav.css
	Design by Scout Stevenson, The Boston Group
	Date:	December, 2006
*/

#topnav {
	padding: 0;
	margin: 0 0 0 0;
	width: 950px;
}

#breadcrumb ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
}

#breadcrumb li {
	padding: 0;
	display: inline;
	margin: 0 5px 0 0;
	}

/* #breadcrumb li a,#print a,#find_rep a {
	text-decoration: none;
} */

#breadcrumb a {
	text-decoration: none;
}

#leftnav ul {
	margin: 15px 0 0 4px;
	padding: 0;
	list-style: none;
}

#leftnav li {
	margin: 0;
	padding: 0 5px 10px 0;
}

#leftnav li a {
	text-decoration: none;
}

#leftnav ul ul {
	padding: 1px 0;
	margin: 2px 0 0;
	list-style: none;
	background: url(left-nav-bar.gif) repeat-y top left;
}

#leftnav ul ul li {
	margin: 0;
	padding: 4px 0 3px;
	background-color: #fff;
	display: block;
	}

#leftnav ul ul li a {
	text-decoration: none;
	padding-left: 15px;
}

#leftnav ul ul li a.selected {
	background: url("left-nav-bullet.gif") no-repeat 0 65%;
}

/*  right hand nav within the category or brand. If two columns, use  category_nav1 and category_nav2.
		If one column wide is used, use category_nav.
		If narrow 1 column is needed (like in pre-owned) use category_nav1 */
ul.category_nav,ul.category_nav1,ul.category_nav2 {
	margin: 15px 0 0 10px;
	padding: 0;
	text-decoration: none;
	list-style: none;
	width: 120px;
	display: block;
	float: left;
}

ul.category_nav {		/*  right hand nav within the category, if one column  all dimensions the same except width*/
	width: 240px;
}

ul.category_nav1 li,ul.category_nav2 li,ul.category_nav li {
	background: url("grey_arrow.gif") no-repeat 0 50%;
	padding-left: 12px;
}


