/* style for horizontal nav */	
	#navigation_horiz {display:block;}
	#navigation_horiz  ul {height:50px; display:block}
	#navigation_horiz  ul li {display:block; float:left;}
	#navigation_horiz  ul li a.navlink {display:block; text-align:center; color:#fff; text-decoration:none}
	#navigation_horiz .dropdown {position:absolute; padding:0px 0px 5px 0px; z-index:200; color:#000;   padding:0px; display:none;
	background-color:#004baa; left:0px !Important; top:33px !important; width:200px !important; border:none;}

	.dropdown P.MenuType {padding:0px; margin:0px 0px; float:left; width:100%;  background:url(../images/DropDownBgCtnr.png) repeat;}
	.dropdown P.MenuType a.MenuTitle {font:bold 12px arial; background-color:#fd9c1e; color:#000; text-decoration:none; float:left; padding:5px; width:100%; display:block; border-bottom:solid 1px #d6d7d8; text-align:left; }

	.dropdown P.MenuType a.DdownMenuLink {color: #fff;
    float: left;
    font-size:13.5px;
	font-family:"HelveticaNeueRegular";
    margin: 0 !important;
    padding: 7px 10px;
    text-align: left;
    text-decoration: none;
    width:90%;
	border-bottom:solid 1px #164177;
	}
	.dropdown P.MenuType a.DdownMenuLink:hover {color:#fff !important; background-color:#00bff2;}
	
	#dropdown_two, #dropdown_three {width:250px !important;}
	#dropdown_two, #dropdown_four	{width:360px !important;}
	#dropdown_two, #dropdown_four P.BrandType {width:46%; height:auto !important;}
	#dropdown_two P.BrandType, #dropdown_three P.BrandType {width:95%; border:none !important; height:auto; }
	#dropdown_two, #dropdown_five {width:200px !important;}
	#dropdown_two, #dropdown_five P.BrandType {width:98%; border:none !important; height:auto;}
	#dropdown_two, #dropdown_six {width:190px !important;}
	#dropdown_two, #dropdown_six P.BrandType {width:98%; border:none !important; height:auto;}
	#dropdown_two, #dropdown_six P.BrandType a label {color:#00629B; font-weight:bold;}


	
		/* style for each drop down - horizontal */
		#navigation_horiz ul li #dropdown_one {background:#ccc; color:#fff;}
		#navigation_horiz ul li #dropdown_one a {color:red}
		#navigation_horiz ul li #dropdown_two {background:#ccc; color:#fff}
		#navigation_horiz ul li #dropdown_two a {color:black}
		#navigation_horiz ul li #dropdown_three {background:#ccc; color:#fff}	
		#navigation_horiz ul li #dropdown_three a {color:gray}


	/* navigation styles - END */ 
	/* ----------------------------------------------------- */