.demo-container {
	padding: 20px 0;
	width: 210px;
	float: left;
}

.demo-container.right {
	float: right;
}

.demo-container h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}

/* Vertical Mega Menu Styles */
.mega-menu {
	font: bold 13px Arial, sans-serif;
	line-height: 16px;
	background: #333;
	border-left: 1px solid #1B1B1B;
	position: relative; /* Required */
}

.mega-menu li a {
	display: block;
	color: #fff;
	padding: 12px 25px;
	text-shadow: 1px 1px 1px #000;
	text-decoration: none;
	border-top: 1px solid #555;
	border-bottom: 1px solid #222;
	border-right: 1px solid #1B1B1B;
}

.mega-menu li a:hover,.mega-menu li.mega-hover a {
	background: #4b4b4b;
	color: #fff;
	border-right: 1px solid #4b4b4b;
}

.mega-menu li a.dc-mega {
	position: relative;
}

.mega-menu.left li a.dc-mega {
	width: 100px;
	text-align: center;
}
/* Add arrow icon to parent links */
.mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 15px;
	width: 6px;
	height: 8px;
}

.mega-menu.left li a .dc-mega-icon {
	top: 18px;
	left: 15px;
}
/* Mega menu container */
.mega-menu li .sub-container {
	position: absolute; /* Required */
	background: #4B4B4B;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border: 1px solid #4b4b4b;
	border-left: none;
}

.mega-menu li .sub .row {
	width: 100%;
	overflow: hidden; /* Clear floats */
}

.mega-menu li .sub li {
	float: none;
	width: 150px;
	font-size: 1em;
	font-weight: normal;
}

.mega-menu li .sub li.mega-hdr {
	float: left; /* Required */
	margin: 0 5px 10px 5px;
}

.mega-menu li .sub a,.mega-menu.left li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	float: none;
	color: #fff;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
}

.mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
	border: 1px solid #71A220;
	background: #72BA2A url(images/ui-bg_highlight-soft_60_72ba2a_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
}


.mega-menu .sub li.mega-hdr li a {
	padding: 4px 5px;
	font-weight: bold;
}

.mega-menu .sub li.mega-hdr li a:hover {
	border: 1px solid #096EB4;
	background: #2B85D7 url(images/ui-bg_highlight-soft_60_2b85d7_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
	color: white;
}

.mega-menu .sub li.mega-hdr li a.selected {
	border: 1px solid #096EB4;
	background: #0D5BA4 url(images/ui-bg_highlight-soft_60_0d5ba4_1x100.png) 50% 50% repeat-x;
	font-weight: bold;
}

.mega-menu .sub li.mega-hdr li a.selected:hover {
	border: 1px solid #096EB4;
	background: #2B85D7 url(images/ui-bg_highlight-soft_60_2b85d7_1x100.png) 50% 50% repeat-x;
}

.mega-menu .sub ul li {
	padding-right: 0;
}
/* Styling for menu items with only 2 levels */
.mega-menu li .sub-container.non-mega .sub {
	padding: 10px;
}

.mega-menu li .sub-container.non-mega li {
	padding: 0;
	margin: 0;
	width: 100px;
}

.mega-menu li .sub-container.non-mega li a {
	padding: 7px 10px 7px 10px;
}

.mega-menu li .sub-container.non-mega li a:hover {
	color: #a32403;
	background: #efefef
}