/* DEFAULT NAVIGATION USING LISTS */
#nav ul { list-style-type:none; padding-bottom:3px; margin:0;}
#nav li { background:none; padding:0; border:none;}
#nav a { background:url(../images/bullet_greenarrow.gif) no-repeat 3px center; display:block; padding:4px 4px 4px 22px; color:#000; font-weight:bold; text-decoration:none; border-bottom:1px solid #dadada; } 
#nav a:hover { background:#b9c5cd url(../images/bullet_greenarrow.gif) no-repeat 3px center; border-bottom:1px solid #94A0A8;}
#nav a#selected { color:#fff; background:#464646 url(../images/bullet_greenarrow.gif) no-repeat 3px center; border-bottom:1px solid #464646;}