/* Basic code - don't modify */
 
 #left { display: block; margin: 0; padding: 0; position: relative; }
  #left li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #left a { display: block; }
  #left ul { display: none; position:  relative; left: 0; margin: 0; padding: 0; }
  * html #left ul { line-height: 0; } /* IE6 "fix" */
  	#left ul a { zoom: 1; } /* IE6/7 fix */
    #left ul li { float: none; }
    #left ul ul { top: 0; }
    
/* Essentials - configure this */

#left ul {width: 238px; }
#left ul ul {left: 238px; }

/* Everything else is theming */
 
#left { width:238px; float:left; }
#left *:hover { background-color: none; }
#left a { border-right: 1px solid white; 
color:#000; 
font-size: 12px;
line-height: 1; }
    #left li.hover a {/*background-color: #F4DDFF; */color:#9026FF;
 }
  #left ul { top: 0px; left:0px; }
    #left ul li a { background-color: #FFF; }
            #left ul a.hover { background-color: #000; color:#FFF; }
   #left ul a { border-bottom: 1px solid white; border-right: none; /*opacity: 0.9; filter: alpha(opacity=90); */}
/* #left ul a { border-bottom: none; } - I also needed this for IE6/7 */

.smenu3 a { border-right: 1px solid white; 
color: #000; 
font-size: 12px; padding: 6px; line-height: 1; }

#left li{width:238px;
position: relative;
clear:both;
float:left;
}

#left a span{display:none;}

