/* CSS Document */

/*===========================dropdown start ============================*/

.ddsubmenustyle, .ddsubmenustyle ul { /*topmost and sub ULs, respectively*/
	font: normal 12px Arial, Helvetica, sans-serif;
	position: absolute;
	list-style-type: none;
	z-index: 100;
	width:240px!important;
	background:none;
	display:block;
	margin:33px 0 0 12px;
	display:none;
}
/*.ddsubmenustyle li a img {
	margin:4px 7px 0 0;
}*/
.ddsubmenustyle li { /*IE6 CSS hack*/
	display:inline-block;
	width:216px; /*width of menu (include side paddings of LI A*/
	font:bold 12px Arial, Helvetica, sans-serif;
	padding:0px;
	margin:0 0 0 10px;
	height:29px;
	/*background:url(http://www.leadsupply.nl/wp-content/themes/twentyeleven/images/submenu_li_arrow.png) 100% 10px no-repeat;*/
}
.ddsubmenustyle li.first { /*IE6 CSS hack*/
	height:25px;
	background:url(images/submenu_li_bg_first.jpg) top left no-repeat !important;
	width:240px;
	float:left;
	margin-left:0 !important;
}
.ddsubmenustyle li.first a { /*IE6 CSS hack*/
	height:25px;
	width:238px;
	float:left;	
	background:none !important;
	padding:0;
	margin-left:-2px !important;
}
.ddsubmenustyle li.first a:hover { /*IE6 CSS hack*/
	height:25px;
	/*background:url(http://www.leadsupply.nl/wp-content/themes/twentyeleven/images/submenu_li_bg_first.png) top left no-repeat !important;*/
	background:none !important;
	/*margin-left:-13px;*/
	float:left;
	width:238px;
	padding:0;
}
.ddsubmenustyle li a {
	display: block;
	width:206px !important; /*width of menu (not including side paddings)*/
	color: #fff !important;
	background:url(images/submenu_li_bg.png) bottom left no-repeat !important;
	text-decoration: none;
	padding:7px 0 0 10px !important;
	height:22px !important;
	border-top: none;
	margin-left:0px;
	text-align: left;
}
.ddsubmenustyle li a:hover {
	color:#5b87a4 !important;
	background:url(images/submenu_li_bg_hvr.png) top left repeat-x !important;
	width:206px !important;
	display:block;
	padding:7px 0 0 10px !important;
	height:23px !important;
}
.ddsubmenustyle .topmen_top_shad {
	background-repeat:no-repeat;
	background-position:bottom;
	height:2px;
}
.ddsubmenustyle .topmen_rep_shad {
	margin:0 0 0 -15px;
	/*background-image:url('http://www.leadsupply.nl/wp-content/themes/twentyeleven/images/hover_bg.png');*/
	background-repeat:repeat; 
	width:244px;
	float:left;
}
.ddsubmenustyle .topmen_rep_shad1 {
	margin-top:0px;
	background:#516d7f;
	/*min-height:104px;*/
	width:240px;
	margin:0 0 0 3px;
	float:left;
}
.ddsubmenustyle .topmen_bott_shad {
	height:24px;
	width:240px; 
	background:url(images/hover_bttm.png) bottom left no-repeat; 
	margin:0 0 0 -12px;
	float:left;
}
/*=============================dropdown end ====================================================*/