#leftNav {width:188px; background:url(/images/back-leftNav.gif) top left no-repeat; margin:0; padding:0; float:left;}

ul.verticalMenu {list-style:none; margin:20px 0 0 10px; width:178px; position:relative; padding:0; text-align:left; z-index:0; font-size:100%;}
ul.verticalMenu li {position:relative; width:178px; display:block; z-index:0;}

/* APPLY THESE STYLES TO EVERYTHING UNDER THE ROOT LEVEL */
ul.verticalMenu ul {top:0; padding:0px; width:178px; position:relative;}

/* THESE APPLY TO THE FIRST LEVEL ONLY */

/*JobMatch ONLY */
ul.verticalMenu {background-color:transparent;}
ul.verticalMenu li.seperator, ul.verticalMenu li.seperator div {height:1px; line-height:1px; font-size:1px;}
ul.verticalMenu li.seperator div {background:url(/images/back-leftNav-seperator.gif) right no-repeat;}
ul.verticalMenu a, ul.verticalMenu span {font-size:100%; text-decoration:none; display:block; padding:6px 0 6px 20px; width:auto; * width:100%;}

ul.verticalMenu .root {width:170px; text-align:left; position:relative;}
ul.verticalMenu .root a, ul.verticalMenu .root span {background:url(/images/back-link-arrow.gif) center left no-repeat; font-weight:bold; color:#fff;}

/*uncomment if need second level:

ul.verticalMenu li.parent {border:0;}
ul.verticalMenu li.parent a {padding-left:17px; color:#8383B7; background:url(/images/back-leftNav-dash.gif) center left no-repeat;}
*/

/* STYLE THE MOUSE OVER FOR EVERYTHING BUT IE */
ul.verticalMenu a:hover {text-decoration:underline;}

* html ul.verticalMenu li {float:left;} 
