/*********************************** MAIN NAV BAR *********************************/
#dmenu {
	float: left;
	margin: 0;
	padding: 0 0 0 0;
	width: 130px;
	background:#5a6f7d;
	border-top: 0px solid #ccc;
	border-bottom: 0px solid #333;
	font: 12px Verdana, Arial, Helvetica, Sans-Serif;
	z-index: 60;
}
.topmenuul {list-style-type:none;margin:0;padding:0}
.topmenuli {list-style-type:none;float:left}
.topmenuli a {display:block;color:#FFF;background:#5a6f7d;text-decoration:none;padding:8 15 7 15}
}
.topmenuli a:hover {color:#ffd450}
.topmenuli a:hover {background: #6a7d8a url(nav-arrow-white.gif) no-repeat 7px 20px}
/* submenuul display:none keeps submenus from appearing until highlighted */
/* submenuul margin-left:xxxpx places the submenu to the left */
/* submenuul margin-top:-50px places the submenu top same as menu top */
/* submenuul padding:0 1; makes border look good due to padding */
/* submenuul border-xxx: makes pretty border around submenu */
/* submenuul position:absolute; keeps area below menu from filling in with root menu color when menu highlighted */
/* submenuul most important-- background must be present or will randomly drop out of menu */
.submenuul {list-style-type:none;position:absolute;padding:0 1;display:none;margin-top:-125px;margin-left:110px;
background:#f7f7f7 url(dropdown_bg.gif) top left repeat-x;
   border-right:1px solid #887763;border-bottom:1px solid #887763;border-left:1px solid #887763;
z-index: 65;
}
/* the following defines the shape etc of each list item */
.submenuli a {display:block;width:210px;padding:0px;text-decoration:none;color:#000;border-top:1px solid #FFF;border-bottom:1px solid #333;background:#5a6f7d;}
.submenuli a:hover {text-decoration:none;background:#6a7d8a;color:#FFF}
/* without next line, no submenu will display */
li:hover ul,li.over ul {display:block}
#dmenu li>ul {top:auto;left:auto}


