/* CSS Document */

/* NAV */

#sidenav {
	margin: 0px;
	padding: 0px;
	font-size: 12pt;
}
#sidenav ul {
	list-style: none;
	padding: 0;
	margin: 0;
	}
#sidenav a {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	height: 20px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}
#sidenav a:hover {
	background: #CC0000;
	font-weight: bold;
	color: #000000;
}
#sidenav a.flyout {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	display: block;
	background:url(../images/navarrow_m.gif) no-repeat center right;
	height: 20px;
	margin: 7px 0px 0px 10px;
	padding: 0px;
}
#sidenav a.flyout:hover {
	background: #CC0000;
	font-weight: bold;
	color: #000000;
}
#sidenav a.top {
	background: #CC0000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 225px;
	height: 20px;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 3px 0px 3px 5px;
	margin: 0px;
}
#sidenav a.top:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#sidenav a.child {
	background: #CC0000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 225px;
	height: 20px;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 3px 0px 3px 5px;
	margin: 0px;

}
#sidenav a.child:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#sidenav a.bottom {
	background: #CC0000;
	text-decoration: none;
	text-align: left;
	display: block;
	width: 225px;
	height: 20px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	padding: 3px 0px 3px 5px;
	margin: 0px;

}
#sidenav a.bottom:hover {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
#sidenav li {
	margin: 0px;
	padding: 0px;
	height: 20px;
}
#sidenav li ul {
	position: absolute;
	width: 180px;
	left: -999em;
	margin: -21px 0px 0px 150px;
}
#sidenav li:hover ul, #sidenav li.sfhover1 ul {
	left: auto;
}
#Container a.mlstbut {
	position: absolute;
	z-index: 8;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	display: block;
	width: 168px;
	height: 25px;
	background: url(../images/mlistBCK2.gif) no-repeat top;
	margin: 13px 0px 20px 732px;
	padding: 4px 0px 0px 0px;
}
#Container a.mlstbut:hover {
	color: #000000;
	text-decoration: none;
}
