
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
	display:		block !important;
	visibility:		visible !important;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	background:		#12284C;
	float:			left;
	position:		relative;
	-webkit-border-radius:10px 10px 10px 10px; 
	-moz-border-radius:10px 10px 10px 10px; 
	border-radius:10px 10px 10px 10px;
}

.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	height: 2em;
	margin-bottom:	1em;
}
.sf-menu a {
	/*border-left:	1px solid #FFF;*/
	/*border-top:		1px solid #FFF;*/
	padding: 		.5em 1em;
	text-decoration:none;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#FFF;
}
.sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#BDBFC2;
}
/* .sf-menu li { */
	/* background:		#12284C; */
}
.sf-menu li li {
	background:		#12284C;
}
.sf-menu li li a {
    display: block;
    line-height: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
    background: #12284C;
    position: relative;
    z-index: 100;
    font-family: Tahoma,arial;
    color: #fff;
    font-weight: normal;
    font-size: 12px;
    border-top: 1px solid #dbdbdb;
    border-right: 0px dotted #000;
    text-align: left;
}
.sf-menu li li a:hover {
	-webkit-border-radius:0px !important; 
	-moz-border-radius:0px !important; 
	border-radius:0px !important;
}
.sf-menu li li li {
	background:		#12284C;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:		#12284C;
	outline:		0;
	-webkit-border-radius:10px 10px 10px 10px; 
	-moz-border-radius:10px 10px 10px 10px; 
	border-radius:10px 10px 10px 10px;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	background-image: url(downArrow.png);
    	background-repeat: no-repeat;
   	background-position: 90% 50%;
}

.sf-menu a.sf-with-ul li ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	background-image: url(subArrow.png);
    	background-repeat: no-repeat;
   	background-position: 90% 50%;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
/*Copied from prior version*/
ul ul, ul ol, ol ol, ol ul { margin-left:0px; margin-bottom:0px; }

body, nav, ul, li, a  { margin: 0; padding: 0; }
a { text-decoration: none; }

.container {
    width: 90%;
    max-width: 900px;
    margin: 10px auto;

}
    
.toggleMenu 
{
     margin-bottom:10px;
     display: none;
     padding: 5px 15px;
     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:10px 10px 10px 10px; -moz-border-radius:10px 10px 10px 10px; border-radius:10px 10px 10px 10px;
	 -webkit-box-shadow: #0c1113 2px 2px 2px; -moz-box-shadow: #0c1113 2px 2px 2px; box-shadow: #0c1113 2px 2px 2px;
     border-radius:10px; -mox-border-radius:5px;
    border:2px solid #175ea1;
    behavior:url("/Portals/_default/Skins/Ares/PIE.htc");position:relative;  
	
}

a.toggleMenu {
    font-size:11px;
    text-decoration:none;
    
}

/*** 1.) mpreston - added the div.BevelTitle_content node to the css file at https://tst.ksde.org/Portals/0/Skins/KSDE/SuperfishCSAS/superfish.css?cdv=163
in order to override the color (text color from: https://tst.ksde.org/Portals/0/Skins/KSDE/stylesheets/customizer.css color: (text) set to #000; (black) ***/

.sf-menu div.BevelTitle_content{
color: #000;
}

.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:15px; font-family:Arial, Helvetica, sans-serif; padding:0 25px; font-weight:none;
}

/*** 2.) mpreston - removed last-of-type, because it was over writing the css for the last button. ***/
/*** .nav>li:last-of-type>a {border: none;} ***/


/*** 3.) mpreston - change background-color (button color) from #cccccc to #12284c and then to #53565a and color (text) from #000000 to #fff 
     4.) mpreston - add color value to the end of the border ***/

/*** Edit Nav Text Color Code ***/
.nav > li > a { color:#fff; 
background-color: #12284c;
border: 0px solid #000;
-webkit-border-radius:0 0 10px 10px; -moz-border-radius:0 0 10px 10px; border-radius:0 0 10px 10px;
border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;}
/***  -webkit-box-shadow: #0c1113 2px 2px 2px; -moz-box-shadow: #0c1113 2px 2px 2px; box-shadow: #0c1113 2px 2px 2px; ***/
/***    ***/


}
/*** 5.) mpreston - Change a:hover and a:visited changed from #000000 to #bdbfc2 ***/

