@charset "UTF-8";
/* CSS Document */

/* Second line of Main Navigation*/
#subNavigation {
text-align: left;
background-color: #03260D;
border-bottom: 1px solid #898989;
margin-top: 1px;
margin-bottom: 10px;
}
#subNavigation ul {
list-style: none;
border-top: 1px solid #03260D;
padding: 8px 0;
}
#subNavigation a:link, #subNavigation a:visited {
text-transform: uppercase;
text-decoration: none;
color: #CBD9AD;
padding: 8px 27px;
position: relative;

}/*Padding must match subNavigation ul padding for 1st value (top and bottom)*/

#subNavigation a:visited {
color: #CBD9AD;
}
#subNavigation a:hover {
text-decoration: none;
color:#FFF;
border-bottom: 5px solid #FFBe2C;
}
/* AUTOMATES THE ACTIVE TAB for SUBNAVIGATION PAGES*/


/* 2nd TAB Navigation */
#APPtractorMountPage #APPtractorMountPageLink a:link, #APPtractorMountPage #APPtractorMountPageLink a:visited, 
#APPvideoPage #APPvideoPageLink a:link, #APPvideoPage #APPvideoPageLink a:visited {
	color: #FFF;
	background: #03260D;
	border-bottom: 5px solid #FFBe2C;
}

/* Top Level Navigation */
#APPtractorMountPage #ApplicatorsPageLink a:link, #APPtractorMountPage #ApplicatorsPageLink a:visited, 
#APPvideoPage #ApplicatorsPageLink a:link, #APPvideoPage #ApplicatorsPageLink a:visited {

color: #FFF;
	background: #03260D;
}





/*****************/



/* Product Navigation*/
#navContainer h1 {
	float: left;
	font: 1.5em/1 Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 35px;
	padding-bottom: 5px;
	padding-left:10px;
	outline: 0;
}
#productNavigation {
text-align: right;
font: 1em;
background-color: #EDEDEB; 
width: 100%;
margin: 30px 0 0 0;
outline: 0;
border-bottom: 1px solid #898989;
}
#productNavigation ul {
list-style: none;
padding: 40px 0 5px 0;
margin-bottom: 1px;
font: 1em/1 Arial, Helvetica, sans-serif;

}
#productNavigation a:link, #productNavigation a:visited {
text-transform: uppercase;
text-decoration: none;
color: #056602;
background-color: #EDEDEB;
padding: 40px 20px 5px 10px;
position: relative;
}/*Padding must match subNavigation ul padding for 1st value (top and bottom)*/

#productNavigation a:visited {
color: #056602;
}
#productNavigation a:hover {
text-decoration: none;
color: #056602;
background-image:url(Images/ProductNav-Bullet.gif);

}
/* AUTOMATES THE ACTIVE TAB for SUBNAVIGATION PAGES*/

/* 3rd Level Navigation 
color: #03260D;
	font-weight: bold;
	background-image:url(Images/ProductNav-Bullet.gif);
}*/


