/**************** menu coding *****************/

li
{
behavior: url(hovermenu.htc);
} 

#menu {
float: left;
margin-top: 20px;
}

#menu ul {
list-style: none;
margin: 0;
padding: 0;
width: 70px;
margin-right: 4px;
float: left;
background-image: url("./img/menu/level1.gif");
background-repeat: no-repeat;
}

#menu ul:hover {
background-image: url("./img/menu/level1h.gif");
}


#menu a, #menu h2 {
font: normal 11px arial, helvetica, sans-serif;
display: block;
margin: 0;
padding: 2px 3px;
padding-bottom: 7px;
color: #fff;
text-align: center;
text-decoration: none;
background-image: none;
}


#menu ul ul, #menu ul ul:hover {
background-image: none;
}

#menu ul ul a, #menu ul ul h2 {
font: normal 11px arial, helvetica, sans-serif;
display: block;
background-image: none;
padding: 8px 10px;
color: #fff;
text-align: left;
border-bottom: 1px solid #1e4e6d;
}

#menu ul ul a:hover, #menu ul ul h2:hover {
background-color: #ff0000;
}


#menu li {position: relative;}

#menu ul ul {
position: absolute;
z-index: 500;
width: 14em;
background-color: #e3001a;

}

#menu ul ul .more {
background-image: url("./img/menu/more.gif");
background-repeat: no-repeat;
background-position: bottom right;
}

#menu ul ul li 
{ 
   
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 24em;
}

#menu ul ul ul a {
 border-left: 1px solid #1e4e6d;
}


div#menu ul ul,
div#menu ul li:hover ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
