

div.permanentNavigation
{
	width:146px;
	background:#000;
	font-family:Trebuchet MS, Arial, Sans-Serif;
	font-size:1.3em;
	margin:6px 0 5px 0;
}

div.permanentNavigation ul
{
	list-style:none;
}

div.permanentNavigation ul li
{
	display:block;
	background:#000 no-repeat url(/Shared/css/images/permanentnav/bttnbg.gif);
	padding:10px 0 7px 0;
}

div.permanentNavigation ul li a
{
	padding-left:10px;
	text-decoration:none;
	color:#ccc;
	font-weight:bold;
	width:130px;
	display:block;
}

div.permanentNavigation ul li a:hover
{
	text-decoration: none;
	color:#0099cc;
}

div.permanentNavigation ul li div
{
	height:12px;
	font-size:0em;
}

div.permanentNavigation ul li.permNav_FirstItem
{
    background:#000 no-repeat url(/Shared/css/images/permanentnav/bttntop.gif);
}

div.permanentNavigation ul li.permNav_LastItem
{
    padding:10px 0 0 0;
}

div.permanentNavigation ul li.permNav_LastItem div
{
	height:12px;
	font-size:0em;
	background:#000 no-repeat url(/Shared/css/images/permanentnav/bttnbttm.gif) bottom;
}







body.section261 div.permanentNavigation, body.section482 div.permanentNavigation
{
	background-color:#000;
}

body.section190 div.permanentNavigation
{
	background-color:#000;
}


