#menu-structure, #menu-structure ul {
	float: left;
	list-style: none;
	font-weight: bold;
	padding: 0;
	border: 1px solid #fff;
	border-width: 1px 0;
	margin: 0 0 0 0;
	height: 22px;
	background:url('../media/images/common/navi_back.gif') repeat-x;
}
#menu-structure a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu-structure a.daddy {
	background:url('../media/images/common/navi_back.gif') repeat-x;
}
#menu-structure li {
	float: left;
	padding: 0;
	background:url('../media/images/common/navi_back.gif') repeat-x;
	border-right: 1px solid #fff;
}
#menu-structure li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	margin: 0;
	width: 13em;
	text-align: left;
	border-bottom: 1px solid #fff;
	background: #f2920e;
}
#menu-structure li li {
	padding-right: 1em;
	width: 13em;
	background: #f2920e;
}
#menu-structure li ul a {
	width: 12em;
}
#menu-structure li ul ul {
	width: 13em;
	/* margin: -1.75em 0 0 14em; */
}
#menu-structure li:hover ul ul, #menu-structure li:hover ul ul ul, #menu-structure li.sfhover ul ul, #menu-structure li.sfhover ul ul ul {
	left: -999em;
	color: #f2920e !important;
	width: 13em;
}
#menu-structure li:hover ul, #menu-structure li li:hover ul, #menu-structure li li li:hover ul, #menu-structure li.sfhover ul, #menu-structure li li.sfhover ul, #menu-structure li li li.sfhover ul {
	left: auto;
	color: #f2920e !important;
	width: 13em;
}
#menu-structure li a:hover, #menu-structure li.sfhover {
	color: #f2920e !important;
	background: #fff;
}