#header {
	background-color:#D07600;
}

#footer {
	background-color:#D07600;
}

#dnn_leftbox {  /* Menu */
	width: 225px;
	top: 0px;
	float: left;
	height:auto;
	position : relative;
}

#dnn_ContentPane {
	left:235px;
	width: 725px;
	top: 0px;
	float: left;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #9Cf;
	margin-bottom: 5px;
	margin-left: 2px;
}

#Childnav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
}

#Childnav {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #333;
	font-size: 9px;
}
#Childnav ul {
	display: inline;
}
#Level1 {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position : relative;
	z-index:5;
	border: 1px solid #000;
}

#Childnav .Level1 li {
	list-style-type: none;
	width: auto;
	padding-top:5px;
	text-decoration:none;
	margin: 0px;
}

#Childnav .Level2 {
	width:180px;
	left:10px;
	position : relative;
	z-index:5;
}

#Childnav .Level2 li {
	list-style-type: none;
	display: list-item;
	overflow: visible;
	position : relative;
	z-index:5;
}

#Childnav  .Level3 {
	position : absolute;
	display: list-item;
	list-style-type: none;
	left:-1500px;
	top:3px;
	width:200px;
	background-color:#FFF;
	border: 1px solid #000;
	padding: 5px;
	margin-bottom:5px;
	z-index:5;
	white-space: nowrap;
}

#Childnav .Level3 li {
	list-style-type: none;
	display: list-item;
	overflow: visible;
	position : relative;
}

#Childnav .Level2 .SelectedTab .Level3{
	left:10px;
	width:160px;
	position:relative;
	z-index:500;
}

#Childnav li .SelectedTab{
	background-color:#CCC;
	font-size: 9px;
	width:200px;
}
/* no need to change these hover classes 
unless you need more than 4 levels */
#Childnav .Level2 li:hover {
	z-index:5;
}

#Childnav .Level3:hover {
	z-index:500;
}

#Childnav li li:hover ul,
#Childnav li li li:hover ul {
	left:10px;
	position : relative;
	z-index:500;
}

