/* CSS Document */

/**************** Quicklinks coding *****************/
/*                                                  */
/* Created: 3/15/07 	                            */
/* Updated: 7/31/08                                 */
/* Author: webmaster@ksbe.edu                       */
/*                                                  */
/****************************************************/

body {
height:100%;
margin: 0;
}

#ks_qlnavigation{
width:auto;
margin:0;
padding:0;
background-image: url(http://www.ksbe.edu/images/header/header4/header_bg.gif);
background-repeat: repeat-x;
height: 30px;
text-align: left;
}


/*when used with www62 style.css, need this value for your td*/

#ks_qlright_div{
float: right;
padding: 5px 15px 0 0;
font: bold 11px/16px helvetica, arial, sans-serif;
text-transform:uppercase;
height: 30px;
}

#ks_qlright_div a{
font: bold 11px/16px helvetica, arial, sans-serif;
text-transform:uppercase;
text-decoration: none;
color: #999999;
}

#ks_qlright_div a:hover{
font: bold 11px/16px helvetica, arial, sans-serif;
text-transform: uppercase;
text-decoration: none;
color: #cc0000;
}

#ks_qlright_div h2 {
font: bold 11px/16px helvetica, arial, sans-serif;
display: block;
margin: 0;
padding: 4px 3px;
}

#ks_qlmenu {
background-repeat: repeat-x;
float: left;
height: 30px;
width: auto;
padding: 5px 0 0 5px;
}

#ks_qlmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 200px;
float: left;
}

#ks_qlmenu a, #ks_qlmenu h2 {
font: bold 11px/16px helvetica, arial, sans-serif;
display: block;
margin: 0;
padding: 4px 3px;
border-bottom-width: 1px;
border-bottom-style: dotted;
border-bottom-color: #b5b5b5;
}

#ks_qlmenu h2 {
color: #000000;
text-transform:uppercase;
}

#ks_qlmenu a {
color: #072f67;
background: #d8d8d8;
text-decoration: none;
}

#ks_qlmenu a:hover {
color: #FFF;
background: #333;
}

#ks_qlmenu li {position: relative;}

#ks_qlmenu ul ul {
position: absolute;
z-index: 500;
}

#ks_qlmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#ks_qlmenu ul ul,
div#ks_qlmenu ul li:hover ul ul,
div#ks_qlmenu ul ul li:hover ul ul
{display: none;}

div#ks_qlmenu ul li:hover ul,
div#ks_qlmenu ul ul li:hover ul,
div#ks_qlmenu ul ul ul li:hover ul
{display: block;}

#ks_qlright_div input.blue {
background-color: #072f67; 
font-weight: bold; 
font-size: 12px; 
color: white;
}

#ks_qlright_div input.gray {
background-color: #D6E1F1;
border-width: 1px;
border-style: solid;
border-top-color:#727272;
border-right-color:#FFFFFF;
border-bottom-color:#FFFFFF;
border-left-color:#727272;
}



