.dropdown_box {
	margin: -8px 0 0 0;
	padding: 8px 0 0 0;
	position: absolute; 
	z-index: 3000;
	text-transform: none;
	background: url(../images/arr_subnav.gif) 15px 0 no-repeat;
}

.dropdown_box_top {
	width: 100%;
	height: 8px;
	overflow: hidden;
	
}

.dropdown_box_bottom {
	width: 100%;
	height: 6px;
	overflow: hidden;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop, src='images/subnav_shadow.png');
}
.dropdown_box_bottom[class] { background: url(../images/subnav_shadow.png) 0 0 no-repeat; }

.dropdown_area {
	padding: 10px 0 10px 0;
	background: #596ea2;
	font-weight: normal;
	font-size: 15px;
	line-height: 28px;
	color: #fff;
}

.dropdown_area a, .dropdown_area a:visited { 
	width: 100%;
	display: block;
	text-decoration: none; 
	text-align: left !important; 
	background: none;
}

.dropdown_area a:hover, .dropdown_area a:visited:hover { 
	text-decoration: none; 
	background: #2e437a !important;
}

.dropdown_area a div, .dropdown_area a:visited div { 
	margin: 0 12px 0 12px;
	padding: 0 15px 0 15px;
	background: url(../images/arr_subnav_item.gif) 0 9px no-repeat;
}

.dropdown_area a:hover div, .dropdown_area a:visited:hover div { 
	background: url(../images/arr_subnav_item_over.gif) 0 9px no-repeat;
}

.dropdown_area a div span {
	display: block;
	background: url(../images/hline_subnav.gif) left bottom repeat-x;
}


.submenu-products {
	width: 350px;
}
.submenu-markets { width: 200px; }
.submenu-info { width: 250px; }

.menu-hover {
	background: #c00 !important;
}

/* ----------------------- */
.active_subitem {
	width: 100%;
	display: block;
	text-decoration: none; 
	text-align: left !important; 
	background: #3f548a !important;
}

/*MOBILE MENU LOGIC*/
#mobileMenu {
	display: none;
}

#desktopMenu {
	display: block;
}

@media screen and (max-width: 768px) {
	#desktopMenu {
	  display: none;
	}

	#mobileMenu {
	  display: block;
	}
}