.megadropdown 
{
	background: #0B66BA !important;
	background: -moz-linear-gradient(top,  #77BAF7 0%, #2692F2 3%, #0B66BA 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #77BAF7 ), color-stop(0.03, #2692F2), color-stop(1, #0B66BA)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#2692F2', endColorstr='#0B66BA') !important;	
	font-family:century gothic,arial;
 	width: 760px; 
 	height: 38px; 
 	border: solid 0px #0C65B6;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
 }
	
	.megadropdown ul	{ width: 98%; padding: 0 !important; margin: 0 auto !important; }

		.megadropdown li
		{
			list-style-type: none;
			line-height: 30px;
			float: left;
			padding: 0 4px 0;
			margin: 5px 6px 0 0;
			position: relative;
			border: 1px solid transparent;
		}
		
		
		
	
		
			.megadropdown li.hasSubNav { background: url(/images/nav-arrow.png) no-repeat 89% 52%; padding-right: 1.4em !important; }
			.megadropdown li.right { float: right; }		
			.megadropdown li a { color: #fff; font-weight: bold; text-decoration: none; }

				.megadropdown li.current, 
				.megadropdown li:hover 
				{ 		
				
				
					background-color: #FFF;	
					border: 1px solid #CCC; 
					border-bottom: none;
					-webkit-border-radius: 4px;
					-moz-border-radius: 4px;
					border-radius: 4px;
					cursor: pointer;
				}
				
					.megadropdown li.current { background-color: #0B66BA; border-color: transparent;  }
						.megadropdown li.current:hover { background-color: #0B66BA; }
						
					.megadropdown li:hover { background-color: #555; border-color: transparent;  }
					
					
					.megadropdown li.current:hover a { color: #900; }
					.megadropdown li.current a, .megadropdown li.current:hover a { color: #FFF !important; }
						
					
					.megadropdown li.hasSubNav:hover { background-color: #ffffff !important; }

						
						


		.megadropdown li:hover .subNav { display: block; }
			.megadropdown li.hasSubNav:hover a { color: #0b66ba  !important; }


		.subNav 
		{ 
	
		    text-align:left;
		    font-family:budhand, verdana;
			background: #ffffff;
            color: #000000; 
			width: 180px;
			font-size: 11px;
			line-height: 1.7em;
			color: #333;
			position: absolute; 
			top: -7px; 
			left: -2px; 
			z-index: 1001; 
			overflow: hidden;
			border: 1px solid #dcdcdc;
			border-top: none;
			display: none;
			padding: 1.5em 10px 0;
			margin-top: 3em !important;
			z-index: 1001;
			-webkit-border-radius: 0px;
			-moz-border-radius: 0px;
			border-radius: 0px;
			-moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2)
		}		
		
		
			
		.subNavRight,
		.megadropdown li.right .subNav { right: -1px; left: auto; }
		
		.subNav ul { padding: 0; margin: 0; list-style-type: none ; }

			.subNav li 
			{ 
			
				background: none !important;
				float: none !important; 
				border-bottom: 1px dotted #DDD !important;
				border: none !important;
				padding: 0 5px 0 0px !important;
				margin: 0 0 1.5em 0px !important;
				list-style-type: none !important;
				line-height: 1.5em !important;
			}
			
			.subNav li:hover { background: transparent !important; border: none !imortant; }
			
				.megadropdown li.hasSubNav:hover  .subNav li a
				{
					font-family:century gothic,arial;
				    font-weight: normal;
				    color: #000000 !important;
					background: none !important;
					font-size: 13px !important;
					text-decoration: none !important;
					display: block !important;
					padding: 0 !important;
					margin: 0 0 0 !important;			
					border: none !important;
					outline: none !important;
				}	

	.subNav .col { width: 180px; margin: 0 10px .5em 0; float: left; }	
	.oneCol { width: 290px !important; }
	.twoCol { width: 400px !important; }
	.threeCol { width: 600px !important;  }	

	.subNav h3 { font-weight: bold; font-size: 12px; margin: 0 0 1.5em 0; padding: 0; }	
	.subNav p { line-height: 1.7em !important; }
	.subNav a { color: #358 !important; text-decoration: none !important; }
	


.megadropdown.green
{

	background: #65b017 !important;

	
	border: solid 0px #598423 !important;
	
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
}

.megadropdown.green li.current, .megadropdown.green li:hover { background-color: #ffffff; border-color: transparent; color: #000000 !important;  }
.megadropdown.green li.current, .megadropdown.green li:hover a { background-color: #ffffff; border-color: transparent; color: #000000 !important;  }
.megadropdown.green li.hasSubNav:hover a  { color: #000000 !important; }

