#navBar						{
							/*
							This was moved to the browser specific stylesheets
							position: absolute;
							*/
							margin: 0px;
							z-index: 50;
							width: 100%;
							background-image: url(../media/images/nav_bg.png);
							height: 32px;
							border-width: 0px;
							border-style: solid;
							border-color: green;
							}
		
#nav						{
							width: 901px;
							margin: 8px auto;
							border-width: 0px;
							border-style: solid;
							border-color: blue;
							}

#navBar ul					{
							margin: 0 0 0 50px;
							padding: 0px;
							border-width: 0px;
							border-style: solid;
							border-color: red;
							}
							
#navBar ul li				{
							float: left;
							text-align: center;
							font-size: 11px;
							font-weight: bold;
							list-style-type: none;
							border-width: 0px 0px;
							border-style: solid;
							border-color: white;
							margin: -5px 0 0 0;
							background-image: url(../media/images/nav_divider.gif);
							background-position: 0 0;
							background-repeat: no-repeat;
							}
							
#navBar ul li a				{
							display: block;
							color: #fff;
							letter-spacing: 1px;
							text-decoration: none;
							padding: 6px 20px 6px 23px;
							}
							
#navBar ul li a:hover		{
							color: #313131;
							}
							
#navBar ul li#home			{
							background-image: none;
							}
							
#navBar ul li a#active		{
							color: #313131;
							}
							
#navBar ul li ul			{
							display: none;
							position: absolute;
							z-index: 50;
							width: 300px;
							background-repeat: repeat-x;
							background-position: 0 0;
							margin: 5px 0 0 0px;
							}

#navBar ul li ul li			{
							display: block;
							background-image: none;
							text-align: left;
							background-color: #c68321;
							width: 300px;
							clear: both;
							}
							
#navBar ul li:hover ul, 
#navBar ul li.over ul 		{
							display: block; 
							} 

							
#sub_nav					{
							margin: 0 0 0 25px;
							}

ul#subNavList				{
							list-style-type: none;
							}
							
ul#subNavList li			{
							margin: 10px 0;
							font-size: 13px;
							}
							
ul#subNavList li a			{
							}
							
ul#subNavList li a:hover	{
							}
