#Childnav a {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 9px;
	text-decoration: none;
}

#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-bottom: 0px;
	position : relative;
	z-index:5;
	border: 1px solid #000;
}

#Childnav .Level1 li {
	list-style-type: none;
	width: auto;
	padding-top:5px;
	text-decoration:none;
}

#Childnav .Level2 {
	width:180px;
	left:15px;
	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:20px;
	position : relative;
	z-index:500;
}
