#nav-main { 
	width: 710px;
	height: 34px;
	padding: 3px 3px 5px 3px;
	margin: 0 auto;
	font-weight:normal;
	z-index: 0;
	border: 1px solid #bbb;
}

#nav-main ul {
	float: left;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 708px;
	height: 34px;
	background: url(../images/tab.gif) repeat-x top left;
	color: #000000;
	border: 1px solid #999999;
}

#nav-main a {
	display: block;
	width: auto;
	color: #000000;
	text-decoration: none;
	padding: 0.90em 1.31em 0.90em 1.31em;
	overflow: hidden;  /* hides long strings in FF, but causes display issues in IE5 */
}

#nav-main a.parent {
	background: url(../images/arrow.gif) center right no-repeat;
}

#nav-main li {
	float: left;
	padding: 0;
	width: auto;
	height: 34px;
	white-space: nowrap;
	background: url(../images/tab.gif) repeat-x top left;
	color: #000000;
	border-right: 1px solid #999999;
}

#nav-main li.last {
	border-right: 0;
}

#nav-main 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-main 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-main li ul a {  /* list items with no children */
	width: auto;
}

#nav-main li ul ul {
	margin: -1.95em 0 0 15.9em;
}

#nav-main li:hover ul ul, #nav-main li:hover ul ul ul, #nav-main li.sfhover ul ul, #nav-main li.sfhover ul ul ul {
	left: -999em;
}

#nav-main li:hover ul, #nav-main li li:hover ul, #nav-main li li li:hover ul, #nav-main li.sfhover ul, #nav-main li li.sfhover ul, #nav-main li li li.sfhover ul {
	left: auto;
}

#nav-main li:hover, #nav-main li.sfhover {
	background: url(../images/tab_over.gif) repeat-x top left;
}

#nav-main li ul a:hover, #nav-main li ul a.sfhover {
	width: auto;
}

#nav-main a.active {
	width: auto;
	background: url(../images/tab_over.gif) repeat-x top left;
	color: #000;
}

#nav-main li li a.active {
	width: auto;
	background: url(../images/tab_over.gif) repeat-x top left;
	color: #000;
}
