div.permanentNavigation
{
	padding:20px 0 2px 0;
	background:url(/Shared/css/images/common/permanentnav/mainbg.gif) no-repeat;
}

div.permanentNavigation ul
{

}

div.permanentNavigation ul li
{
	background:#71523c;
	padding:1px 0 1px 0; /* ie6 fix - Stops extra padding on last li - not needed for any other browser */
}

div.permanentNavigation ul li a
{
	color:#ffbd4d;
	display:block;
	padding:6px 0 4px 24px;
	background:url(/Shared/css/images/common/permanentnav/bttnbg.gif) top left repeat-x;
}

div.permanentNavigation ul li a:hover
{
	
}



/* absolutely rubbish tree view styling */
div.permanentNavigation table
{
	margin:0 0 1px 0;
	width:146px;
}

div.permanentNavigation table td
{
	background:#71523c url(/Shared/css/images/common/permanentnav/treebg.gif) top left repeat-x;
	width:25px;
}

div.permanentNavigation table td.nodestyletest
{
	width:121px;
}

div.permanentNavigation table td.nodestyletest a
{
	color:#ffbd4d;
	display:block;
	padding:4px 0 4px 0;
}






/* inner table styling */
div.permanentNavigation div table td
{
	width:0;
	background:#E9E9E9;
}

div.permanentNavigation div table td img
{
	display:none;
}

div.permanentNavigation div table td div
{
	display:none;
}

div.permanentNavigation div table td.nodestyletest
{
	width:146px;
}

div.permanentNavigation div table td.nodestyletest a
{
	padding:4px 0 4px 8px;
	color:#7F593E;
}
