

/*Reset for DNN7 */
ul ul, ul ol, ol ol, ol ul { margin-left:0px; margin-bottom:0px; }

body, nav, ul, li, a  { margin: 0; padding: 0; }
body { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
a { text-decoration: none; }

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;
}
    
.toggleMenu {
     display:  none;
     padding: 5px 15px;
     background: #0d8aca; opacity: .9; filter: alpha(opacity = 80);
     background: -webkit-gradient(linear, 0 0, 0 bottom, from(#0d8aca), to(#0d5292));
     background: -webkit-linear-gradient(#0d8aca, #0d5292);
     background: -moz-linear-gradient(#0d8aca, #0d5292);
     background: -ms-linear-gradient(#0d8aca, #0d5292);
     background: -o-linear-gradient(#0d8aca, #0d5292);
     background: linear-gradient(#0d8aca, #0d5292);
     -pie-background: linear-gradient(#0d8aca, #0d5292);
	 -webkit-border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px;
	 -webkit-box-shadow: #0c1113 2px 2px 2px; -moz-box-shadow: #0c1113 2px 2px 2px; box-shadow: #0c1113 2px 2px 2px;
    border-radius:5px; -webkit-border-radius:5px; -mox-border-radius:5px;
    border:2px solid #175ea1;
    behavior:url("/Portals/_default/Skins/Poseidon/PIE.htc");position:relative;  
}

a.toggleMenu {
    font-size:24px;
    color: #fff;
}

.nav {
    list-style: none;
     *zoom: 1;
}
.nav:before,
.nav:after {
    content: " "; 
    display: table; 
}
.nav:after {
    clear: both;
}
.nav ul {
    list-style: none;
    width: 9em;
}

/*** Edit MainMenu Width ***/
.nav a {
   text-decoration:none; font-size:18px; font-family:'oswald',Tahoma; padding:6px 14px;
}

/*** Edit Nav Text Color Code ***/
.nav > li > a { color:inherit; border-right:1px dotted #d4d5d4; }
.nav > li:last-of-type a { border-right:none; }

/*** Edit Nav Hover Code ***/
.nav > li > a:hover { color:#61a5e4; }

/*** Edit Current SubMenu Hover Code ***/
.nav .current > a, 
.nav .current > a:visited { background:#60a1e3; color:#fff; }

.nav li {
    position: relative;
}
.nav > li {
    float: left; list-style:none;
}
.sf-sub-indicator { display:none; }

/**** Edit Menu Indicator Padding Code ****/
.nav > li > .parent {
    background-image: none;
    background-repeat: no-repeat;
    background-position: right;
}
.nav > li > a { display: block; }

.nav li ul {
    min-width:16em; /**** Edit Width ****/
    position: absolute;
    left: -9999px;
}

/**** Edit MenuTop Margin Code ****/
.nav > li > ul { margin-top:22px; }

.nav > li.hover > ul {
    left: 0;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
}
.nav li li { list-style:none; }

.nav li li .parent {
    background-image: url("subArrow.png");
    background-repeat: no-repeat; background-position: 95% 50%;
}
    
/*** Edit SubMenu Code ***/
.nav li li a {
    display: block; line-height:20px; padding-top:8px; padding-bottom:8px;
    background: #303030; opacity: 0.8; filter: alpha(opacity = 80);
    position: relative; z-index:100;
    font-family:Tahoma; color:#fff; font-weight:normal; font-size:16px;
    border-bottom: 1px solid #b9b9b9;
}

/*** Edit SubMenu Hover Code ***/
.nav li li a:hover { display: block; background:#9ec2e7; color:#000; box-shadow:none; }

.nav .current ul li .parent { background-image: url("subArrow.png"); background-repeat: no-repeat; background-position: 95% 50%; }
.nav .current ul li .parent:hover { background-image: url("subArrow.png"); background-repeat: no-repeat; background-position: 95% 50%; }


@media screen and (max-width:920px) { .nav a { padding:6px 5px; font-size:14px; } .nav > li > ul { margin-top:18px; } }

@media screen and (max-width:767px) {   
    .active { display: block; }    
    .nav > li { float: none; }
    .nav > li > .parent { background-position: 95% 50%; }
    .nav li li .parent { background-image: url("downArrow.png"); background-repeat: no-repeat; background-position: 95% 50%; }
    .nav ul { display: block; width: 100%; }
    .nav > li.hover > ul , .nav li li.hover ul { position: static; }
    
    /**** Edit Code ****/
    .nav a { padding: 10px 9px; }  
    .nav > li > .parent { margin-right:9px; }
}

@media screen and (max-width: 420px) {
    
    /**** Edit Code ****/
    .nav { margin-top:5px; color:inherit; }
    .nav a { border-top:none; font-size:16px; margin-bottom:4px; background:#79b6ef; border-radius:10px; line-height:18px; color:inherit; } 
    .nav .current > a, .nav .current > a:visited { background:#4b8dca; color:inherit; }
    
    .nav > li > .parent { background-image: url("downArrowMbl.png"); background-repeat: no-repeat; background-position: 95% 50%; margin-right:0px; }   
    .nav > li > .parent:hover { background-image: url("downArrowMbl.png"); background-repeat: no-repeat; background-position: 95% 50%; margin-right:0px; }   
    
    .nav li li a { font-size:14px; line-height:22px; border:none; }
    .nav li li li a { margin-left:0px; font-size:14px; }

    .nav li ul { min-width:10em; }
	.nav > li > ul { margin-top:0px; }
}

.MenuCenter { text-align:center; }





