 /* School: Dec 29. 2009 */

body {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	}

ul.sidenav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px; /* Width of Menu Items */
	border-bottom: 1px solid #ccc;
	}

ul.sidenav li {
	position: relative;
	}

ul.sidenav li ul {
	position: absolute;
	left: 249px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul.sidenav li a {
	display: block;
	text-decoration: none;
	color: #FFF;
	background-color: #7EA457;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul.sidenav li a:hover {
	color: #FFF;
	background-color: #030;
	} /* Hover Styles */
		
ul.sidenav li ul li a {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 15px;
	background-color: #999;
	} /* Sub Menu Styles */
		
ul.sidenav li:hover ul, li.over ul { display: block; } /* The magic */

.arrow {
	background-image: url(../images/nav_images/arrow.png);
	background-position: right center;
	background-repeat: no-repeat;
	}
	