@charset "UTF-8";
/* CSS Document */

	#sec-nav {	
	list-style: none;
	margin: 0;
	padding:  0;
	overflow: hidden;
	float:left;	
	}	
	
	 
#sec-nav li {
	margin: 0; 
	padding: 0;
	list-style-type: none;
	display: inline;
	}

#sec-nav a {
	float: left;
	padding: 22px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:22px; /* for IE5/Win */
	}	

/* section navigation  */
#automotive a  {width: 100px; background: url(../images/sec-title.gif) top left no-repeat; }
#automotive a:hover { background-position: 0 -93px;}
#automotiveCurrent a {width: 100px; background: url(../images/sec-title.gif) top left no-repeat; background-position: 0 -23px; }

#aerospace a  {width: 90px; background: url(../images/sec-title.gif) top left no-repeat; background-position: -98px 0; }
#aerospace a:hover { background-position: -98px -93px;}
#aerospaceCurrent a {width: 90px; background: url(../images/sec-title.gif) top left no-repeat; background-position: -98px -47px;}

#specialty a  {width: 90px; background: url(../images/sec-title.gif) top left no-repeat; background-position: -187px 0; }
#specialty a:hover { background-position: -187px -93px;}
#specialtyCurrent a {width: 100px; background: url(../images/sec-title.gif) top left no-repeat; background-position: -186px -70px; }







/* section navigation  */




	#sec-sub-nav ul {	
	margin: 0;
	padding: 0;
	list-style-type: none;
	}	
	
	 
#sec-sub-nav li {
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0;
	padding: 0;
	}

#sec-sub-nav a {
	display: block;
	margin: 0;
	padding: 4px 0 4px 22px;
	color: #839997;
	}	
#sec-sub-nav a:hover{ text-decoration:underline; color: #b44d27;	}	
#sec-sub-nav a:visited{ text-decoration:none; }
/* section navigation  */
#auto a  {width: 100px; background: url(../images/left-bullet.png) top left no-repeat; background-position: 0 -18px;}
#autoCurrent a {width: 100px; background: url(../images/left-bullet.png) top left no-repeat; background-position: 0 3px;}

#Current a {width: 100px; background: url(../images/left-bullet.png) top left no-repeat; background-position: 0 3px;}