#lmenu, #rmenu{
	font-family:Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}


/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#nav {position:relative; z-index:100; margin:0px 0px 0px 0px;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#lmenu { padding:0px 0px 0px 0px; margin:0 ; list-style-type: none; display:block; background-image: url(background-colorW60.png);}
#lmenu ul { padding:0px 0px 0px 0px; margin:0; list-style-type: none; display:block;}

/* Hide the sub levels */
#lmenu li ul {display:none;}

/* Set up the link size, color and borders top right bottom left*/
#lmenu li a, #lmenu li a:visited {
	display:block;
	width:100px;
	color:#300;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #000;
	border-width:5px 0px 0px 0px;
	text-align:left;
}

/* Set up the sub level borders */
#lmenu li ul li a, #lmenu li ul li a:visited {border-width:0px 0px 1px 0px;}
#lmenu li a.first, #lmenu li a.first:visited {border-width:1px 0px 1px 0px;}

/* Set up the list items */
#lmenu li {float:left; background:transparent;}
#lmenu li.tc {display:block;}

/* For Non-IE browsers and IE7 */
#lmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#lmenu li:hover > a {
	background:transparent;
	background-image: url(background-colorW60.png);
	color:#039;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs  padding down ? ? left */
#lmenu li:hover > ul {display:block; position:absolute; top:-1px; left:60px; padding:0px 0px 0px 0px; background:transparent; background-image: url(background-colorW60.png); }
/* Position the first sub level beneath the top level liinks */
#lmenu > li:hover > ul {left:0px; top:30px;}

/* get rid of the table */
#lmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/*links a position relative and a change of background and foreground color */
#lmenu li a:hover {
	position:relative;
	color:#039;
	background:transparent;
	background-image: url(background-colorW60.png);
}

/* For accessibility of the top level menu when tabbing */
#lmenu li a:active, #pmenu li a:focus { background:transparent; color:#300;}

/* Set up the pointers for the sub level indication */
#lmenu li.fly {background-image: url(background-colorW60.png); background:transparent url(flyL.gif) no-repeat right center; }
#lmenu li.drop {background:transparent url(drop.gif) no-repeat right center;}

/* keep the third level+ hidden when you hover on first level link */
#lmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#lmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#lmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#lmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#lmenu li a:hover ul {
visibility:visible; left:0px; top:0px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#lmenu li a:hover ul a:hover ul{ 
visibility:visible; top:0px; left:0px;
}
/* make the fourth level visible when you hover over third level link */
#lmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#lmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#lmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/*覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧覧*/

/* Get rid of the margin, padding and bullets in the unordered lists */
#rmenu { padding:0px 0px 0px 0px; margin:0 ; list-style-type: none; display:block; background-image: url(background-colorW60.png);}
#rmenu ul { padding:0; margin:0px 0px 0px 0px; list-style-type: none; display:block;}

/* Hide the sub levels */
#rmenu li ul {display:none;}

/* Set up the link size, color and borders top right bottom left*/
#rmenu li a, #rmenu li a:visited {
	display:block;
	width:90px;
	color:#300;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #000;
	border-width:5px 0px 0px 0px;
	text-align:right;
}

#rmenu li.sec a, #rmenu li.sec a:visited {
	display:block;
	width:150px;
	color:#300;
	height:25px;
	line-height:24px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #000;
	border-width:0px 0px 1px 0px;
	text-align:right;
}

#rmenu li.sec2l a, #rmenu li.sec2l a:visited {
	display:block;
	width:150px;
	color:#300;
	height:50px;
	line-height:24px;
	text-decoration:none;
	text-indent:5px;
	border:1px solid #000;
	border-width:0px 0px 1px 0px;
	text-align:right;
}

/* Set up the sub level borders, border-width: top right bottom left;*/
#rmenu li ul li a, #rmenu li ul li a:visited {border-width:0px 0px 1px 0px; top:0px;}
#rmenu li a.first, #rmenu li a.first:visited {border-width:1px 0px 1px 0px; top:0px;}

/* Set up the list items */
#rmenu li {float:right; background:transparent;}


/* For Non-IE browsers and IE7 */
#rmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#rmenu li:hover > a {
	background:transparent;
	background-image: url(background-colorW60.png);
	color:#039;
}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs  padding down ? ? left */
#rmenu li:hover > ul {display:inline-block; position:absolute; top:-1px; right:90px; padding:0px 0px 0px 0px; background:transparent; background-image: url(background-colorW60.png);}
/* Position the first sub level beneath the top level liinks */
#rmenu > li:hover > ul {right:0px; top:30px;}

/*#rmenu li.2:hover > li.2 {display:inline-block; position:absolute; top:-1px; right:150px; padding:0px 0px 0px 0px; background:transparent; background-image: url(background-colorW60.png);}*/
/* Position the first sub level beneath the top level liinks */
/*#rmenu > li.2:hover > ul {right:0px; top:30px;}*/

/* get rid of the table */
#rmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/*links a position relative and a change of background and foreground color */
#rmenu li a:hover {
	position:relative;
	color:#039;
	background:transparent;
	background-image: url(background-colorW60.png);
}

/* For accessibility of the top level menu when tabbing */
#rmenu li a:active, #rmenu li a:focus {background:transparent; color:#300;}

/* Set up the pointers for the sub level indication */
#rmenu li.fly {background-image: url(background-colorW60.png); background:transparent url(flyR.gif) no-repeat left center;}
#rmenu li.drop {width:90px; background:transparent url(drop.gif) no-repeat left center;}

/* keep the third level+ hidden when you hover on first level link */
#rmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#rmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#rmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#rmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#rmenu li a:hover ul {
visibility:visible; left:0px; top:0px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#rmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-1px; left:0px;
}
/* make the fourth level visible when you hover over third level link */
#rmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#rmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#rmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
