/* DEFAULT NAVIGATION USING LISTS */

/* TOPNAV CSS STYLE  */
#nav ul { list-style-type:none; margin:0; padding:0; }
#nav li { margin: 15px 0; }
#nav a { background: url(/images/btn_none.gif) no-repeat 0 2px; padding: 2px 0 2px 20px;  display: block; font-size: 14px; font-weight: bold; } 
#nav a:hover { background: url(/images/btn_hover.gif) no-repeat 0 2px; color: #cc0000; }
#nav #selected{ background: url(/images/btn_hover.gif) no-repeat 0 2px; color: #0cad0c; }

/* SUBNAV CSS STYLE  */
#nav ul ul { list-style-type:none; margin:0 0 0 10px; padding:0; }
#nav ul ul li {  margin: 10px 0; }
#nav ul ul a { background: url(/images/bullet.gif) no-repeat 0 3px; padding:2px 0 2px 25px; display: block; font-size: 13px; font-weight: bold; position:relative; } 
#nav ul ul a:hover { background: url(/images/bullet.gif) no-repeat 0 3px; color: #cc0000; }
#nav ul ul #selected{ background: url(/images/bullet.gif) no-repeat 0 3px; color: #ff9900; }