<!--


/* DYNAMIC MENU */


#dynamicmenu {width: 780px; 
background:
float: left;
}

#dynamicmenu ul {
list-style: none;
margin: 0;
padding-left: 0cm;
width: 95px;
float: left;
}

#dynamicmenu a, #dynamicmenu h2 {
font-size: 13px;
font-family: verdana; 
font-weight: bold;
text-align: center;
word-spacing: -1px; 
letter-spacing: -1px; 
color: #536116;
display: block;
border-left: 0px solid #536116;
border-bottom: 0px 
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#dynamicmenu h2 {
color: #536116;
height: 40px;
background: white;
}

#dynamicmenu a {
color: #536116;
background:;
height: 40px;
text-decoration: none;
}

#dynamicmenu a:hover {
color: white;
background: #536116;
}

#dynamicmenu li {position: relative;}

#dynamicmenu ul ul {
position: absolute;
z-index: 500;
}

#dynamicmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
}

div#dynamicmenu ul ul,
div#dynamicmenu ul li:hover ul ul,
div#dynamicmenu ul ul li:hover ul ul
{display: none;}

div#dynamicmenu ul li:hover ul,
div#dynamicmenu ul ul li:hover ul,
div#dynamicmenu ul ul ul li:hover ul
{display: block;}

#dynamicmenu li.mnu_p {background: url(.../img/dynamicmenu/arrow_down.gif right no-repeat;}



/* DYNAMIC MENU */


-->
