/* CSS Document */
#subnav				    	{margin: 0px; padding: 0px; width: 170px; font-family: verdana, arial, san-serif; background-color: #592A8A;
						 	font-size: 12px; font-weight: normal; text-align: left;}
#subnav ul					{list-style: none; margin: 0px; padding: 0px; border: none; background-color: #592A8A;}
#subnav li					{margin: 0px; line-height: 1.1;}
#subnav li a				{display: block; padding: 3px 2px 3px 0px; color: #ffffff; text-decoration: none; width: 100%; text-align:right;
							border-bottom: 1px dotted #ffffff;}
#subnav li a:hover			{color: #592A8A; background: #ffffff;}
#subnav ul li ul 			{background: #ffffff; padding-right: 2px; border-bottom: 0px dotted #592A8A;}
#subnav ul li ul li	a		{font-size:11px; color: #592A8A; border-bottom: 1px dotted #592A8A;}
#subnav ul li ul li	a:hover	{font-size:11px; border-bottom: 1px dotted #592A8A; background: #eeeeee;}
#subnav h1	            	{margin: 0px 0px 0px 0px; padding: 3px; font-size: 13px; color: #663399; 
                         	font-family: Verdana, Arial, sans-serif; width: 100%; font-weight: normal; }
#subnav h1 a				{color: #663399; text-decoration: none;}
#subnav h1 a:hover			{color: #999999; text-decoration: none;}				
hr.side						{color: #663399; background-color: #663399; margin: 20px 0px 20px 0px; width: 100%; height: .1em; border: 0;}

