#nav-top { 
	width: auto;
	height: auto;
	/*height: 2.8em;
	line-height: 1;*/
	padding: 0;
	margin: 0;
	font-weight:normal;
	z-index: 0;
}

#nav-top ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 100%;
	background: url(../images/tab_over.gif) repeat-x top left;
	color: #000000;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #666666;
	/*
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#99cc99', startColorstr='#009900', gradientType='0');
	background-color: #339933;
	*/
}

#nav-top a {
	display: block;
	width: auto;
	color: #000000;
	text-decoration: none;
	/*padding: 0.4em 1.5em 0.4em 1.5em;*/
	padding: 0.4em 2em 0.4em 1.75em;
	overflow: hidden;  /* hides long strings in FF, but causes display issues in IE5 */
}

#nav-top a.parent {
	background: url(../images/arrow.gif) center right no-repeat;
}

#nav-top li {
	float: left;
	padding: 0;
	width: auto;
	white-space: nowrap;
	background: url(../images/tab_over.gif) repeat-x top left;
	color: #000000;
	border-right: 1px solid #999999;
	/*
	filter: progid:DXImageTransform.Microsoft.Gradient(endColorstr='#99cc99', startColorstr='#009900', gradientType='0');
	background-color: #339933;
	*/
}

#nav-top li ul {
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	margin-left:-1px;
	width: 17.5em;
	w\idth: 16.9em;
	border: 1px solid #999999;
	z-index: 1;
}

#nav-top li li {
	margin-top: -1px;
	margin-bottom: -1px;
	margin-right: -1px;
	width: 17.5em;
	w\idth: 16.9em;
	white-space: normal;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

#nav-top li ul a {  /* list items with no children */
	width: auto;
}

#nav-top li ul ul {
	margin: -1.95em 0 0 15.9em;
}

#nav-top li:hover { 
  position: static; 
} 

#nav-top li:hover ul ul, #nav-top li:hover ul ul ul, #nav-top li.sfhover ul ul, #nav-top li.sfhover ul ul ul {
	left: -999em;
}

#nav-top li:hover ul, #nav-top li li:hover ul, #nav-top li li li:hover ul, #nav-top li.sfhover ul, #nav-top li li.sfhover ul, #nav-top li li li.sfhover ul {
	left: auto;
}

#nav-top li:hover, #nav-top li.sfhover {
	background: url(../images/tab.gif) repeat-x top left;
}

#nav-top li ul a:hover, #nav-top li ul a.sfhover {
	width: auto;
}

#nav-top a.active {
	width: auto;
	/*background-color: #000000; color: #fff; */
	background: url(../images/tab.gif) repeat-x top left;
	color: #000;
}

#nav-top li li a.active {
	width: auto;
	/*background-color: #000000; color: #fff; */
	background: url(../images/tab.gif) repeat-x top left;
	color: #000;
}

/*
#nav-top a:hover, #nav-top a.sfhover {
	color: black;
}*/
