/* Menu - Jun's attempt 
* http://www.tanfa.co.uk/css/examples/menu/tutorial-h.asp
*/
/**************** menu coding *****************/

#dropmenudiv{
	position:absolute;
	font-family:Arial, Helvetica, sans-serif;
	z-index:100;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 0 solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

#dropmenudiv a{
color: #333333;
background-image:none;
text-decoration: none;
background-color:#CBDCE6;
display:block;
border-bottom:1px dotted #7E9AA6;
height:30px;
line-height:30px
}

#dropmenudiv a:hover{ /*hover background color*/
color: #333333;
background-image:none;
background-color:#F6FAFB;
display:block;
border-bottom:1px dotted #7E9AA6;
}

div#jmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 110px;
float: left;
}

div#jmenu a, div#jmenu h2 {
font: bold 11px/16px arial, helvetica, sans-serif;
display: block;
margin: 0px;
padding: 0px 0px 1px 0px;
line-height:30px;
text-align:center;
}

a.newmenu:link {
color: #333333;
text-decoration: none;
height:31px;
width:110px;
line-height:31px;
}

a.newmenu:active {
color: #333333;
text-decoration: none;
height:31px;
width:110px;
line-height:31px;
}

a.newmenu:visited {
color: #333333;
text-decoration: none;
height:31px;
width:110px;
line-height:31px;
}

a.newmenu:hover {
color: #333333;
background-image:url(https://www.stainmasterlink.com.au/invista/assets/images/button_bg_ro.jpg);
text-decoration: none;
height:31px;
width:110px;
display:block;
line-height:31px;
}

/* SUBMENU START  */

ul#submenu a {
color: #333333;
background-image:none;
text-decoration: none;
background-color:#CBDCE6;
height:30px;
display:block;
width:180px;
border-bottom:1px dotted #7E9AA6;
}

ul#submenu a:hover {
color: #333333;
background-image:none;
background-color:#F6FAFB;
display:block;
width:180px;
border-bottom:1px dotted #7E9AA6;
}

/* SUBMENU END  */


div#jmenu li {position: relative;}

div#jmenu ul ul {
position: absolute;
z-index: 500;
}

div#jmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#jmenu ul ul,
div#jmenu ul li:hover ul ul,
div#jmenu ul ul li:hover ul ul
{display: none;}

div#jmenu ul li:hover ul,
div#jmenu ul ul li:hover ul,
div#jmenu ul ul ul li:hover ul 
{display: block;}

div#jmenu ul li {float: left; width: 100%;}
div#jmenu ul li a {height: 1%;} 

/*********** Jun's attempt end *************/
