.navbar {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin-bottom: 0;
	padding: 25px 0 0 0;
}

.navbar-default {
    background-color: transparent;
    border: none
}

.navbar-collapse {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none
}

#dnnMenu .topLevel>li>a {
    color: #ddd332;
	font-size:30px;
	font-weight:500;
	float:left;
	margin-bottom:40px;
}
.navbar-nav.sm-collapsible .caret, .navbar-nav.sm-collapsible ul .caret {
	display:none;
}
#dnnMenu .topLevel>li>a:focus,
#dnnMenu .topLevel>li>a:hover {
    color: #ddd332;
	text-decoration:none;
}

#dnnMenu .topLevel>li.active>a:focus,
#dnnMenu .topLevel>li.active>a:hover {
    color: #ddd332;
}

#dnnMenu .topLevel>.open>a,
#dnnMenu .topLevel>.open>a:hover,
#dnnMenu .topLevel>.open>a:focus {
    background: none
}

#dnnMenu .topLevel>.active.open>a,
#dnnMenu .topLevel>.active.open>a:hover,
#dnnMenu .topLevel>.active.open>a:focus {
    background-color: transparent;
}

#dnnMenu .navbar-default .topLevel>li>a {
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background: transparent;
    padding: 0;
	border:none;
}

#dnnMenu .dropdown-menu::after {
   display:none;
}

#dnnMenu .dropdown-menu li {
    background: none;
    float: none;
    clear: both;
    width: auto;
    padding: 10px 0;
    border-bottom: none;
    -o-transition: all .3s ease 0s;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    transition: all .3s ease 0s
}

#dnnMenu .dropdown-menu li:hover {
    background: transparent;
}

#dnnMenu .dropdown-menu li:last-child {
    border: none
}

#dnnMenu .dropdown-menu li>a {
    background: transparent
}

#dnnMenu .dropdown-menu li.active>a,
#dnnMenu .dropdown-menu li.active a:hover,
#dnnMenu .dropdown-menu li.active a:focus {
    /*color: #3f3f3f;
    font-weight: 600*/
}
#dnnMenu .dropdown-menu a {
	font-weight:300;
	font-size:20px;
	color:#fff;
}
#dnnMenu .dropdown-menu a 
#dnnMenu .dropdown-menu a:hover, #dnnMenu .dropdown-menu li > a {
    text-decoration:none;
}

#dnnMenu .subLevelRight::after {
    border: none
}

@media only screen and (min-width:768px) and (max-width:995px) {
    #dnnMenu .nav li {
        font-size: 15px
    }
}

@media only screen and (max-width:991px) {
    #dnnMenu .dropdown-menu {
        padding: 0;
		border:none;
    }
    #dnnMenu .dropdown-menu::after {
        border: none;
        pointer-events: none;
        border-color: none;
        border-width: 0
    }
    #dnnMenu .dropdown-menu.subLevel {
        padding: 0
    }
    #dnnMenu .dropdown-menu.subLevel li.active a span {
        /*color: #3f3f3f*/
    }
    #dnnMenu .dropdown-menu.subLevel li {
        /*background: #13406a;*/
		background-color: transparent;
        padding: 0
    }
	#dnnMenu .dropdown-menu.subLevel li:hover {
		background: #ffffff;
	}
	#dnnMenu .dropdown-menu.subLevel li a span, #dnnMenu .dropdown-menu.subLevel li a {
		text-transform:none;
		font-size:14px;
		font-weight:500;
		margin-left: 0;
		padding-left: 7px;
	}
    #dnnMenu .dropdown-menu.subLevelRight li {
        background: #13406a;
        padding: 0
    }
	#dnnMenu .dropdown-menu.subLevelRight li a {
		color:#0d3647;
		text-transform:none;
	}
    #dnnMenu .topLevel li {
        position: relative;
        /*background: #13406a;*/
		background-color: transparent;
        list-style-type: none;
        float: none;
        width: 100%;
        margin-bottom: 0;
       
    }
	#dnnMenu .topLevel > li a {
	}
	#dnnMenu .topLevel > li:last-child a {
		border-bottom:none;
	}
    #dnnMenu .topLevel li.active a {
        color: #ddd332;
        font-weight: bold
    }
    #dnnMenu .topLevel li a, #dnnMenu .topLevel li a:active, #dnnMenu .topLevel li a:focus, #dnnMenu .topLevel li a:hover {
        display: block;
        color: #ddd332;
        -webkit-transition: all .2s ease 0s;
        -moz-transition: all .2s ease 0s;
        -o-transition: all .2s ease 0s;
        transition: all .2s ease 0s;
        padding-top: 0;
        padding-bottom: 0;
		text-transform:uppercase;
    }
    #dnnMenu .topLevel li a:hover {
        /*background: #ddd332;*/
		background: tranpsarent;
    }
    #dnnMenu .topLevel li a:hover span {
        color: #3f3f3f
    }
    #dnnMenu .topLevel li a span {
        line-height: 39px;
        margin: 0;
        padding: 0 5px 0 15px;
        font-size: 18px;
		font-weight:bold;
    }
    #dnnMenu .topLevel .dropdown.open a span {
        
    }
    #dnnMenu .topLevel .dropdown-menu.subLevel a span {
        color: #fff;

		font-size:16px;
		font-weight:bold;
    }
	#dnnMenu .topLevel .dropdown-menu.subLevel li.dropdown a {
		border-bottom:none;
	}
	#dnnMenu .topLevel .dropdown-menu.subLevelRight a span {
		color:#0d3647;
		text-transform:none;
		padding-left:28px;
		font-weight:500;
	}
	#dnnMenu .topLevel .dropdown-menu.subLevelRight li {
		height:35px;
	}
	
	#dnnMenu .topLevel .dropdown-menu.subLevelRight li, #dnnMenu .topLevel .dropdown-menu.subLevelRight a {
		border-bottom:none;
	}
    #dnnMenu .topLevel>li>a {
		margin-bottom:0;

    }
    #dnnMenu .topLevel>li>a:hover span {
        color: #ddd332;
    }
	#dnnMenu .dropdown.open .subLevel>li a:hover {
		text-decoration:none;
	}
    #dnnMenu .dropdown.open .subLevel>li a:hover span {
        color: #fff;
    }
    .navbar-nav.sm-collapsible .caret,
    .navbar-nav.sm-collapsible ul .caret {
        position: relative;
        /*right: 0;*/
        padding: 0;
        width: 65px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        border-width: 1px;
        border-style: solid;
        top: 0;
        border: none;
        background-color: transparent;
        display: block;
        margin: 0;
        border-radius: 0;
        font-size: 1.4em;
		font-weight:bold;
    }
	.navbar-nav.sm-collapsible .caret::before {
		font-size: 23px;
	}
	.navbar-nav.sm-collapsible .open > a > .caret::before {
		content: "\f077";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 14px;
	}
	.navbar-nav.sm-collapsible .caret::before {
		content:  "\f078";
		font: normal normal normal 14px/1 FontAwesome;
		font-size: 14px;
}
}