﻿#dnnMenu{
	display: inline-block;
	}
	
#dnnMenu .topLevel{
	position:relative;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
	}

#dnnMenu .topLevel li{
	float:left;
	margin:0;
	list-style-type:none;
	position:relative;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px 30px;
	border-right: #e3d3e7 solid 1px;
	}

#dnnMenu .topLevel li:last-of-type{
	border-right: 0px;
	}

#dnnMenu .topLevel li a{
	display:block;
	color:#a26daf;
	font-size:16px;
	font-weight:600;
	text-decoration:none;
	box-sizing: border-box;
	}

#dnnMenu .topLevel li:nth-child(2) a{
	width: 170px;
	}

#dnnMenu .topLevel li:nth-child(3) a{
	width: 115px;
	}

#dnnMenu .topLevel li:nth-child(5) a, #dnnMenu .topLevel li:nth-child(6) a{
	width: 90px;
	}

	
#dnnMenu .topLevel li:hover, #dnnMenu .topLevel li:hover a, #dnnMenu .topLevel li a:hover {
	background: #71a4d8;
	color: #ffffff;
	}

#dnnMenu .topLevel li:nth-child(1):hover, #dnnMenu .topLevel li:nth-child(1):hover a, #dnnMenu .topLevel li:nth-child(1) a:hover {
	background: #9bcc52;
	color: #ffffff;
}

#dnnMenu .topLevel li:nth-child(2):hover, #dnnMenu .topLevel li:nth-child(2):hover a, #dnnMenu .topLevel li:nth-child(2) a:hover {
	background: #faa53f;
	color: #ffffff;
}

#dnnMenu .topLevel li:nth-child(3):hover, #dnnMenu .topLevel li:nth-child(3):hover a, #dnnMenu .topLevel li:nth-child(3) a:hover {
	background: #a26dae;
	color: #ffffff;
}


#dnnMenu .topLevel li a div {
	background:none;
	display: table-cell;
    vertical-align: middle;
	text-align: center;
	height: 65px;
}
	
#dnnMenu .topLevel li.hover a div, #dnnMenu .topLevel li a:hover div{
	background:none;
}


/* Sub Menu
--------------------------------------------------- */

#dnnMenu .subLevel {
	display:none;
	position:absolute;
	margin: 0 0 0 -30px;
	padding:0;
	z-index:5000;
	background-color:#ffffff;
	border: #71a4d8 solid 1px;
}

#dnnMenu .topLevel li:nth-child(1):hover .subLevel {
	border: #9bcc52 solid 1px;
    width: 270px;
}

#dnnMenu .topLevel li:nth-child(2):hover .subLevel {
	border: #faa53f solid 1px;
}

#dnnMenu .topLevel li:nth-child(3):hover .subLevel {
	border: #a26dae solid 1px;
}

#dnnMenu .topLevel li.hover .subLevel{
	display:table;
	white-space:nowrap;
}
	
#dnnMenu .subLevel ul {
	margin:0;
	padding:0;
	position:relative;
	z-index:1200;
}
	
#dnnMenu .subLevel li {
	float:left;
	clear:both;
	width: 270px !important;
	background: #ffffff !important;
	margin-right: 0px;
	margin-top: 0px;
	padding: 0px 0px;
	border-right: 0px;
}

#dnnMenu .topLevel li:nth-child(2) a .subLevel li{
	width: auto;
	}

#dnnMenu .topLevel li:nth-child(3) a .subLevel li{
	width: auto;
	}

#dnnMenu .topLevel li:nth-child(5) a .subLevel li, #dnnMenu .topLevel li:nth-child(6) a .subLevel li {
	width: auto;
	}

*#dnnMenu .subLevel li{
	
}

#dnnMenu .subLevel li.item a{
	background:#ffffff !important;
	padding:0px 0px 0px 0px;
}

#dnnMenu .subLevel li.item a div {
	display: table-cell;
    vertical-align: middle;
	height: 25px;
	color:#6f7073;
	text-align: left;
	background-image:none;
	border:0px;
	font-size:12px;
	padding: 0px 0px 0px 18px;
	letter-spacing: 0.05em;
	font-weight: 800;
	text-transform: none;
	width:100%;
	}

#dnnMenu .subLevel li.item a div img{margin-right:.5em;width:16px;height:16px;vertical-align:middle; background-image:none;}

#dnnMenu .subLevel li.item a div span{background-image:none;    white-space: nowrap;}

#dnnMenu .subLevel li.item a:hover div {
	color:#71a4d8;

	font-weight: 800;
}
 
#dnnMenu .topLevel li:nth-child(1):hover .subLevel li.item a:hover div {
	color:#9bcc52;
}

#dnnMenu .topLevel li:nth-child(2):hover .subLevel li.item a:hover div {
	color:#faa53f;
}

