﻿/* Menu Style */

.secondary_dd li{ display:inline; padding:0px !important; margin-top:0px !important; }

.secondary_dd {margin-top:0px !important; 
	padding:10px 20px 0px 20px !important; 
	text-transform: initial!important; 
	

	
}



#NavigationDropDown {
	height: 32px;
	line-height: 16px;
}

#DropDown {
	margin-top:-10px;

	
	font-weight: bold;
	line-height: 24px;
}

#DropDown li {
	height: 40px;
	
	padding-left: 1px; /* Border betwean menu items */
}

#DropDown a {


	
	text-decoration: none;
}

#DropDown a:hover, #DropDown a:focus {
	color:#007db3;

}

/* Submenu Style */
#DropDown ul {
	background: #6C787F;
	border-bottom: 1px solid #c5c5c5;
	
	color:white;
	line-height: 18px;
	padding-bottom:10px;
	
	

}

.secondary_dd .menu_item           {border-top:none !important;}


#DropDown ul li {
	background: none;

	padding-top:10px !important;
	border-bottom:1px dotted #c5c5c5;
}

#DropDown ul a {
	color: white;
	
	font-size:15px !important;
	background: none;

}

#DropDown ul ul {

}

#DropDown ul a:hover, #DropDown ul a:focus {

}

#DropDown ul .hover > a {
	color: #eee;

}



#DropDown {
	position: absolute;
}

#DropDown, #DropDown ul {
	list-style: none;
	margin: 0;
	padding: 0;
	z-index: 100;
	width:835px;
}

#DropDown li {
	float: left;
	margin-right: 20px;
	min-width:135px;
	padding: 0;
	
}

#DropDown a {
	display: block;
	height: 40px;

}

#DropDown ul {

	width:257px;
	
	position: absolute;
	
}

#DropDown ul li {
	float: left;
	height:30px;
	width: 100%;
	display:block;
	margin-top:30px;
	
	
}

#DropDown ul a {

}

#DropDown ul ul {
	left: 180px;
	top: 1px;
}

#DropDown ul, #DropDown :hover ul ul, #DropDown .hover ul ul {
	margin-left: -9999px;
}

#DropDown li:hover > ul, #DropDown li.hover > ul, #DropDown a:focus + ul, #DropDown ul ul, #DropDown .hover a:focus {
	margin-left: 0;
	
}

#DropDown ul a:focus {
	margin-left: 9999px;
}