
/* new tabs menu*/

ul.dd_menu {
    background: none repeat scroll 0 0 #1c3b51;
	border-bottom: 2px solid #ff8d40;
    height: 35px;
    list-style: none outside none;
    margin: 0;
    padding-left: 10px;
}
ul.dd_menu li {
    float: left;
    list-style: none outside none;
	z-index: 999;
}
ul.dd_menu li.empty_space a img{
	border-right: 1px dotted #DB9B73;
}
ul.dd_menu li a {
    color: #fff;
    display: block;
    padding: 11px 10px 10px;
    text-decoration: none;
}
ul.dd_menu li:hover a {
	color:#DB9B73; 
}
ul.dd_menu li:first-child.selected {
	margin-left: 10px;
}
ul.dd_menu li.selected {
	background: none repeat scroll 0 0 #FFFFFF;
	color: #1C3B51;
	border-bottom: 0;
}
ul.dd_menu li.selected a {
	color:#1c3b51; 
}

/* dropdown list */
ul.dd_menu li.dd {
	position:relative;
	padding-left: 3px;
	padding-bottom: 0px;
	cursor:default;
	border-left: 1px solid transparent;
}
	ul.dd_menu li.dd:hover{
		background: none repeat scroll 0 0 #fff;
		color: #444;
	}
	ul.dd_menu li.dd:hover {
		border-left: 1px solid #E0E0E0;
	}
	ul.dd_menu li.dd ul {
		position:absolute;
		left:-9999px;
		top:-9999px;
		list-style-type:none;
		z-index:9999;
		border: 1px solid #E0E0E0 ;
		border-top:0px;
		margin:0px;
		background:#fff;
		padding: 0px 0px 5px;
		min-width:100%;
	}
	ul.dd_menu li.dd:hover ul {
		left:-1px;
		top: 37px;
	}	
	ul.dd_menu li.dd a.dd_head {/* dropdown list first element(heading) with arrow */
		background:url("/National_Library/oe_/https://developer-support.majestic.com/static/images/backgrounds/toggle_down_light.png") no-repeat 94% 50%;
		padding: 10px 27px 11px 5px;
		cursor: default;
	}
	ul.dd_menu.control_panel li.dd a.dd_head { /* control panel menu - dropdown arrow changed to dark as background is white */
		background:url("/National_Library/oe_/https://developer-support.majestic.com/static/images/backgrounds/toggle_down_dark.png") no-repeat 100% 50%;
	}
	ul.dd_menu li.dd.selected {
		background:url("/National_Library/oe_/https://developer-support.majestic.com/static/images/backgrounds/toggle_down_dark.png") 94% 50% no-repeat #fff;
	}
	ul.dd_menu li.dd.selected:hover {
		background: #fff;
	}
	ul.dd_menu li.dd:hover a.dd_head{
		background:url("/National_Library/oe_/https://developer-support.majestic.com/static/images/backgrounds/toggle_up_dark.png") 94% 50% no-repeat;
		color:#1c3b51; 
	}
	ul.dd_menu li.dd ul li {
		width:100%;
		background: #fff;
		border:0px;
		margin:0px 0px 1px 0px; /* white border seperating 2 list elements */
	}
	ul.dd_menu li.dd ul li:hover {
		background: #EEEEEE;
	}
	ul.dd_menu li.dd ul li a {
		padding: 5px 15px ;
		display:block; 
		text-decoration:none;
		color:#444; 
		white-space: nowrap;
	}
	ul.dd_menu li.dd:hover ul li.selected_dd {
		background: #EEEEEE;
	}
	
	ul.dd_menu li.dd ul li.csv-menu img {
		float: right;
		padding: 2px 19px 0 0;  
	}
	
	ul.dd_menu li.dd ul li.csv-menu ul.csv-sub-menu {
		display: none;
		left: 100%;
		top: -23%;
		border: 1px solid #99A7B1;
		padding-top: 5px;
		min-width: 85%;
	}
	
	ul.dd_menu li.dd ul li.csv-menu ul.csv-sub-menu a {
		margin: 0px;
		padding: 0px 15px 0px 20px;
		height: 16px;
	}
