/* University of Adelaide
 * WILTO YERLO List Style Nav - DRL Oct 2006
 */

#nav { display: block; } -->

 /* new breadcrumb
-------------------------------------------------------*/
 
#crumb-container {color:#FFFFFF;}
#crumb-container ul { padding: 0px; margin: 0px; display: inline; }
#crumb-container ul li { display: inline; }
#crumb-container a:link, #crumb-container a:active, #crumb-container a:visited {
color:#661100;
font-weight:normal;
text-decoration:none;
}

/* Level One Elements
-------------------------------------------------------*/

#nav-container .linkinfo {
	display: none;
	}
#nav-container {
	margin: 0px;
	}
#nav-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	line-height: 10px;
	}
#nav-container li {
	color: #610;
	border-bottom: 1px solid white;
	background-color: #b70;
	font-size:10px;
	line-height:12px;
	}
#nav-container a {
	display: block;
	color: white;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding: .5em 1em .7em 1.5em;
	margin: 0px;
	}
#nav-container a:hover {
	color: #610;
	font-weight: bold;
	text-decoration: none;
	background-color: #eb3;
	background-image: url('/global/images/nav/arrow_hollowc.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container a.current_link {
	color: #610;
	font-weight: bold;
	text-decoration: none;
	background-color: #eb3;
	background-image: url('/global/images/nav/arrow_hollowc.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

/* Level Two Elements
-------------------------------------------------------*/

#nav-container ul ul {
	list-style-type: none;
	background-color: #ddd5bb;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid white;
	border-bottom: 1px solid #789;
	}
#nav-container ul ul li {
	background-color: #ddd5bb;
	border-bottom: 1px solid white;
	}
#nav-container ul ul a {
	color: #444;
	font-weight: normal;
	font-style: italic;
	padding: .5em 1em .7em 1.5em;
	}
#nav-container ul ul a:hover {
	color: #610;
	font-weight: normal;
	text-decoration: none;
	background-color: #cb9;
	background-image: url('/global/images/nav/arrow_hollowd.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container ul ul li.current > a {
	color: #610;
	font-weight: bold;
	text-decoration: none;
	background-color: #cb9;
	background-image: url('/global/images/nav/arrow_hollowd.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

/* Level Three Elements
-------------------------------------------------------*/

#nav-container ul ul ul {
	background-color: white;
	}
#nav-container ul ul ul li {
	color: #444;
	background-color: white;
	border-top: 1px solid #789;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid white;
	}
#nav-container ul ul ul a {
	background-color: white;
	margin: 0px;
	padding: .5em 1em .7em 1.5em;
	color: #444;
	}
#nav-container ul ul ul a:hover {
	background-color: white;
	color: black;
	background-image: url('/global/images/nav/arrow_hollow1.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container ul ul ul li.current > a {
	background-color: white;
	color: #444;
	font-weight: bold;
	background-image: url('/global/images/nav/arrow_hollow1.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

