<!--


/* DYNAMIC MENU */


#dynamicmenu { width:162px; background: #E7E7E7; }

#dynamicmenu ul { list-style: none; margin: 0; padding: 0;}
#dynamicmenu ul ul {
	position:absolute;
	top:-1px;
	left:161px;
	width:100%;
	background-color:#E7E7E7;
	border-top-width: 1px;
	border-bottom-width: 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
}
#dynamicmenu ul ul ul { position:absolute; top:-1px; left:100%; width:100%; border-width:1px 1px 0; border-style:solid; border-color:#9D9D9D; background-color:#E7E7E7;}

/* Level 1 Style */

#dynamicmenu ul a {
	display:block;
	margin:0;
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 21px;
	background-image: url(../img/nav_arrowLong.gif);
	background-repeat: no-repeat;
	background-position: left center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #9D9D9D;
	border-bottom-color: #9D9D9D;
	border-left-color: #9D9D9D;
}
#dynamicmenu ul a:hover {
	color:#fff; 
	background:#FF9933;
	background-image: url(../img/nav_arrowLongOver.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#dynamicmenu #selected a {
	color:#fff; 
	background:#FF9933;
	background-image: url(../img/nav_arrowLongOver.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* Level 2 Style */

#dynamicmenu ul ul a {
	display:block;
	margin:0;
	border-bottom:1px solid #9D9D9D;
	color: #666666;
	text-decoration:none;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-image: url(../img/spacer.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
#dynamicmenu ul ul a:hover {color:#fff; background:#FF9933;}

/* DYNAMIC MENU */

#dynamicmenu li {position:relative;}

/* DYNAMIC MENU */

#dynamicmenu ul ul, #dynamicmenu ul li:hover ul ul {display: none;}
#dynamicmenu ul li:hover ul, #dynamicmenu ul ul li:hover ul {display: block;}



-->