#dnnMenu .topLevel li:nth-child(3):hover .subLevel li.item a:hover div {
	color:#a26dae;
}





#dnnMenu .subLevelRight{
	display:none;
	position:absolute;
	top:0px;
	left:100%;
	width: 332px;
	margin:0 0 0 0px;
}

#dnnMenu .subLevelRight li:nth-child(2) a{
	width: auto;
	}

#dnnMenu .subLevelRight li:nth-child(3) a{
	width: auto;
	}

#dnnMenu .subLevelRight li:nth-child(5) a, #dnnMenu .topLevel li:nth-child(5) .subLevel li.item .subLevelRight ul li a {
	width: 225px;
	}

#dnnMenu .subLevelRight li:nth-child(6) a, #dnnMenu .topLevel li:nth-child(6) .subLevel li.item .subLevelRight ul li a {
	width: 280px;
	}


#dnnMenu .subLevelRight {
	border: #71a4d8 solid 1px;
	background: #dcebfa !important;
}

#dnnMenu .subLevelRight ul li, #dnnMenu .subLevel li.item .subLevelRight ul li a {
	background: #dcebfa !important;
	width: 330px;
}

#dnnMenu .subLevelRight ul li:hover, #dnnMenu .subLevel li.item .subLevelRight ul li a:hover, #dnnMenu .subLevel li.item .subLevelRight ul li a:hover div{
	background: #71a4d8 !important;
	width: 330px;
	color: #ffffff !important;
}

#dnnMenu .topLevel li:nth-child(1) .subLevel .subLevelRight {
	border: #9bcc52 solid 1px;
	/*margin-left: 43px;*/

}

#dnnMenu .topLevel li:nth-child(1) .subLevel .subLevelRight ul li, #dnnMenu .topLevel li:nth-child(1) .subLevel li.item .subLevelRight ul li a {
	background: #f0f9e4 !important;
	width: 330px;
}

#dnnMenu .topLevel li:nth-child(1) .subLevel .subLevelRight ul li:hover, #dnnMenu .topLevel li:nth-child(1) .subLevel li.item .subLevelRight ul li a:hover, #dnnMenu .topLevel li:nth-child(1) .subLevel li.item .subLevelRight ul li a:hover div{
	background: #9bcc52 !important;
	width: 330px;
	color: #ffffff !important;
}

#dnnMenu .topLevel li:nth-child(2) .subLevel .subLevelRight {
	border: #faa53f solid 1px;
}

#dnnMenu .topLevel li:nth-child(2) .subLevel .subLevelRight ul li, #dnnMenu .topLevel li:nth-child(2) .subLevel li.item .subLevelRight ul li a {
	background: #fff7ec !important;
	width: 330px;
}

#dnnMenu .topLevel li:nth-child(2) .subLevel .subLevelRight ul li:hover, #dnnMenu .topLevel li:nth-child(2) .subLevel li.item .subLevelRight ul li a:hover, #dnnMenu .topLevel li:nth-child(2) .subLevel li.item .subLevelRight ul li a:hover div{
	background: #faa53f !important;
	width: 330px;
	color: #ffffff !important;
}

#dnnMenu .topLevel li:nth-child(3) .subLevel .subLevelRight {
	border: #a26dae solid 1px;
}

#dnnMenu .topLevel li:nth-child(3) .subLevel .subLevelRight ul li, #dnnMenu .topLevel li:nth-child(3) .subLevel li.item .subLevelRight ul li a {
	background: #f1eaf4 !important;
	width: 330px;
}

#dnnMenu .topLevel li:nth-child(3) .subLevel .subLevelRight ul li:hover, #dnnMenu .topLevel li:nth-child(3) .subLevel li.item .subLevelRight ul li a:hover, #dnnMenu .topLevel li:nth-child(3) .subLevel li.item .subLevelRight ul li a:hover div{
	background: #a26dae !important;
	width: 330px;
	color: #ffffff !important;
}

#dnnMenu .subLevel li.first > .subLevelRight{top:0px;}

#dnnMenu .subLevel li.hover > .subLevelRight{display:table-cell}

#dnnMenu .subLevel li.first > .subLevelRight li.first > .subLevelRight {top:0px;}

#dnnMenu .subLevelRight ul{display:block;}

#dnnMenu .subLevelRight ul li{
	position:relative;

}

#dnnMenu .subLevelRight ul li a{display:block;}

#dnnMenu .subLevelRight ul li a div{display:block;white-space:nowrap;}

#dnnMenu .subLevelRight ul li.first > a{background-image:none;}

#dnnMenu .subLevelRight ul li.first > a div{background-image:none;}

#dnnMenu .subLevelRight ul li.first.last > a div{background-image:none;}

#dnnMenu .subLevel li.hover > .subLevelRight li.hover > .subLevelRight{display:none;}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}


