/*#nav-top { 
	width: auto;
	height: auto;
	padding: 0;
	margin: 0;
	font-weight:normal;
	z-index: 0;
}*/

#nav-top { /* menu block */
	clear:left;
	float: left;
	margin:0 auto;
	padding:0;
	width: 956px;
	height: 40px;
	z-index: 0;
}

#nav-top ul {
	float: left;
	list-style: none;
	margin-left: 10px;
	padding: 0;
	margin: 0;
	width: 100%;
	color: #ffffff;
	background: url(../images/bg-nav-main-red.png) repeat-x top left;
}

#nav-top a {
	font-weight: bold;
	display: block;
	width: auto;
	color: #ffffff;
	text-decoration: none;
	padding: 1em 2em 1em 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 { /* all list items */
	float: left;
	padding: 0;
	width: auto;
	height: auto;
	white-space: nowrap;
	color: #ffffff;
	border-left: 0px solid #999999;
	border-right: 0px solid #DDDDDD;
	background: url(../images/bg-nav-main-red.png) repeat-x top left;
}

#nav-top li.first { border-left: 0px solid #eeeeee; }

#nav-top li ul { /* second-level lists */
	position: absolute;
	left: -999em;
	height: auto;
	margin: 0;
	margin-left:-1px;
	width: 20.5em;
	w\idth: 19.9em;
	border: 1px solid #eeeeee;
	z-index: 1;
}

#nav-top li li {
	margin-top: -1px;
	margin-bottom: -1px;
	margin-right: -1px;
	width: 20.5em;
	w\idth: 19.9em;
	white-space: normal;
	border-top: 1px solid #eeeeee;
	border-bottom: 1px solid #eeeeee;
	border-right: 0px solid #0033CC;
	background: url(../images/bg-nav-sub.png) repeat-x top left;
}

#nav-top li ul a {  /* list items with no children */
	width: auto;
}

#nav-top li ul ul { /* third-and-above-level lists */
	margin: -3.4em 0em 0em 18.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/bg-nav-hover.png) repeat-x top left;
	color: #ffffff;
}

#nav-top li ul a:hover, #nav-top li ul a.sfhover {
	width: auto;
}

#nav-top a.active {
	width: auto;
	height: auto;
	background: url(../images/bg-nav-on.png) repeat-x top left;
	color: #ffffff;
}

#nav-top li li a.active {
	width: auto;
	color: #ffffff;
}

/*
#nav-top a:hover, #nav-top a.sfhover {
	color: black;
}*/

