/* University of Adelaide
 * List Style Nav
 * Mungified for Kaurna Warra Pintyandi october 2005
 * asw oct2004
 */

/* pde */
/*.pde_hide { display:none; }
.pde_show { display:block; }*/
.pde_active, .pde_parent {
	background-repeat: no-repeat;
	background-position: 0 50%;
	background-image: url(/kwp/images/arrow_AFD8EBb.gif);
	background-color: transparent;
}
.pde_parent {
	background-image: url(/kwp/images/arrow_97D470b.gif);
}


/* general */
#nav-container .linkinfo {
	display: none;
}
#nav-container a {
	display: block;
	text-decoration: none;
	font-size: 1.0em;
	color: #fff;
	padding: .3em 1em .25em 1.5em;
	font-weight: bold;
}
#nav-container li a img {
	text-align: text-top;
}
#nav-container a:hover {
	background-color: #CCE478;
	color: #847466;
	font-weight: bold;
}
#nav-container li.current > a {
	font-weight: bold;
	color: #FFF;
}
#nav-container .pde_active {
	font-weight: bold;
	color: #FFF;
}
#nav-container {
	border: 1px solid #FFF;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	margin: 10px;
	margin-top: 10px;
}
#nav-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav-container li {
	background-color: #948F3B;
	border: 1px solid #FFF;  /* IE6 */
	/*border-top: 1px solid #948F3B;*/
	border-top: 1px solid white;
}

/* level 2 */
#nav-container ul ul li {
	border: 1px solid white; /* IE6 */
	border-top: 1px dotted white;
	border-left: 0px solid white;
	border-right: 0px solid white;
	border-bottom: 0px solid white;
	/*background-color: white;*/
	background-color: #666633;
}
#nav-container ul ul {
	list-style-type: none;
	/*background-color: white;*/
	background-color: #9CA66D;
	margin: 0px;
	padding: 0px;
}
#nav-container ul ul a {
	color: #ffffcc;
	padding-left: 2.3em;
	background-image: url(/kwp/images/arrow_97D470.gif);
	background-position: 1.5em .5em;
	background-repeat: no-repeat;
	background-color: transparent;
}
#nav-container ul ul a:hover {
	background-color: #ffffff;
	background-image: url(/kwp/images/arrow_AFD8EB.gif);
	color: #847466;
	font-weight: bold;
}
#nav-container ul ul li.current > a {
	background-image: url(/kwp/images/arrow_AFD8EB.gif);
}

/* level 3 */
#nav-container ul ul ul {
	padding: .2em 0px .2em 0px;
	border-top: 1px dotted #FFF;
	background-color: #EEEDC8;
}
#nav-container ul ul ul li {
	border: 1px solid #EEEDC8;
	color: #FFF;
	background-color: #9CA66D;
	font-weight: bold;
}
#nav-container ul ul ul li a {
	margin: 0px;
	background-color: none;
	padding: 0px;
	padding-left: 2.5em;
	color: #FFF;
	font-weight: bold;
}
#nav-container ul ul ul li a:hover {
	background-color: none;
	
}


