.megadropdown 
{
	background: #0B66BA !important;
	width: 100%; 
 	height: 50px; 
	font: 11px/1.7em arial, sans-serif;
	
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	
	background: -moz-linear-gradient(top,  #fefefe 0%, #f2f1f1 2%, #e5e4e4 100%)  !important;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0, #fefefe), color-stop(0.02, #f2f1f1), color-stop(1, #e5e4e4))  !important;

	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='e5e4e4')  !important;
    
	border-top: solid 1px #f2f2f2  !important;
	border-bottom: solid 1px #f2f2f2  !important;
	z-index: 100;
 }
	
	.megadropdown ul	{ width: 100%; padding: 0 !important; margin: 0 auto !important; }

		.megadropdown li
		{
			list-style-type: none;
			line-height: 30px;
			float: left;
			padding: 0 9px 0;
			margin: 10px 4px 0 0;
			position: relative;
			border: 1px solid transparent;
			
		}
		
			.megadropdown li.hasSubNav { background: url(../imagesnew/nav-arrow.png) no-repeat 89% 52%; padding-right: 2.5em !important; }
			.megadropdown li.right { float: right; }		
			.megadropdown li a { color: #333333; text-transform: uppercase; 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: #FFFFFF; border-color: transparent;  }
						.megadropdown li.current:hover { background-color: #ffffff; }
						
					.megadropdown li:hover { background-color: #FFF; border-color: transparent; }
					
					
					.megadropdown li.current:hover a { color: #900; }
					.megadropdown li.current a, .megadropdown li.current:hover a { color: #333 !important; }
						
					
					.megadropdown li.hasSubNav:hover { background-color: #FFF !important; }

						
						


		.megadropdown li:hover .subNav { display: block; }
			.megadropdown li.hasSubNav:hover a { color: #333333  !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 #CCC;
			border-top: none;
			display: none;
			padding: 1.5em 10px 0;
			margin-top: 3em !important;
			z-index: 1001;
			-webkit-border-radius: 4px;
			-moz-border-radius: 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: 10px !important;
					color: #000 !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: 150px; margin: 0 10px .5em 0; float: left; }	
	.oneCol { width: 160px !important; }
	.twoCol { width: 320px !important; }
	.threeCol { width: 480px !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: underline !important; }
	
/* IE6 css fixer v0.8: Tue, 20 Jul 2010 19:24:04 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
* html .megadropdown li,
* html .megadropdown li.right,
* html .subNav .col {display:inline;}

/* add zoom:1 to overflow:hidden */
* html .megadropdown li,
* html .megadropdown li.right,
* html .subNav .col {zoom:1;}

/* add zoom:1 to pos:relative elements */
* html .megadropdown li {zoom:1;}

/* IE6 css fixer v0.8: Tue, 20 Jul 2010 19:24:45 +0200 */

/* ============================================= */
/* safe settings                                 */

/* add display:inline to floated elements */
*:first-child+html .megadropdown li,
*:first-child+html .megadropdown li.right,
*:first-child+html .subNav .col {display:inline;}

/* add zoom:1 to overflow:hidden */
*:first-child+html .megadropdown li,
*:first-child+html .megadropdown li.right,
*:first-child+html .subNav .col {zoom:1;}

/* add zoom:1 to pos:relative elements */
*:first-child+html .megadropdown li {zoom:1;}
