#nav, #nav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	line-height: 1;
	display: inline;
}

#nav li {
	float: left;
	position: relative;
}

#nav li ul {
	left: -999em;
	position: absolute; 
	list-style: none;
	width: 195px;
	border: 1px solid #dadada;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: 0px;
	top: 50px;
}

#nav li ul ul {
	margin: -40px 0px 0px 120px;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	position: absolute; 
	list-style: none;
	width: 195px;
	border: 1px solid #dadada;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: 0px;
	z-index: 999;
}

a.links_navi {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 22px;
	background: #f2f2f2 url(../images/non_hover.gif) top left no-repeat;
	color: #000000;
	padding: 8px 5px 0px 15px;
	border-bottom: 1px dotted #b5b5b5;
}

a.links_navi:hover {
	background: #ffffff url(../images/hover.gif) top left no-repeat;
	color: #7e2814;
}

a.links_navi2 {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 22px;
	background: #f2f2f2 url(../images/non_hover.gif) top left no-repeat;
	color: #000000;
	padding: 8px 5px 0px 15px;
	border-bottom: 0px dotted #b5b5b5;
}

a.links_navi2:hover {
	background: #ffffff url(../images/hover.gif) top left no-repeat;
	color: #7e2814;
}

a.links_navi3 {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 22px;
	background: #f2f2f2 url(../images/non_hover_star.gif) top left no-repeat;
	color: #000000;
	padding: 8px 5px 0px 15px;
	border-bottom: 1px dotted #b5b5b5;
}

a.links_navi3:hover {
	background: #ffffff url(../images/hover_star.gif) top left no-repeat;
	color: #7e2814;
}

a.links_navi4 {
	font-weight: bold;
	text-decoration: none;
	display: block;
	width: 175px;
	height: 22px;
	background: #f2f2f2 url(../images/non_hover_star.gif) top left no-repeat;
	color: #000000;
	padding: 8px 5px 0px 15px;
	border-bottom: 0px dotted #b5b5b5;
}

a.links_navi4:hover {
	background: #ffffff url(../images/hover_star.gif) top left no-repeat;
	color: #7e2814;
}