/* DYNAMIC MENU */


#dynamicmenu {width: 100%;
height:29px;
background: #ffb30f;
float: center;
}

#dynamicmenu ul {
list-style: none;
margin: 0;
padding: 0;
width: 153px;
float: left;
}

#dynamicmenu a, #dynamicmenu h2 {
	font-size: 12px;
	display: block;
	border-width: 0px;
	border-style: solid;
	border-color: #eee #eee #fff #fff;
	margin: 0;
	padding: 8px 8px 7px;	

}

#dynamicmenu h2 {
color: #fff;
background: #000;

}

#dynamicmenu a {
color: #000;
background: #ffb30f;
text-decoration: none;
}

#dynamicmenu a:hover {
color: #129a84;
background: #fdeac1;

}

#dynamicmenu li {position: relative;}

#dynamicmenu ul ul {
position: absolute;
z-index: 500;
width: 175px;


}

#dynamicmenu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 200px;

}

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 */
