	
	/* CSS Document */
	
	/* ----------------------------------------------------
	General
	---------------------------------------------------- */
	
	.chromestyle
		{
		margin: 0;
		margin-top: 10px;
		padding: 0;
		z-index: 2000;
		}
	
	.chromestyle:after
		{ /*Add margin between menu and rest of content in Firefox*/
		content: "."; 
		display: block; 
		clear: both; 
		visibility: hidden;
		}
	
	.chromestyle ul
		{
		margin: 0;
		padding: 0;
		text-align: center;
		}
	
	.chromestyle ul li
		{
		display: inline;
		padding-left: 7px; 
		}
	
	.chromestyle ul li a
		{ 
		color: #006542; 
		font-weight: bold; 
		text-decoration: none; 
		padding-left: 7px;
		padding-right: 7px; 		
		}
	
	.chromestyle ul li a:hover
		{ 
		color: #000; 
		text-decoration: none; 
		}
	
	.chromestyle ul li a[rel]:after
		{ /*HTML to indicate drop down link*/
		/*content: " v";*/
		/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
		}
	
	
	/* ######### Style for Drop Down Menu ######### */
	
	.dropmenudiv
		{
		font-size: 11px;
		position: absolute;
		top: 0;
		line-height: 18px;
		z-index: 3000;
		color: #000;
		visibility: hidden;
		font-weight: bold;
		border: 1px solid #000;
		}
	
	.dropmenudiv a
		{
		width: auto;
		display: block;
		padding: 2px 8px 2px 11px;
		text-decoration: none;
		color: #fff;
		text-align: left;
		}
	
	* html .dropmenudiv a
		{ /*IE only hack*/
		width: 200px;
		text-decoration: none;
		}
	
	.dropmenudiv a:hover
		{ /*THEME CHANGE HERE*/
		color: #fff;
		}
		
	div#dropmenu1 a:link 
		{
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu1 a:visited
		{ 
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu1 a:hover
		{ 
		color: #006542;
		background-repeat: no-repeat;
		background-color: #dadada;
		text-decoration: none;
		}
		
	div#dropmenu2 a:link 
		{
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu2 a:visited
		{ 
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu2 a:hover
		{ 
		color: #006542;
		background-repeat: no-repeat;
		background-color: #dadada;
		text-decoration: none;
		}
		
	div#dropmenu3 a:link 
		{
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu3 a:visited
		{ 
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu3 a:hover
		{ 
		color: #006542;
		background-repeat: no-repeat;
		background-color: #dadada;
		text-decoration: none;
		}
		
	div#dropmenu4 a:link 
		{
		color: #006542;
		font-weight: bold;
		background-repeat: no-repeat;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu4 a:visited
		{ 
		color: #006542;
		font-weight: bold;
		background-color: #fff;
		text-decoration: none; 
		}

	div#dropmenu4 a:hover
		{ 
		color: #006542;
		background-color: #dadada;
		text-decoration: none;
		}
		
	body#home a#homeNav, body#section1 a#whyNav, body#section2 a#productsNav, body#section3 a#actionNav, body#section4 a#companyNav, body#section5 a#newsNav, body#section6 a#contactNav 
		{
		width: 200px;
		height: 100px;
		color: #fff;
		background-color: #006542;
		padding-top: 10px; 
		padding-left: 7px;
		padding-right: 7px; 
		padding-bottom: 10px; 
		}
		
	.sectionHighlight
		{ 
		background-color: #dadada !important;
		}
		
