.hidden { display: none; }
.show { display: block; }
.js ul { display: none; }


#navbox		{width: 150px; font-family: arial;}
#nav UL LI	{list-style-type: none;}
#nav UL		{padding-left: 0px; }
#nav LI		{margin-top: 1px; line-height: 20px; }
.top		{BACKGROUND: url(../images/navbg.jpg); BACKGROUND-REPEAT: no-repeat; list-style-type: none; border: 1px solid black;}
.subhead	{BACKGROUND: url(../images/navbg2.jpg); BACKGROUND-REPEAT: no-repeat; font-color: #white;}
.level3		{BACKGROUND: url(../images/navbg3.jpg); BACKGROUND-REPEAT: no-repeat; list-style-type: none; line-height: 20px;}
.subhead A	{color: white;}
.subhead A:hover	{color: white;}
.active	UL LI	{list-style-type: none;}

#nav LI A		{height: 20px; display: block; text-decoration:none; padding-left: 5px;}
#nav LI A:hover		{height: 20px; font-weight:bold; text-decoration:none;}
