/*--------------------------------------------------------------------------------------------------------------------------------*/

/* SIDE NAVIGATION */


#subMenu {
	float:left;
	width:157px;
	margin:0;
}


#subMenu sup {
	font-size:13px
}

#subMenu ul {	
	margin:0;
	padding:0;
}

/* the following declaration is required to prevent a mysterious 1px gap that would otherwise appear in IE between the list items */
#subMenu li {
	display:inline;
}
*>#subMenu>ul>li {
	display:block;
}
/* the height declaration is required to force IE to make the whole of the box occupied by a link element, clickable in IE */
#subMenu ul a {
	color: #005C97;
	text-decoration:none;
  	display:block;
	height:14px;
	padding:3px 0 3px 10px;
	font-size:11px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #B6CFDF;
}
*>#subMenu>ul>li>a {
	height:auto;
	min-height:13px;
}
#subMenu ul a:hover, #subMenu ul a.current, #subMenu ul a.current:hover, #subMenu ul a.IEhover {
	background: #D9F0F0;
}

/* 2nd level fold-out navs */
#subMenu ul li ul {
	border-bottom: none;
}
#subMenu ul li ul li a {
	color:#DE6665;
	font-weight:normal;
	font-size:11px;
	height:13px;
}

*>#subMenu>ul>li>ul>li>a {
	height:auto;
	min-height:13px;
}

/* 3rd level fold-out navs */

#subMenu ul li ul li ul {
	border-bottom: none;
}
#subMenu ul li ul li ul li a {
	color:#009999;
	font-weight:normal;
	font-size:11px;
	height:13px;
	padding:2px 0 2px 10px;
}
*>#subMenu>ul>li>ul>li>ul>li>a {
	height:auto;
	min-height:11px;
}

/* manipulation of nav_bullet_au.gif */
.nav_bullet{
	margin-bottom:1px;
}

.highlightActive{
	background: #D9F0F0;
}

/* ---- taxonomy menu -- */



#taxMenu {

	float:left;

	width:157px;

	margin:0;

}



#taxMenu ul {	

	margin:0;

	padding:0;

}



/* the following declaration is required to prevent a mysterious 1px gap that would otherwise appear in IE between the list items */

#taxMenu li {

	display:inline;

}

*>#taxMenu>ul>li {

	display:block;

}

/* the height declaration is required to force IE to make the whole of the box occupied by a link element, clickable in IE */

#taxMenu ul a {

	color: #005C97;

	text-decoration:none;

  	display:block;

	height:14px;

	padding:3px 0 3px 10px;

	font-size:11px;

	font-weight:normal;

	font-family:Arial, Helvetica, sans-serif;

	border-bottom: 1px solid #B6CFDF;

}

*>#taxMenu>ul>li>a {

	height:auto;

	min-height:13px;

}

#taxMenu ul a:hover, #taxMenu ul a.current, #taxMenu ul a.current:hover, #taxMenu ul a.IEhover {

	background: #F9D4A8;

}



/* 2nd level fold-out navs */

#taxMenu ul li ul {

	border-bottom: none;

}

#taxMenu ul li ul li a {

	color:#009999;

	font-weight:normal;

	font-size:10px;

	height:13px;

}



*>#taxMenu>ul>li>ul>li>a {

	height:auto;

	min-height:13px;

}



/* 3rd level fold-out navs */



#taxMenu ul li ul li ul {

	border-bottom: none;

}

#taxMenu ul li ul li ul li a {

	color:#DE6665;

	font-weight:normal;

	font-size:10px;

	height:13px;

	padding:2px 0 2px 10px;

}

*>#taxMenu>ul>li>ul>li>ul>li>a {

	height:auto;

	min-height:11px;

}