#nav, #nav ul {
	float: left;
	list-style: none;
	padding: 0;
	text-align:left;
}
 
#nav a {
	display: block;
	color: #FFF;
	background-image:url('../images/bgm_na.jpg');
	text-decoration: none;
	padding-left:10px;
	padding-right:10px;
}

#nav a:hover {
	background-image:url('../images/bgm_o.jpg');
}

#nav a.sub {
	background-image:url('../images/bgm_so.jpg');
	font-weight:normal;
}

#nav a.a {
	background-image:url('../images/bgm_a.jpg');
}

#nav a.sub:hover {
	/*background-image:url('../images/bgm_so.jpg');*/
	background-image:url('../images/bgm_o.jpg');
}
  
 
#nav a.menuparent  {
	background: url(arrow.gif) no-repeat 90% 40%;
}
 
#nav li {
	float: left;
	padding: 0;
	margin:0px;
	padding:0px;
}
 
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	font-weight: normal;
	width:260px;
		
}
 
#nav li li {
	display:block;
	float:none;
}
 
#nav li ul a {
	padding-left: 10px;
}
 
#nav li ul ul {
	margin: -1.75em 0 0 14em;
}
 
#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;
	/*position:static;*/
}
 
#nav li:hover, #nav li.sfhover {
	color: white;
	margin:0px;
}

*:first-child+html #nav {height: 1%;} 
*:first-child+html #nav li {height: 1%;} 