/* NAV Bar Style Sheet
------------------------------------------------------- */

#NavBar
{	margin:0 0 0 0;
	padding:3px 0 3px 3px;
	z-index: 100;}

#NavBar li
{ padding-top: 2px;
	padding-left: 10px;
	padding-bottom: 2px; 
	list-style: none;
	float: left;
	font: bold 10pt arial}


#NavBar li a
{	display: block;
	color: #000000;
	text-align: center;
	font-family: arial, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: none}

#NavBar li a:hover
{ Color:#F8C300; }

#NavBar div
{	position: absolute;
	top: 132px;
	visibility: hidden;
	margin: 0;
	padding: 0;}

#NavBar div a
	{	position: relative;
		display: block;
		margin: 0;
		padding-top: 4px;
		padding-left: 5px;
		padding-right:5px;
		padding-bottom: 4px;
		width: 225px;
		white-space: nowrap;
		text-align: left;
		text-decoration: none;
		border: 0.1mm thin #333333;
		border-bottom-width: 1px;
		background: #333333;
		color: #F8C300;
		font-family: arial, sans-serif;
		font-size: 10pt;
		font-weight: bold;
		text-decoration: none}

#NavBar div a:hover
	{	background: #F0F0F0;
		color: #000000;}

/* Sub Nav
------------------------------------------------------- */
#subnav
		{	margin: 0 -10px; /*accounts for sidebar padding to allow subnavs to be full width*/
			font-size: 100%;
			font-family: arial, sans-serif;
			line-height: 1.5em;	}

#subnav li
	 	{	background-color: #DDDDDD;
			margin: 0;
			padding: 0;
			border-top: 2px solid #FFFFFF;
			float: left; }

#subnav li a
 	 	{	display: block;
 	 		color: #000000;
			padding: 3px 11px 3px 24px;
			text-decoration: none;
			font-weight: normal;
			font-size: 10pt;
			text-decoration: none;			
			voice-family: inherit;			
  		width: 253px; }
  	
#subnav li a:hover
	 	{	border: #87C549 solid;
			background-color: #F0F0F0;
			color: #777;
			font-weight: normal;
			font-size: 10pt;
			border-width: 0 4px;
			padding: 3px 7px 3px 20px; /* offsets the absence of a top border and absence of side borders */	}
			
#subnav li strong
 	 	{ background: #DDDDDD url(SubNav_Right.gif) no-repeat 95% 50%; /*arrow*/	
 	 		display: block;
 	 		color: #000000;
			padding: 3px 11px 3px 24px;
			text-decoration: none;
			font-weight: bold;
			font-size: 10pt;
			text-decoration: none			
			voice-family: inherit;			
  		width: 253px; }

			
