<!--


/* DYNAMIC MENU */


#dynamicmenu {width: 100%;
background: url(blue-grad.gif) center center repeat-x;
float: left;
}

#dynamicmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 100px;
float: left;
}

#dynamicmenu a, #dynamicmenu h2 {
font-size: 11px;
font-family: verdana, helvetica, arial;
font-weight: bold;
display: block;
border-width: 1px;
border-style: solid;
border-color: #6087B0 #40607D #40607D #6087B0;
margin: 0;
padding: 2px 3px;
}

#dynamicmenu h2 {
color: #fff;
background: #000;
}

#dynamicmenu a {
color: #040430;
background: url(blue-grad.gif) center center repeat-x;
text-decoration: none;
}

#dynamicmenu a:hover {
color: #B0C4DE;
background: "";
}

#dynamicmenu li {position: relative;}

#dynamicmenu ul ul {
position: absolute;
background: #6087B0;
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 */


-->
