/* In here from other main.css file to make sure the background looks right for this demo; */
#navBG{ background:#000; bottom:1px; display:block;height:49px; left:0px;opacity:0.50;filter:alpha(opacity=50); position:absolute; width:100%; z-index:1; }
/* ------------------------------- END COPIED STYLES ------------------------------------------ */

/* style the links for the top level */
#nav { bottom:0px; display:block; left:0; position:absolute; width:100%; margin-left:175px; z-index:99;}
#nav li { display:inline; padding-top:15px; height:1%; }
#nav li a {width:124px; text-align:center; float:left; color:#fff;font-size:18px;  font-weight:normal;  margin-right:15px; text-decoration:none; padding:10px 0px 10px 0px; font-style:italic;  }
#nav li a:hover, #nav li a.currentlink { background: url(../images/bgr_hover.gif) no-repeat left top; color:#349127; }



/* style the second level background and links */
#subnav { width:187px; padding:0px 0 10px 13px; }
#subnav li {height:1%;}
#subnav li a { background:#6fa600 url(../images/bgr_secondLevelNav.gif) repeat-x left bottom; color:#fff; display:block; font-size:14px; font-weight:bold; margin:0px 0px 3px 0px; padding:9px 0px 6px 23px; height:1%; line-height:1em; }
#subnav li a:hover, #subnav li a.currentlink {background:#bad588; color:#29630c; text-decoration:none; margin:0 0 3px 0;}

/* style the third level menu */
#subnav li ul li a { background:#deeac2 url(../images/bgr_subsub.gif) no-repeat 42px 13px; font-weight:normal; color:#5aa35e; padding-left:50px; }
#subnav li ul li a:hover, #subnav li ul li a.currentlink{background:#bad588 url(../images/bgr_subsub.gif) no-repeat 42px 13px; color:#FFF;}
