/*  css for horizontl drop down menu */

#burn_menu_h {
width: 100%;
float: left;
font-size: 1em;
}

#burn_menu_h ul {
list-style: none;
margin: 0;
padding: 0;
/*width: 12em;*/
float: left;
}

#burn_menu_h a, #burn_menu_h h2 {
/*font: bold 11px/16px arial, helvetica, sans-serif;*/
display: block;
border-width: 1px;
border-style: none;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#burn_menu_h h2 {
color: #fff;
background: #000;
border-style: solid;
font-size: 1.5em;
/*
text-transform: uppercase;
*/
}



#burn_menu_h a {
color: #fff;
background: #333;
text-decoration: none;
border-style: none;
}

#burn_menu_h a:hover {
color: #a00;
background: #fff;
border-style: none;
}

#burn_menu_h li {
position: relative;
}

#burn_menu_h li li {
position: relative;
border: 1px solid #ffffff;
}

#burn_menu_h ul ul ul {
top: 0;
left: 100%;
}

#burn_menu_h ul ul {
position: absolute;
white-space: nowrap;
line-height: 200%;
z-index: 500;
}

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

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

