ul#menu * {margin:0; padding:0;}
ul#menu {
    width:886px;
	height:58px;
	float:left;
	margin:0px;
	padding:0px;
	z-index:80;
	position:relative;
}

ul#menu > li {
	position:relative; 
	float:left; 
	list-style-type:none;
	width:190px;
    background:url(../images/line.png) no-repeat right top;
}
ul#menu > li.m01{
	background:url(../images/m01.png) repeat-x bottom;
}
ul#menu > li.m02{
	background:url(../images/m02.png) repeat-x bottom;
}
ul#menu > li.m03{
	background:url(../images/m03.png) repeat-x bottom;
}
ul#menu > li.m04{
	background:url(../images/m04.png) repeat-x bottom;
}
ul#menu > li.home {
	width:117px;
	/*height:52px;
	background:url(../images/home.png) no-repeat;*/
}
ul#menu > li.home a{
	width:117px;
	/*width:62px;
	height:52px;
	margin-left:55px;
	padding:0;*/
}
/*ul#menu > li.home a.menuhover,
ul#menu > li.home a.active,
ul#menu > li.home a:hover{
	background:none;
}*/
ul#menu > li.line01 {
	width:2px;
	height:58px;
	background:url(../images/line1.png) no-repeat;
}
ul#menu > li.line02 {
	width:2px;
	height:58px;
	background:url(../images/line2.png) no-repeat;
}
ul#menu > li.line03 {
	width:2px;
	height:58px;
	background:url(../images/line3.png) no-repeat;
}

ul#menu li a {
	display:block; 
	color:#fff;
	text-decoration:none;
	width:190px;
	height:43px;
	text-align:center;
	padding:15px 0 0 0;
	font-family: 'HelveticaLTStdCondBold';
	font-size:17px;
	color:#FFF;
	text-transform:uppercase;
	text-shadow:1px 1px 1px #2d2d2d;
}


/* Main menu [active and hover]*/
ul#menu li a.menuhover,
ul#menu li a.active,
ul#menu li a:hover{
	background:url(../images/menu_active.png) no-repeat center bottom;
}

ul#menu ul li a:hover,
ul#menu ul li a.menuhover { text-decoration:underline;}
/*end*/


ul#menu ul {
	position:absolute; 
	top:58px;  /*position of submenu L01*/
	left:0; 
	display:none; 
	opacity:0; 
	list-style:none;
	width:190px;
	height:auto;
}

ul#menu ul li {
	position:relative; 
	width:auto; 
	margin:0;
	color:#FFF;
}
ul#menu ul li a {
	display:block; 
	padding:0px;
	width:190px;
	height:auto;
	background:#000;
	font-family:Arial;
	color:#FFF;
	font-size:12px;
	text-transform:none;
	text-align:center;
}
ul#menu ul ul {left:190px; top:0px} /*position of submenu L02 > */
