#menu {
	width: 778px;
	height: 52px;
	margin: 0px auto;
}



#nav, #nav ul {
	float: left;
	width: 778px;
	height: 52px;
	list-style: none;
	line-height: 1em;
	background: #ff9f00;
	background: url(../images/button.jpg) repeat-x left top;
	color: #1f1a43;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0 0;
}
 
#nav a {
	display: block;
	width: 111px;
	background: url(../images/button.jpg) no-repeat left top;
	height: 52px;
	color: #1f1a43;
	text-decoration: none;
	text-align: center;
}
 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
	width: 111px;
	list-style: none;
	line-height: 4.5em;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 165px;
	font-weight: normal;
	border: solid #f57300;
	border-width: 1px;
	margin: 0px;
}
 
#nav li li {
	width: 165px;
	height: 25px;
	line-height: 2.2em;
}
 
#nav li ul a {
	width: 165px;
	height: 25px;
	padding-left: 1em;
	background: url(../images/btn.jpg) no-repeat left top;
	text-align: left;
}

* html #nav li ul a {
	width: 154px;
	border-right: 1pxsolid #f57300;
	margin: 0px;
}
 
#nav li ul ul {
	margin: -26px 0 0 165px;
}
 
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
 
#nav li:hover, #nav li.sfhover {
	background: #eda;
	color: white;
}

