.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;	*/
	
 	width: 100%; 
 	height: 50px; 
 	/*border: solid 1px #0C65B6;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;*/
 }
	
	.megadropdown ul	{ width: 98%; padding: 0 !important; margin: 0 auto !important; }

		.megadropdown li
		{
			list-style-type: none;
			line-height: 30px;
			float: left;
			padding: 0 10px 0;
			margin: 8px 15px 0 0;
			position: relative;
			border: 1px solid transparent;
		}
		
			.megadropdown li.hasSubNav { background: url(../img/nav-arrow.png) no-repeat 89% 52%; padding-right: 1em !important; padding-left: 1em !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: #efefef !important; }
						
					
					.megadropdown li.hasSubNav:hover { background-color: #FFF !important; border: 1px solid #999 !important; }

						
						


		.megadropdown li:hover .subNav { display: block; }
			/*.megadropdown li.hasSubNav:hover a { color: #0b66ba  !important; }*/


		.subNav 
		{ 
			background: #FC0;
			background: -moz-linear-gradient(top,  #FFFFFF 0%, #DDDDDD 100%) !important;
			background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FFFFFF ), color-stop(1, #DDDDDD));	
			filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
			width: 160px;
			font-size: 11px;
			line-height: 1.7em;
			color: #333;
			position: absolute; 
			top: -7px; 
			left: -1px; 
			z-index: 1001; 
			overflow: hidden;
			border: 1px solid #999;
			border-top: none;
			display: none;
			padding: 1.5em 10px 0;
			margin-top: 3em !important;
			z-index: 1001;
			-webkit-border-radius: 0px 4px 4px 4px;
			-moz-border-radius: 0px 4px 4px 4px;
			border-radius: 4px;
			-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
				{
					/*background: none !important;*/
					font-size: 11px !important;
					display: block !important;
					padding: 5px 8px !important;
					margin: 0 0 0 !important;			
					border: none !important;
					outline: none !important;
					line-height:1.5em !important;
					width:100% !important;
					float:left;
					}	
					/*color:#0F1C2D !important;*/
				
				

	.subNav .col { width: 180px; margin: 0 20px .5em 0; float: left; cursor:default; }	
	.oneCol { width: 200px !important; cursor:default; }
	.twoCol { width: 410px !important; cursor:default; }
	.threeCol { width: 600px !important; cursor:default;  }	

	.subNav h3 { font-weight: bold; font-size: 14px; margin: 0 0 1.5em 0; padding: 0; cursor:default; display:block; float:left; }	
	.subNav p.h3 { font: 14px "Lucida Grande", Lucida, Verdana, sans-serif; margin: 0 0 5px 0; padding: 0; cursor:default; width:100%; color:#0F1C2D; font-weight:bold; border-bottom: 1px solid #0F1C2D; }
	.subNav p { line-height: 1.7em !important; cursor:default; }
	.subNav a { /*color: #358 !important;*/ cursor:pointer; }
	.subNav a:hover { /*color: #358 !important;*/ text-decoration: underline !important; cursor:pointer; }
	

.megadropdown.grey
{
	/*background: #555555  !important;
	
	background: -moz-linear-gradient(top,  #AEAEAE 0%, #737373 2%, #555555 100%)  !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #AEAEAE), color-stop(0.02, #737373), color-stop(1, #555555))  !important;

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#737373', endColorstr='#555555')  !important;
    
	border: solid 1px #414141  !important;
	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;*/
}

.megadropdown.grey li.current, .megadropdown.grey li:hover { background-color: #05001E; border-color: #1F2B39; border-bottom-width:1px;  }
.megadropdown.grey li.hasSubNav:hover a { color: #0F1C2D !important; }



.megadropdown.blue
{
	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;	
    
	border: solid 1px #0C65B6;
	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
}


.megadropdown.blue li.current, .megadropdown.blue li:hover { background-color: #0B66BA; border-color: transparent;  }
.megadropdown.blue li.hasSubNav:hover a  { color: #0B66BA !important; }
 	
.megadropdown.green
{
	background: #6A9D2A !important;
	background: -moz-linear-gradient(top,  #ffffff 0%, #8FCD43 3%, #6A9D2A 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #BCE18E), color-stop(0.03, #8FCD43), color-stop(1, #6A9D2A)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#8FCD43', endColorstr='#6A9D2A') !important;		
	
	border: solid 1px #598423 !important;
	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
}

.megadropdown.green li.current, .megadropdown.green li:hover { background-color: #6A9D2A; border-color: transparent;  }
.megadropdown.green li.hasSubNav:hover a  { color: #6A9D2A !important; }

.megadropdown.red
{
	background: #CC0000 !important;
	background: -moz-linear-gradient(top,  #ffffff 0%, #EE0000 3%, #CC0000 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #EE0000), color-stop(0.03, #EE0000), color-stop(1, #CC0000)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#EE0000', endColorstr='#CC0000') !important;	
	
	border: solid 1px #9D0000 !important;
	
	-webkit-border-radius: 6px !important;
	-moz-border-radius: 6px !important;
}

.megadropdown.red li.current, .megadropdown.red li:hover { background-color: #C10000; border-color: transparent;  }
.megadropdown.red li.hasSubNav:hover a  { color: #C10000 !important; }


.megadropdown.orange
{
	background: #EC8D00 !important;
	background: -moz-linear-gradient(top,  #ffffff 0%, #FCB143 3%, #EC8D00 100%) !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #FDD08C), color-stop(0.03, #FCB143), color-stop(1, #EC8D00)) !important;	
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#FCB143', endColorstr='#EC8D00') !important;	

	border: solid 1px #C67701;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}

.megadropdown.orange li.current, .megadropdown.orange li:hover { background-color: #EC8D00; border-color: transparent;  }
.megadropdown.orange li.hasSubNav:hover a  { color: #EC8D00 !important; }

li.drop_link a{color: #777 !important;}
	.drop_link a:hover{background-color: #CCC !important; -moz-border-radius:4px !important;}