/*  
	Beechcraft Hawker CSS version 0.8
	nav.css
	Design by Scout Stevenson, The Boston Group
	Date:	December, 2006
*/

/* top nav buttons style */

#hawker {margin:0;padding:0;height:38px;width:102px;float:left;background:url(but_hawker.gif) no-repeat top left;}
#hawker a {text-decoration:none;display:block;margin:0;padding:10px;}
#hawker a:hover,#hawker a:active,#hawker a.current {background:url(but_hawker.gif) no-repeat bottom left;}

#beechcraft {margin:0;padding:0;height:38px;width:87px;float:left;background:url(but_beechcraft.gif) no-repeat top left;}
#beechcraft a {text-decoration:none;display:block;margin:0;padding:10px;}
#beechcraft a:hover,#beechcraft a:active,#beechcraft a.current {background:url(but_beechcraft.gif) no-repeat bottom left;}

#parts {margin:0;padding:0;height:38px;width:79px;float:left;background:url(but_parts.gif) no-repeat top left;}
#parts a {text-decoration:none;display:block;margin:0;padding:10px;}
#parts a:hover,#parts a:active,#parts a.current {background:url(but_parts.gif) no-repeat bottom left;}

#military {margin:0;padding:0;height:38px;width:115px;float:left;background:url(but_military.gif) no-repeat top left;}
#military a {text-decoration:none;display:block;margin:0;padding:10px;}
#military a:hover,#military a:active,#military a.current {background:url(but_military.gif) no-repeat bottom left;}

#special {margin:0;padding:0;height:38px;width:114px;float:left;background:url(but_special.gif) no-repeat top left;}
#special a {text-decoration:none;display:block;margin:0;padding:10px;}
#special a:hover,#special a:active,#special a.current {background:url(but_special.gif) no-repeat bottom left;}

#pre_owned {margin:0;padding:0;height:38px;width:139px;float:left;background:url(but_pre_owned.gif) no-repeat top left;}
#pre_owned a {text-decoration:none;display:block;margin:0;padding:10px;}
#pre_owned a:hover,#pre_owned a:active,#pre_owned a.current {background:url(but_pre_owned.gif) no-repeat bottom left;}

#service {margin:0;padding:0;height:38px;width:128px;float:left;background:url(but_service.gif) no-repeat top left;}
#service a {text-decoration:none;display:block;margin:0;padding:10px;}
#service a:hover,#service a:active,#service a.current {background:url(but_service.gif) no-repeat bottom left;}

#about {margin:0;padding:0;height:38px;width:78px;float:left;background:url(but_about.gif) no-repeat top left;}
#about a {text-decoration:none;display:block;margin:0;padding:10px;}
#about a:hover,#about a:active,#about a.current {background:url(but_about.gif) no-repeat bottom left;}

#employment {margin:0;padding:0;height:38px;width:98px;float:left;display:block;background:url(but_employment.gif) no-repeat top left;}
#employment a {text-decoration:none;display:block;margin:0;padding:10px;}
#employment a:hover,#employment a:active,#employment a.current {background:url(but_employment.gif) no-repeat bottom left;}

/* end top nav buttons div style */

/* start topnav buttons LI style  */

#topnav ul {
	list-style-type: none;
	height: 38px;
	margin: 0;
	padding: 0;
	position: relative;
}

#topnav li {
	float: left;
	height: 38px;
}

#topnav li a {
	display: block;
	height: 38px;
}

#topnav li a:link, #topnav li a:visited, #topnav li a:active, #topnav li a:hover, #topnav li a.selected {
	display: block;
	height: 38px;
}
/* topnav button widths defined here  */
#topnav_hawker { width: 102px;}
#topnav_beechcraft { width: 87px;}
#topnav_parts {	width: 79px;}
#topnav_military { width: 115px;}
#topnav_special { width: 114px;}
#topnav_pre_owned {	width: 139px;}
#topnav_service { width: 128px;}
#topnav_about { width: 78px;}
#topnav_employment { width: 98px;}

/*  Following set the background image to the top half  */
#topnav_hawker a { background: url(but_hawker.gif) no-repeat top;}
#topnav_beechcraft a { background: url(but_beechcraft.gif) no-repeat top;}
#topnav_parts a { background: url(but_parts.gif) no-repeat top;}
#topnav_military a { background: url(but_military.gif) no-repeat top;}
#topnav_special a { background: url(but_special.gif) no-repeat top;}
#topnav_pre_owned a { background: url(but_pre_owned.gif) no-repeat top;}
#topnav_service a { background: url(but_service.gif) no-repeat top;}
#topnav_about a { background: url(but_about.gif) no-repeat top;}
#topnav_employment a { background: url(but_employment.gif) no-repeat top;}

/* move the button background image up to reveal mouseover  */ 
#topnav li a:hover, #topnav li a:hover, #topnav li a.selected {
	background-position: bottom;
}

.img_replace {	/* hides topnav link text, allows it to be searched, and lets the images work instead  */
	text-indent: -9999px;
}
/* end top nav buttons LI style  */

#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_nav3 {
	margin: 15px 0 0 10px;
	padding: 0;
	text-decoration: none;
	list-style: none;
	width: 120px;
	display: block;
	float: right;
}
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_nav3 li,ul.category_nav li {
	background: url("grey_arrow.gif") no-repeat 0 50%;
	padding-left: 12px;
}
