 #navcontainer
{
	width: 140px;
	padding: 0;
	margin-bottom: 1em;
	font-family: Helvetica, Arial, sans-serif;
	color: #333;
	font-size: 0.9em;
	margin-left: 16px;
	margin-top: 4px;
}

#navcontainer ul
{
list-style: none;
margin-left: 0;
padding: 0;
border: none;
}

#navcontainer li
{
margin: 0;
}

#navcontainer li a
{
	display: block;
	color: #CCAA62;
	text-decoration: none;
	width: 100%;
	font-weight: bold;
}

html>body #navcontainer li a { width: auto; }

#navcontainer li a:hover
{
	color: #fff;
	background-image: url(images/page/menuhilite2.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	font-weight: bold;
}

#navcontainer li li
{
margin: 0;
}

#navcontainer li li a
{
	display: block;
	color: #D3A662;
	text-decoration: none;
	width: 100%;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left bottom;
	background-image: none;
	font-weight: normal;
	font-size: 0.9em;
}

#navcontainer li li a:hover
{
	display: block;
	color: #fff;
	text-decoration: none;
	width: 100%;
	background-image: url(images/page/menuhilite1.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-align: right;
	font-weight: normal;
}
#navlisthead {
	color: #CCAA62;
	font-weight: bold;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 8px;
	background-image: url(images/page/menuhilite1.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	margin-left: 10px;
}
