
/* HEADERNAV transforms an unordered list into horizontal navigation tabs */
/* change url to substitute your own image background: */
/* 999999 ==> RGB 0.6, 0.6, 0.6 */
div#headernav { height: 20px; margin-left: auto; margin-right: auto; background: #999999 top left no-repeat ; border: 0px; }
div#headernav_parents { display: block; float: left; margin-left: 20px; margin-right: 20px; font-size: 1em; color: white; }
div#headernav_parents a { color: white; }
div#headernav ul#header_menu { padding: 0; margin: 0; list-style-type: none; text-align: center; }
div#headernav ul#header_menu li { display: block; float: left; text-align: center; text-indent: 5px; white-space: nowrap; }
div#headernav ul#header_menu li a { color: white; background: #0068ae; font-size: 1em; display: block; height: 18px; width: 100px; font-weight: bold; border-right: 2px black solid; border-top: 1px #6ea9d1 solid; border-bottom: 1px black solid; }
div#headernav ul#header_menu li a:hover { color: #0068ae; background: #ffffff; text-decoration: none; border-top: 1px white solid; border-bottom: 1px black solid; }
div#headernav ul#header_menu li a.selected { background: #ffffff; color: #0068ae; border-top: 1px white solid; border-bottom: 1px white solid; }
div#headernav ul#header_menu li a.selected:hover { border-top: 1px white solid; border-bottom: 1px white-solid; }
/* end HEADERNAV */


/* SIDENAV class formats unordered lists as left column navigation  */
ul.sidenav {   /* set properties of level 1 - sidenav headings */
	list-style-type: none;
	color: #FFFFFF;   /* font color of sidenav headings */
	font-weight: bold;
	background-color: #5D8AB5;   /* background color of sidenav headings */
	margin: 0;
	padding: 0;
	text-indent: 0.2em;
	width: 100%;
	}
html>body ul.rollmenu {width: 100%}  /* code for Opera browser */
ul.sidenav li {
	font-size: 11px;
	width: 100%
	display: block;
	line-height: 18px;   /* space between lines */
	}
ul.sidenav ul {
	list-style-type: none;
	font-weight: normal;
	color: black;
	padding: 0;
	margin: 0;
	text-indent: 1em;
	background-color: #FFFFFF;
	}
ul.sidenav ul ul {  /* set properties of level 3  */
	list-style-type: none;
	font-weight: normal;
	color: black; /* font color of sidenav links */
	padding: 0;
	margin: 0;
	text-indent: 2em;
	}
ul.sidenav ul ul ul {  /* set properties of level 4  */
	list-style-type: none;
	font-weight: normal;
	color: black; /* font color of sidenav links */
	padding: 0;
	margin: 0;
	text-indent: 3em;
	}
ul.sidenav a {  /*  links  */
    text-decoration: none;
    display: block;
	border-bottom: 1px solid #5D8AB5;
	}
html>body ul.sidenav a {width: auto}  /* code for Opera browser */
ul.sidenav a:hover {
    background-color: #EEEEEE;
	text-decoration: none;
	}
ul.sidenav.hilite {
    background-color: #EEEEEE;
	text-decoration: none;
	}
/* end sidenav code */
