/* The University of Adelaide 
 * List Style Auto Navigation - adapted from ASW Oct 2004
 * revised by DRL Sept 2007
 * colourway has shifted up one level to for subsite nav schema
 */
 
/* Breadcrumb
-------------------------------------------------------*/
 
#crumb-container { 
	padding: 0px; 
	margin: 0px; 
	color: #036;
	font-weight: normal;
	font-style: italic;
	display: none;
	}
#crumb-container a:link, #crumb-container a:active, #crumb-container a:visited { 
	color: #036;
	font-weight: normal;
	text-decoration: none;
	}
#crumb-container a:hover { 
	color: #369;
	font-weight: normal;
	text-decoration: underline;
	}
#crumb-container ul { 
	padding: 0px; 
	margin: 0px; 
	display: inline; 
	}
#crumb-container ul li { 
	display: inline;
	color: #036;
	}

/* Level One Elements
-------------------------------------------------------*/

#nav-container .linkinfo {
	display: none;
	}
#nav-container {
	border-bottom: none;
	margin: 0px;
	}
#nav-container ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
#nav-container li {
	color: #fff;
	font-size: 10px;
	line-height: 12px;
	background-color: #789;
	border-bottom: 1px solid #fff;
	}
#nav-container a {
	display: block;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	font-size: 10px;
	padding: .5em 1em .7em 1.5em;
	margin: 0px;
	}
#nav-container a:hover {
	color: #ffc;
	text-decoration: none;
	background-color: #036;
	background-image: url('/global/images/nav/arrow_standard.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container a.current_link {
	color: #ffc;
	font-weight: bold;
	text-decoration: none;
	background-color: #036;
	background-image: url('/global/images/nav/arrow_standard.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

/* Level Two Elements
-------------------------------------------------------*/

#nav-container ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	}
#nav-container ul ul li {
	color: #036;
	font-weight: normal;
	background-color: #ebf0f7;
	border-bottom: 1px solid #9ab;
	}
#nav-container ul ul a {
	color: #369;
	font-weight: bold;
	text-decoration: none;
	padding: .4em 1em .6em 1.5em;
	}
#nav-container ul ul a:hover {
	color: #036;
	text-decoration: underline;
	background-color: #fff;
	background-image: url('/global/images/nav/arrow_standard1.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container ul ul li a.current_link {
	color: #036;
	font-weight: bold;
	text-decoration: none;
	background-color: #ebf0f7;
	background-image: url('/global/images/nav/arrow_standard1.gif');
	background-position: left;
	background-repeat: no-repeat;
	}

/* Level Three Elements
-------------------------------------------------------*/

#nav-container ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	}
#nav-container ul ul ul li {
	color: #036;
	font-weight: normal;
	background-color: #fff;
	border-top: 1px solid #9ab;
	border-bottom: 1px solid #fff;
	}
#nav-container ul ul ul a {
	color: #036;
	font-weight: normal;
	text-decoration: none;
	font-style: normal;
	padding: .4em 1em .6em 2.25em;
	}
#nav-container ul ul ul a:hover {
	color: #036;
	text-decoration: underline;
	background-color: transparent;
	background-image: url('/global/images/nav/arrow_standard2.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container ul ul ul li a.current_link {
	color: #036;
	font-weight: bold;
	text-decoration: none;
	background-color: #fff;
	background-image: url('/global/images/nav/arrow_standard2.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
	
/* Level Four Elements
-------------------------------------------------------*/

#nav-container ul ul ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	border-top: 1px solid #fff;
	}
#nav-container ul ul ul ul li {
	color: #036;
	font-weight: normal;
	background-color: #fff;
	border-top: 1px solid #9ab;
	border-bottom: 1px solid #fff;
	}
#nav-container ul ul ul ul a {
	color: #036;
	font-weight: normal;
	text-decoration: none;
	font-style: italic;
	text-decoration: none;
	padding: .4em 1em .6em 3.25em;
	}
#nav-container ul ul ul ul a:hover {
	color: #036;
	text-decoration: underline;
	background-color: transparent;
	background-image: url('/global/images/nav/arrow_standard3.gif');
	background-position: left;
	background-repeat: no-repeat;
	}
#nav-container ul ul ul ul li a.current_link {
	color: #036;
	font-weight: normal;
	text-decoration: underline;
	background-color: transparent;
	background-image: url('/global/images/nav/arrow_standard3.gif');
	background-position: left;
	background-repeat: no-repeat;
	}