#nav
{
}
#nav ul
{
	padding-bottom: 10px;
}
#nav ul ul
{
	display: none;
}
#nav ul li
{
	padding-bottom: 10px;
	border-bottom: solid 1px #999999;
}
#nav ul li a
{
	font-size: 0.8em;
	font-family: Tahoma, Arial, Verdana, Sans-Serif;
	background: url(/images/layout/GreyRightArrow.gif) no-repeat 0px 4px;
	display: block;
	padding-left: 13px;
	text-decoration: none;
}
#nav ul li a:hover
{
	text-decoration: underline;
	color: black;
}
#nav ul li.active a
{
	background: url(/images/layout/Arrow.gif) no-repeat 1px 5px;
	color: #990000;
	font-weight: bold;
}
#nav ul li.active_children a
{
	background: url(/images/layout/DownArrow.gif) no-repeat 1px 5px;
}
#nav ul li.sub-class a
{
	background: url(/images/layout/DownArrow.gif) no-repeat 1px 5px;
}
#nav ul li.active a:hover
{
	color: #CC0000;
}
#nav ul li.active ul
{
	display: block;
}
#nav ul ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#nav ul li.sub-class ul
{
	display: block;
}
#nav ul li.active_children ul li a,
#nav ul li.active ul li a {
	background-image: none;
	font-weight: lighter;
	padding-left: 15px;
}
#nav ul li.sub-class ul li a {
	background-image:none;
	padding-left:15px;
}
#nav ul li.sub-class ul li.active a
{
	background-image: none;
	padding-left: 15px;
}
#nav ul ul li
{
	padding-bottom: none;
	border-bottom: none;
}
