#divNav {
	/*background: transparent url(bk-nav.jpg) no-repeat top left;*/
	margin: 0;
	padding: 0;
	height: 70px;
	width: 100%;
}
#nav {
	position: relative;
	top: 40px;
	height: 60px;
/*	width: 800px;*/
}
#nav li ul, #nav li ul {
	margin: 0;
	padding: 0;
}
#nav a {
	text-decoration: none;
}
#nav li { /*float the main list items*/
	margin: 0;
	float: left;
	display: block;
}
#nav li ul {
	display: none;
	list-style:outside;
   list-style-type:none;
}
#nav li.off ul, #nav li.on ul { /*put the subnav below*/
	position: absolute;
	top: 20px;
/*	left: 6px;*/
	padding-left: 0px;
	padding-top:5px;
}
#nav li.on ul {
	background: #ffffff;
}
#nav li.on:hover ul, #nav li.over ul { /*for ie*/
	background: #ffffff;
}
#nav li a {
	color: #000000;
	font-weight:normal;
	display: block;
	display: block;
	position: relative;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom:10px;
}
#nav li.on a {
	color:#993300;
	padding-bottom:5px;
	background-image:url(../Media/line.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	text-align:center;
}
#nav li.on ul a, #nav li.off ul a {
	border: 0;
	float: left; /*ie doesn't inherit the float*/
/*	width: auto;*/
}
#nav li.on:hover ul a, #nav li.over ul li a { /*for ie - the specificity is necessary*/
	background: #ffffff;
}
#nav li.on ul {
	display: block;
	padding-left:5px;
}
#nav li.off:hover ul, #nav li.over ul {
	display: block;
	z-index: 6000;
	text-align:center;  
}
#nav li.off a:hover, #nav li.on a:hover { 
	color:#993300;
}
/*do the image replacement*/
/*	#nav li span {
	position: absolute;
	left: -9384px;
}*/

/*subnav formatting*/
#nav li.off ul a, #nav li.on ul a {
	display: block;
	background: #ffffff;
	color: #000000;
	font-family: arial, verdana, sans-serif;
	font-size: small;
}		
#nav li.on ul a {
	background: #ffffff;
	color:#000000;
}