.dcjq-vertical-mega-menu ul {list-style:none;}
/* Vertical Mega Menu Styles */
.dcjq-vertical-mega-menu .menu{
	line-height: 16px;
	position: relative; /* Required */
	border-bottom: none;
}
.dcjq-vertical-mega-menu .menu li a {
	display: block;
	color: #FF9900;
	padding-left: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 20px;
	text-decoration: none;
	width: 210px;
	font-weight: normal;
	font-size: 0.9em;
	border: #f5f5F5 thin solid;
	background-image: url('../images/slider-brand-bg.png');
	background-repeat: repeat-x;
}
.dcjq-vertical-mega-menu .menu li a:hover, .dcjq-vertical-mega-menu .menu li.mega-hover a {
	/*background-position: 0 -40px;*/
	background-image: none;
	background-color: #FF9900;
	color: #ffffff;
	border: #FF9900 thin solid;
	width: 216px;
	z-index: 100000;
}
.dcjq-vertical-mega-menu .menu li a.dc-mega {
	position: relative;
}
/* Add arrow icon to parent links */
.dcjq-vertical-mega-menu .menu li a .dc-mega-icon {
	display: block;
	position: absolute;
	top: 18px;
	right: 5px;
	width: 6px;
	height: 8px;
	background: url('../images/arrow_right.png') no-repeat -6px 0;
}

.dcjq-vertical-mega-menu .menu li a:hover .dc-mega-icon, .dcjq-vertical-mega-menu .menu li.mega-hover a .dc-mega-icon {
	background-position: 0 0;
}
/* Mega menu container */
.dcjq-vertical-mega-menu .menu li .sub-container {
	position: absolute; /* Required */
	overflow: hidden;
	/* background: url(../images/bg_menu.png) no-repeat 100% 100%; /* Add the drop shadow */
	background-color: #ffffff;
	padding-left: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	-webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
	border: 3px solid #FF9900;
	/* Padding for drop shadow */
}

/*container in*/
.dcjq-vertical-mega-menu .menu li .sub-container .sub {
	/*background: #ffffff url(../images/bg_grad_top.png) repeat-x 0 0;*/
}
/*řádek*/
.dcjq-vertical-mega-menu .menu li .sub .row {
	width: 100%;
	overflow: hidden; /* Clear floats */
	margin-left: 2px;
}
.dcjq-vertical-mega-menu .menu li .sub li {
	float: none;
	font-size: 1em;
	font-weight: normal;
	margin-bottom: 3px;
	margin-left: 10px;

}
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr {
	float: left; /* Required */
	margin: 0;
}

.dcjq-vertical-mega-menu .menu li .sub a, .dcjq-vertical-mega-menu .menu.left li .sub a {
	background: none;
	border: none;
	text-shadow: none;
	float: none;
	color: #77dd00;
	display: block;
	text-decoration: none;
	font-size: 0.9em;
	margin-bottom: 0;
	border: #F0f0f0 1px solid;
	background-image: url('../images/slider-brand-bg.png');
	background-repeat: repeat-x;
	padding: 0;
}

/*
.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a {
	padding: 0px;
	margin-bottom: 1px;
	text-transform: uppercase;
	font-weight: bold;
	color: #ffffff;
	text-align: center;
}

.dcjq-vertical-mega-menu .menu li .sub li.mega-hdr a.mega-hdr-a:hover {
	color: #3399FF;
	text-shadow: none;
}
.dcjq-vertical-mega-menu .menu .sub li.mega-hdr li {
   margin-bottom: 3px;
   border: #0066DD thin dashed;
}
*/

.dcjq-vertical-mega-menu .menu .sub ul li {
	/*border: #f0f0F0 thin solid;*/
	background-color: #f5f5f5;
	/*background-image: url('../images/slider-brand-bg.png');
	background-repeat: repeat-x;*/
	margin-left: 3px;
	background-position: left;
	background-repeat: no-repeat;
}/*podskup*/

.dcjq-vertical-mega-menu .menu .sub ul li a {
	width: 240px;
	height: 30px;
	padding-left: 5px;
	padding-top: 6px;
	padding-bottom: -5px;
	font-weight: normal;
}

.dcjq-vertical-mega-menu .menu .sub ul li span{
	width: 40px;
	height: 40px;
	float: right;
	margin-top: 1px;
	margin-right: 1px;
	background-color: #ffffff;
	/*border: #0000FF dotted thin;*/
}

.dcjq-vertical-mega-menu .menu .sub ul li a:hover {
	color: #ffffff;
	background-color: #77dd00;
	background-image: none;
}

/*
#menu-podskupina-1339{
	background-image: url('../menuobr/4_cd_media_prehravace_m.jpg');
	background-repeat: no-repeat;
}
*/

/* Styling for menu items with only 2 levels */
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega .sub {
	padding: 0px;
	background: #fff;
}
.dcjq-vertical-mega-menu .menu li .sub-container.non-mega li {
	padding: 0;
	margin: 0;
	width: 100px;
	float: none;
}
