/* Start of CMSMS style sheet 'nav' */
#top_nav {
	position:absolute;
	left:270px;
	top:203px;
	color:#FFFFFF;
	font-weight:bold;
}

#top_nav a {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

#top_nav a:hover {
	color:#A2C851;
}

#left_nav{
	list-style: none;
	line-height: 15px;
	width: 195px;
	margin: -32px 0 0 12px;
	padding: 0px;
	background-color: #EBE9D3;
	font-family: arial, sans-serif;
	font-size: 12px;
}

#left_nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto;
	margin:0px;
	padding:0px;
	background-color: transparent;
	font-size: 0px;
	line-height: 0px;
}

#left_nav li a {
	text-decoration:none; 
	display:block;
	padding: 5px 5px 5px 20px;  
	margin:0px;
	width:170px;
	color: #333333;
	font-size: 12px;
	font-weight:bold;
	line-height: 15px;
	background:url(images/menu_arrow.jpg) 10px 10px no-repeat;
}

#left_nav li a:hover{
	background:url(images/menu_arrow_hover.jpg) 10px 10px no-repeat; 
	background-color: #CDDCA5;
}

#left_nav li.sectionheader {
	background-image:url(images/products_hd.jpg);
	width:185px;
	height:35px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:35px;
	padding-left:10px;
}

#left_nav li#industries_served_hd {
	background-image:url(images/industries_served_hd.jpg);
	width:185px;
	height:39px;
	font-size:15px;
	font-weight:bold;
	color:#FFFFFF;
	line-height:39px;
	padding-left:10px;
}


/* End of 'nav' */

