/********** < Navigation */

#vertnav {

}


#vertnav li .vertnav-cat {
	float: left;
	width: 210px; 
 	padding:3px 0; 
	margin-bottom: 0; 
	margin-top:0;
}

/* All Levels */
#vertnav li { float: left; text-align:left; }
#vertnav li.over {}
#vertnav li:hover { background: #880000 url(../images/sdmenu/linkarrow.gif) no-repeat right center; }
#vertnav a.over{ color: #000; }
#vertnav a:hover { display:block; height: 20px; text-decoration:none; color: #FFF; text-indent: 0px; }
#vertnav li li.parent { font-weight: ;}

/* 0 Level */
#vertnav li { float:left; border-bottom:1px solid #ccc; background: #000; font-size: 12px;} 
#vertnav li.active { float:left; width: 210px; background: #BC964A url(../images/sdmenu/arrow_right.gi) no-repeat center right;  !important; indent-right: 5px; }
#vertnav li.active a { color: #000000; font-weight: bold; background: }
#vertnav a { float:left; padding:5px 5px 5px 5px; font-weight:bold; color: #ccc; line-height: 20px; margin: 0 7px 0; }
#vertnav a:hover { color: #fff;}
#vertnav li.over a { color: #fff;}




/* 1st Level */
#vertnav ul li,
#vertnav ul li.active { float:left; margin:0; width: 190px; padding-left:10px; background: #BC964A; border: none; line-height: 26px; border-bottom: 0pt dotted #880000; }
#vertnav ul li.over {  }

#vertnav ul li.last { background:; padding-bottom:0; border-bottom: none !important; }


#vertnav ul a,
#vertnav ul a:hover { float:none;  padding: 3px 0; background:none; line-height: 16px;  }

#vertnav ul a:hover { background: ;  }
#vertnav ul li a { font-weight:normal !important; }

#vertnav ul a span {
	margin-left: 14px;
}

#vertnav ul a {
	padding: 3px 0 !important;
	margin: 0 !important;
	text-indent: 0 !important;
}








/* 2nd level */
#vertnav ul { line-height: 10px;}
#vertnav ul li a { color: #000;}

/* 3rd+ Level */
#vertnav ul ul { top:5px; }

/* Show Menu */
#vertnav li.over > ul { left: 0; }
#vertnav li.over > ul li.over > ul { top: 10px; left: 128px; }
#vertnav li.over ul ul { left: -10000px; }

#vertnav ul li a { }
#vertnav ul li a:hover { color: #FFF; }
#vertnav ul span,
#vertnav ul li.last li span { padding:3px 10px 4px 0; }

/********** Navigation > */
/* ======================================================================================= */



