@charset "utf-8";
.demo-container {
	padding: 0;
	float: left;
	width:159px;
	margin:0 0 0 0px;
}
.demo-container.right {
	float: right;
}
.demo-container h4 {
	font-size: 14px;
	margin: 0 0 5px 0;
}
/* Vertical Mega Menu Styles */
#left_menu_center .mega-menu {
	position: relative; /* Required */
	padding:0;
	list-style:none;
	margin:0 0 10px 0;
}
#left_menu_center .mega-menu ul {
	margin:0;
	padding:0;
}
#left_menu_center .mega-menu li {
	list-style:none;
	background:none;
	padding:0;
	border-top:none;
}
#left_menu_center .mega-menu li.dc-mega-li {
}
#left_menu_center .mega-menu li a {
	display: block;
	color: #666666;
	padding:2px 20px 2px 28px;
	text-decoration: none;
}
#left_menu_center .mega-menu li a:hover, #left_menu_center .mega-menu li.mega-hover a {
	background: #e7e7e7;
	color: #333333;
	border-right: 1px solid #e7e7e7;
}
#left_menu_center .mega-menu li a.dc-mega {
	position: relative;
	font-weight:normal;
}
#left_menu_center .mega-menu.left li a.dc-mega {
	text-align: right;
}
/* Add arrow icon to parent links */
#left_menu_center .mega-menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 8px;
	right: 15px;
	width: 6px;
	height: 8px;
	background: url(images/arrow_right.png) no-repeat 0 0;
}
#left_menu_center .mega-menu.left li a .dc-mega-icon {
	top: 18px;
	left: 15px;
	background: url(images/arrow_left.png) no-repeat -6px 0;
}
/* Mega menu container */
#left_menu_center .mega-menu li .sub-container {
	position: absolute; /* Required */
	background: #f2f2f2;
	padding: 10px 10px 0 10px;
	overflow: hidden;
	border: 1px solid #f2f2f2;
	border-left: none;
}
#left_menu_center .mega-menu li .sub .row {
	width: 100%;
	overflow: hidden; /* Clear floats */
}
#left_menu_center .mega-menu li .sub li {
	float: none;
	clear:none;
	width: 150px;
	font-size: 1em;
	font-weight: normal;
}
#left_menu_center .mega-menu li .sub li.mega-hdr {
	float: left; /* Required */
	margin: 0 5px 10px 5px;
}
#left_menu_center .mega-menu li .sub a, #left_menu_center .mega-menu.left li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	float: none;
	color: #666;
	padding: 7px 10px;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
}
#left_menu_center .mega-menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 5px 5px 5px 15px;
	margin-bottom: 5px;
	background: #d94257;
	text-transform: uppercase;
	/*font-weight: bold; */
color: #fff;
}
#left_menu_center .mega-menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #ffff99;
	text-shadow: none;
}
#left_menu_center .mega-menu .sub li.mega-hdr li a {
	padding: 4px 5px 4px 20px;
	background: url(images/arrow_white.png) no-repeat 5px 8px;
	font-weight: normal;
}
#left_menu_center .mega-menu .sub li.mega-hdr li a:hover {
	color: #d94257;
	background: #efefef url(images/arrow_on.png) no-repeat 5px 8px;
}
#left_menu_center .mega-menu .sub ul li {
	padding-right: 0;
}
/* Styling for menu items with only 2 levels */
#left_menu_center .mega-menu li .sub-container.non-mega .sub {
	padding: 10px;
}
#left_menu_center .mega-menu li .sub-container.non-mega li {
	padding: 0;
	margin: 0;
	width: 150px;
}
#left_menu_center .mega-menu li .sub-container.non-mega li a {
	padding: 7px 5px 7px 22px;
	background: url(images/arrow_white.png) no-repeat 7px 10px;
}
#left_menu_center .mega-menu li .sub-container.non-mega li a:hover {
	color: #a32403;
	background: #efefef url(images/arrow_on.png) no-repeat 7px 10px;
}
