ul#nav
{	
	position: relative;
	display: block; /* have to use this to keep the ul from wrapping unexplainably */
	margin: 0px auto;
	padding: 0px;
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-size: 13px;
	height:30px;
	width: 426px;  have to use this to keep the ul from wrapping unexplainably */
	max-width:426px;
	top:0px;
	margin-right:302px;
	margin-left:70px;
	color:#000;
}
ul#nav li.on
{
	font-weight: bold;
	text-transform: uppercase;
	padding: 6px 13px 6px 13px;
}

ul#nav li {
	float: left;
	display: block;
	padding: 6px 0px 6px 0px;  /* top right bottom left */
	_padding: 6px 13px 6px 13px;  /* IE 5.0 hack */
	position: relative;
	z-index: 5;
}

ul#nav li a
{
	font-family: Trebuchet MS, Arial, Sans-Serif;
	font-weight: bold; 
	text-transform: uppercase;
	color:#fff;
	font-size:13px;
	padding: 7px 13px 5px 13px;
	_padding: 7px 0px 5px 0px; /* compensation for IE 5.0 hack above - for IE 6.0 and above */
}

ul#nav A:hover
{
	color:#000;/*#2769BA;*/
}

ul#nav li div, ul#nav  li ul, ul#nav  li li 
{
	width: 100%;
/*
	min-width:150px;
*/
	min-width:160px;
	_width: 180px;
	text-align:left;
}

ul#nav li div 
{
	position: absolute;
	left: 0px;
	top: 30px;
	_top: 31px;
	margin: 0;
	display: none;
}

ul#nav li ul 
{
	background-color: #d3d3d3; /* #bfbfbf; tan */ /* #8CC721; */
	border-bottom:1px solid #888;
	border-right:1px solid #aaa;	
	padding: 0 0 15px;
	margin: 0;
	display: table; /* Mozilla, Opera background fix */
}

ul#nav li li 
{
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0px -10px;
	border-left: none;
	height: 30px;
	border-right:0px;
}

ul#nav li li.current 
{
	display: block;
	float: left;
	padding: 0;
	margin: 10px 0px -10px;
	padding: 6px 13px 3px;
	border-left: none;
	height:20px;
	width:100%;
}

ul#nav li li a 
{
	display: block;
	padding: 6px 13px 6px;
	margin: 0px 0px;
	text-transform: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	font-size: 12px;
/*
	min-width:150px;
*/
	_width:180px;
	color:#111;/*#525951;*/
}

ul#nav li.on div ul li a, ul#nav li.on div ul li a:visited
{	/* other links in currently displayed page's section: */
	color:#111;
	padding-left:13px;
	padding-right:13px;
	_padding-right:0px; /* IE 6+ overcompensates*/
	_width:190px; /* All IE versions don't expand to fit container unless this is set */
}

ul#nav li.on div ul li a:hover
{	/* other links in currently displayed page's section: */
	color:#fff;
}

ul#nav li.on A, ul#nav li.on A:visited
{	/* currently selected menu item color - specific to menu div */
	color:#000;
	padding-left:0px;
	padding-right:0px;
}

ul#nav li.on li 
{	/* currently selected menu item submenu link color */
	color: #000;
	font-weight: bold;
	font-size: 12px;
	text-transform: capitalize;
	font-family: Verdana, sans-serif;
	border:0px;
}


ul#nav li li a img 
{
	vertical-align: middle;
}

ul#nav li li:hover 
{
	background: none transparent;
	border:0px;
}

ul#nav  a:hover 
{
	text-decoration: none;
}

ul#nav li li a:hover 
{
	background-color: #888; /* #7D8C7E;  #819876; */ /*#7fa3ce;*/
	color: #fff;
}

ul#nav li:hover div, ul#nav  li.over div 
{
	display: block;
}

ul#nav li:hover, ul#nav li.over, ul#nav li.active 
{
	background-image:url(../images/menuhover_tan.gif);
	background-repeat: repeat-x;
	backround position: bottom;
}

