 /*campsidenav2_may 13, 2010*/

.sidenav2header{
	color:#FFF;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #6699cc;
	padding-top: 10px;
	width: 230px; 
	}

ul.sidenav2{
	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.sidenav2 li {
	position: relative;
	}

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

/* Styles for Menu Items */
ul.sidenav2 li a {
	display: block;
	text-decoration: none;
	color: #666;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 15px;
	font-weight: normal;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: dotted;
	border-left-style: dotted;
	border-right-color: #666;
	border-left-color: #666;
	}

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

ul.sidenav2 li a:hover {
	color: #FFF;
	background-color: #336699;
	} /* Hover Styles */
		
ul.sidenav2 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.sidenav2 li:hover ul, li.over ul { display: block; } /* The magic */

