/* CSS Document */
body {
	font-family:"Times New Roman", Times, serif;
	font-size:12pt;
	color:#000000;
	background-color:#ffffff;
	margin-top:0px;
	margin-left:0px;
	behavior: url(csshover.htc); /* For IE */
	}
.aerial {
	font-size:11pt;
	color:#000000;
	font-weight:bold;
	}
a:link {
	color:#222222;
	}
a:hover {
	color:#CC6600;
	}
a:active {
	color:#222222;
	}
a:visited {
	color:#222222;
	}	
a.fork:link {
	color:#000000;
	font-weight:bold;
	font-size:15px;	
	text-decoration:none;
	}
a.fork:hover {
	color:#CC6600;
	font-weight:bold;
	font-size:15px;	
	text-decoration:none;
	}
a.fork:active {
	color:#000000;
	font-weight:bold;
	font-size:15px;	
	text-decoration:none;
	}
a.fork:visited {
	color:#000000;
	font-weight:bold;
	font-size:15px;	
	text-decoration:none;
	}
a.lifts:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
	}
a.lifts:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#eeeeee;
	}
a.lifts:active{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
	}
a.lifts:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	text-decoration:underline;
	color:#ffffff;
	}
a.construct:link {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:10px;	
	text-decoration:none;
	}
a.construct:hover {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
	font-weight:bold;
	font-size:10px;	
	text-decoration:none;
	}
a.construct:active {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:10px;	
	text-decoration:none;
	}
a.construct:visited {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	font-weight:bold;
	font-size:10px;	
	text-decoration:none;
	}
.h1 {
	font-size:24pt;
	font-weight:bold;
	color:#000000;
	font-style:normal;
	}
.h2 {
	font-size:14pt;
	font-weight:bold;
	color:#333333;
	font-style:normal;
	}
.h3 {
	font-size:13pt;
	font-weight:bold;
	color:#ffffff;
	font-style:normal;
	}
.h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	font-style:italic;
	color:#333333;	}
/* Nav Menus */

#nav{
	width:185px;}
#nav ul, #nav ul ul {
	color: #000000;
	text-decoration:none;
	text-align:left;
	margin:0;
	padding:0;
	width:165px;} /* Width of Menu Items */

/*
	margin: 0px;
	padding: 0px;
	width: 150px; /* Width of Menu Items 
	border-bottom: 1px solid #FD5095;
	background: #FC1571;
	font-size: 12px;
	*/
	
#nav ul li {
	font-size:15px;
	font-weight:normal;
	position: relative;
	list-style: none;
	padding:0;
	background-color:#ffffff;	}

#nav ul li a {
	zborder-left: 0px solid #FD5095; 
	font-size:15px;
	font-weight:bold;
	color:#000000;
	text-decoration: none;
	display:block; 
/*	padding:0 0 5px 15px; */
	line-height:16px;
	background-color: #ffffff;

/*	display: block;
	text-indent: 5px;
	text-decoration: none;
  	color:#ffffff;
	padding: 5px 0px 5px 0px;
	border: 0px;
	border-top: 1px solid #FD5095;
	zborder-left: 18px solid #FD5095;
	width: 150px;
	background: transparent right center no-repeat;
*/
	}

#nav ul li a:hover {
	zborder-left: 0px solid #FD5095; 
	color: #000000;
/*	background-color: #FD73AA; */
	background-color: #ffffff;
	}
	
#nav ul ul {
	color: #373737;
	text-decoration: none;
	text-align: left;
	display: none;
	position: absolute;
	left:140px;
	top:0px;
	background:#ffffff;
/*
	position: absolute;
	display: none;
	left: 150px;
	top: 0px;
	background:#FC1571;
	*/
	}

#nav ul li ul li a 
{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	display: block;   
	padding: 5px 0px 5px 15px; 
	border: 1px solid #000000;
	line-height: 15px; 
	background-color:#ffffff; 
}

/* Sub Menu Styles */
/*
#nav ul li:hover ul ul, #nav ul li:hover ul ul ul, #nav ul li li li:hover ul {
	display: none; /* Hide sub-menus initially //
	}
*/
#nav ul li:hover ul, #nav ul li li:hover ul, #nav ul li li li:hover ul { 
	display: block;
	}

#nav ul li a.sectionparent{
/*	background: transparent url(navArrow.gif) right center no-repeat; */
	background-color:#ffffff;
	}

#nav ul li a.sectionparent:hover{
/*	background: #FD73AA url(navArrow.gif) right center no-repeat; */
	background-color:#ffffff;
	}

#nav ul li a:hover{
	color: #000000;
	background-color:#ffffff;
	}

/* Fix IE. Hide from IE Mac */

* html #nav ul li {
	float: left;
	height: 1%;
	}
	
* html #nav ul li a {
	height: 1%;
	}
/*
a.sectionparent:link
{
	font-family:"Times New Roman", Times, serif; 
	font-size:15px;
}
*/
/* End Nav menus */

.othernav{
	background-color:#ffffff; 
	background:url(industrial/wdmatthews5.jpg) left center no-repeat;
	padding-top:10px; 
	padding-left:12px;
	padding-bottom:10px;
	width:190px;
	
}
/*
.othernav2{
	background-color:#ffffff; 
	background:url(industrial/wdmatthews4.jpg) left center no-repeat;
	font-size:15px;
	padding-top:20px; 
	padding-left:10px;
	width:185px;
}
*/