
.menulist, .menulist  ul {
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist{
	width:948px;
	margin:0 auto;
	}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; margin-top: 46px; /* I'm using ems and px to allow people to zoom their font */
 left: 0px;
 width: 186px;
}
.menulist ul ul {
 top: -1px; margin-top: 0;
 left: 186px;
}
.menulist li {
 float: left;
 display: block;
 position: relative;
 font-size:13px;
 margin-right: 1px;
}
.menulist ul li {
 float: none;
 margin: 0;
 font-size:11px;
 font-weight:normal;
}
.menulist a {
 display: block;
 float: left;
 height: 24px;
 padding: 34px 0 0 0;
 text-align: center;
 font-weight: bold;
 color: #fff;
 text-decoration: none;
 background:url(../images/bg_menu.png) 0 0 repeat-x;
}

.menulist li #nav_home {
	width:72px;
}
.menulist li #nav_project {
	width:107px;
}
.menulist li #nav_houseland {
	width:116px;
}
.menulist li #nav_living {
	width:165px;
}
.menulist li #nav_news {
	width:70px;
}
.menulist li #nav_training {
	width:166px;
}
.menulist li #nav_business {
	width:168px;
}
.menulist li #nav_contact {
	width:76px;
}

.menulist a:hover,.menulist a.selected, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;
 background:url(../images/bg_menu.png) 0 -58px repeat-x;
}
.menulist a.highlighted {
 color: #FFF;
 background:url(../images/bg_menu.png) 0 -58px repeat-x;
}

.menulist ul a {
 float: none;
 text-align: left;
 height:auto;
 padding:5px 0 5px 20px;
 background:url(../images/bg_menulili.png) 0 0 repeat-x;
 font-weight: normal;
}
.menulist ul a:hover,.menulist ul a.selected, .menulist ul a.highlighted:hover, .menulist ul a:focus {
	color:#78d8ff;
 background:url(../images/bg_menulili.png) 0 -50px  repeat-x;
	}
.menulist ul a.highlighted {
	color:#78d8ff;
 background:url(../images/bg_menulili.png) 0 -50px  repeat-x;
}
.menulist ul ul a{
	background:url(../images/bg_menulilili.png) top repeat-x;
	color:#fff;
	}
.menulist ul ul a:hover{
	background:url(../images/bg_menulilili.png) top repeat-x;
	text-decoration:underline;
	color:#fff;
	}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
/* \*/
.menulist a {
 float: none;
}
/* */
/*
 HACKS: IE/Win:
 A small height on <li> and <a> tags and floating prevents gaps in menu.
 * html affects <=IE6 and *:first-child+html affects IE7.
 You may want to move these to browser-specific style sheets.
\*/
*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
/* End Hacks */
