@charset "utf-8";
/* CSS Document */

.DirBannerPane .dnnMenu .breadcrumb {
    padding: inherit;
    margin: inherit;
    list-style: outside none none;
    background:none;
    border-radius: 0;
}
.DirBannerPane {
	min-height:110px;
}
.DirBannerPane .dnnMenu {
	background-color: #eee;
	padding:10px 20px;
	border-radius: 10px;
}
.DirBannerPane .dnnMenu .topLevel {
  position: relative;
	margin:0;
	padding:0;
}
.DirBannerPane .dnnMenu .topLevel li {
    float: left;
    list-style-type: none;
    position: relative;
    margin:0 0 0 2px;
}

.DirBannerPane .dnnMenu .topLevel li {border-right:1px solid #91aa84;}
.DirBannerPane .dnnMenu .topLevel li:last-child {border-right:0px;}

.DirBannerPane .dnnMenu .topLevel li a {
    display: block;
    color: #323232;
    line-height:30px;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: open sans;
	margin:0 15px;
	border-top: 0px solid transparent;
	padding:0 0 0 0;
}
.dnnMenu .topLevel li.haschild a span:after {
  content: ""; /* \f0da */
  font-family: FontAwesome;
  padding: 0 0 0 5px;
  font-size: 12px;
  font-weight: normal;
  line-height:1;
}
.DirBannerPane .dnnMenu .topLevel li a span {
    display: block;
}

.DirBannerPane .dnnMenu .topLevel li.hover li a
{
	background:none;
}

.DirBannerPane .dnnMenu .topLevel li a div {
  display: block;
  line-height: 33px;
  margin: 0;
  padding: 0;
}


.DirBannerPane .dnnMenu .subLevel {
    position: absolute;
    width: auto;
    margin: 0px;
    padding:0;
    z-index: 1210;
    background:#fff;
	box-shadow: 0px 0px 5px #222;
    display: none;
    min-width: 200px;
	text-align:left;
	
}

.DirBannerPane .dnnMenu .topLevel li.hover .subLevel{display:block; }
.DirBannerPane .dnnMenu .subLevel ul{margin:0;padding:0;position:relative;z-index:1200;}
.DirBannerPane .dnnMenu .subLevel li {
    float: none;
    clear: both;
    width: auto;
	margin:0;
	border-right:0px;
}
.DirBannerPane .dnnMenu .subLevel li:last-child a{
    border-bottom: none;
}
.DirBannerPane .dnnMenu .subLevel li .subLevelRight li a { /*border-bottom: 1px solid #444;*/}
.DirBannerPane .dnnMenu .subLevel li li:last-child a { border-bottom:none;}
.DirBannerPane .dnnMenu .subLevel li li:last-child li a { /*border-bottom: 1px solid #444;*/}
.DirBannerPane .dnnMenu .subLevel li li:last-child li:last-child a{ border-bottom:none;}
.DirBannerPane .dnnMenu .subLevel li a {
    text-transform: capitalize;
    color: #AAA;
    font-weight: 400;
	position:relative;
	border-top: none !important;
	font-size: 13px;
    transition: none;
	margin:0;
	border-radius: 0;
	padding:0;
}

/*submenu Level2*/
.DirBannerPane .dnnMenu .topLevel li.haschild li a span:after { content:"";}
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild a span:after{
  content: ""; /* \f0da */
  font-family: FontAwesome;
  padding:0;
  font-size: 12px;
  font-weight: normal;
  position:absolute;
  right:10px;
  line-height:33px;
}

/*submenu Level3*/
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild li a span:after { content:"";}
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild li.haschild a span:after{
  content: ""; /* \f0da */
  font-family: FontAwesome;
  padding:0;
  font-size: 12px;
  font-weight: normal;
  position:absolute;
  right:10px;
}

/*submenu Level4*/
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild li.haschild li a span:after { content:"";}
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild li.haschild li.haschild a span:after{
  content: ""; /* \f0da */
  font-family: FontAwesome;
  padding:0;
  font-size: 12px;
  font-weight: normal;
  position:absolute;
  right:10px;
}

/*submenu Level5*/
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild li.haschild li.haschild li a span:after { content:"";}
.DirBannerPane .dnnMenu .topLevel li.haschild li.haschild li.haschild li.haschild li.haschild a span:after{
  content: ""; /* \f0da */
  font-family: FontAwesome;
  padding:0;
  font-size: 12px;
  font-weight: normal;
  position:absolute;
  right:10px;
}


.DirBannerPane .dnnMenu .subLevel li.haschild li a { background:none;}

.DirBannerPane .dnnMenu .subLevel li.item:hover {background-color:#eee;}
.DirBannerPane .dnnMenu .subLevel li.item a div{ display:block; color:#91aa84; }
.DirBannerPane .dnnMenu .subLevel li.item a div img{ margin-right:.5em;width:16px;height:16px;vertical-align:middle;}
.DirBannerPane .dnnMenu .subLevel li.item a div span {
    padding: 3px 20px;
	  position: relative;
}

.DirBannerPane .dnnMenu .subLevelRight {
    display: none;
    position: absolute;
    left: 200px;
    width: auto;
    top: 0;
    padding:0;
    background: #323638;
    min-width: 200px;
	
}
.DirBannerPane .dnnMenu .subLevel li.hover > .subLevelRight{display:block;}
.DirBannerPane .dnnMenu .subLevelRight ul{display:block;}
.DirBannerPane .dnnMenu .subLevelRight ul li{position:relative;}
.DirBannerPane .dnnMenu .subLevelRight ul li a{display:block;}
.DirBannerPane .dnnMenu .subLevelRight ul li a div{display:block; }


/*---selected---*/


.DirBannerPane .dnnMenu .topLevel li.selected .subLevel li a{
	border-top: none;
}
.DirBannerPane .dnnMenu .subLevel li.selected a div{ color: #222222;}
.DirBannerPane .dnnMenu .subLevel li.selected li a div{ color: #fff;}
/*---current---*/

.DirBannerPane .dnnMenu .topLevel li.current li a { border-top:none;}

/*---isStuck---*/
.is-sticky .DirBannerPane .dnnMenu {
    padding: 0;
}
/*---lampback---*/
.DirBannerPane .dnnMenu li.lampback {
    position: absolute;
    top: 0px;
    z-index: 8;
    border-top: 3px solid #fcc751;
	margin:0;
}


@media handheld, only screen and (max-width:1100px) {
.DirBannerPane .dnnMenu .topLevel li a { margin:0 10px; }
}


@media handheld, only screen and (max-width:1024px) {
.DirBannerPane .dnnMenu .topLevel li a { line-height:50px;}
}

@media handheld, only screen and (max-width:960px) {
.DirBannerPane .dnnMenu .topLevel li a { margin:0 5px;font-size:13px;}

}
@media handheld, only screen and (max-width:900px) {
.NavMenu { display:none;}

}


@media handheld, only screen and (max-width:767px) {

}