/*** Edit Nav Hover Code ***/
.nav > li > a:hover { color:#bdbfc2; }

/*** Edit Current SubMenu Hover Code ***/
.nav .current > a, 
.nav .current > a:visited {color:#bdbfc2;}


.nav li {
    position: relative;
}

.nav ul li a,.nav .current ul li a{ background-image:none;}


.nav > li {
    float: left; list-style:none;
}
.sf-sub-indicator { display:none; }

/**** Edit Menu Indicator Padding Code ****/
.nav > li > .parent {
    background-image: url("downArrow.png");
   background-repeat: no-repeat; background-position: 90% 60%;
}
.nav > li > a { display: block;}

.nav li ul {
    min-width:15em; /**** Edit Width ****/
    position: absolute;
    display: none;
    
}

/**** Edit MenuTop Margin Code ****/
.nav > li > ul {  border-top:0px solid #000; border-right:0px solid #000;border-bottom:0px solid #000;border-left:0px solid #000;margin-top:5px; }

.nav > li.hover > ul {
    display: block;
}
.nav li li.hover ul {
    left: 100%;
    top: 0;
    display: block;
}
.nav li li { list-style:none; }

/*** 6.) mpreston - change background-position: 95% 50%; (for the dropdown arrow) from #90% to #95% ***/

.nav li li .parent {
    background-image: url("subArrow.png");
    background-repeat: no-repeat; background-position: 95% 50%;
}


/*** 7.) mpreston - change background-color (button color) from #033665 to #12284c  ***/
    
/*** Edit SubMenu Code ***/
.nav li li a {
    display: block; line-height:20px; padding-top:8px; padding-bottom:8px;
    background: #12284c; 
    position: relative; z-index:100;
    font-family:Tahoma,arial; color:#fff; font-weight:normal; font-size:12px;
    border: 0px solid #000;
    /*** border-top:1px solid #dbdbdb;border-right:0px dotted #000; text-align:left; ***/
    behavior:url("/Portals/_default/Skins/Ares/PIE.htc");
}

/*** 8.) mpreston - change the hover background color from #294b68 to #12284c 
     9.) mpreston - change the hover\vistited color (text) from nothing\inherited to #888c91 (space shuttle 85% lighter) and then to #babfc2 ***/


/*** Edit SubMenu Hover Code ***/
.nav li li a:hover { display: block; background:#12284c; box-shadow:none; border-top:1px solid #dbdbdb;border-right:0px dotted #000;color:#babfc2; }

.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:900px) { .nav a { padding:0px 15px; } .nav > li > ul { margin-top:19px; }  }

@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 { margin-top:5px; background:#4b7296; color:inherit; border-top:1px solid #91a1b0; font-size:16px; line-height:20px;} 
    .nav > li > .parent { margin-right:9px; border:1px solid; color:inherit; }
    
   .nav > li > .parent { background-image: url("downArrowMbl.png");background-position: 95% 50%;  }
   
    .nav > li > ul { margin-top:0px; }
    .nav > li > a { color:#ffffff; }
    .nav > li > a:hover { color:#68b6fe;}
    
    .nav li li a { font-size:14px; line-height:22px; }
    .nav li li li a { margin-left:0px; font-size:14px; border:1px solid #000; }
    
    .nav > li > .parent { margin-right:0px; }
    
    .nav>li:last-of-type>a { border:1px solid; color:inherit; } 
    
    
}

@media screen and (max-width: 420px) {
    
    /**** Edit Code ****/
    .nav { margin-top:5px; background:#4b7296; color:inherit; }
    .nav a { border-top:1px solid #91a1b0; font-size:16px; line-height:20px; } 
    .nav .current > a, .nav .current > a:visited { color:inherit; }
    
    .nav > li > .parent { background-image: url("downArrowMbl.png");background-position: 95% 50%;  }
   
    .nav > li > ul { margin-top:0px; }
    .nav > li > a { color:#ffffff; }
    .nav > li > a:hover { color:#68b6fe;}
    
    .nav li li a { font-size:14px; line-height:22px; }
    .nav li li li a { margin-left:0px; font-size:14px; }
    
    .nav > li > .parent { margin-right:0px; }
    
    .nav>li:last-of-type>a { border:1px solid; color:inherit; }
}

.MenuCenter { text-align:center; }


@media all and (min-width:0) { .nav > li > ul { top:18px; } /* ALL IE9-IE10pp4 */ }
@-moz-document url-prefix() { .nav > li > ul { top:18px; } /* Firefox */ }
@media screen and (-webkit-min-device-pixel-ratio:0) { .nav > li > ul { top:18px; } /* Webkit */ }

