 
 /* #nav { display: block; margin: 0; padding: 0; position: relative; } */
  #nav {
  	position: absolute;
  	right:-15px;
  	bottom:-5px;
  	/* border:1px solid red; */
  }
 
  #nav li a {color:black;}
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }
  * html #nav ul { line-height: 0; } /* IE6 "fix" */
  	#nav ul a { zoom: 1; } /* IE6/7 fix */
    #nav ul li { float: none; }
    #nav ul ul { top: 0; }
    
/* Essentials - configure this */

#nav ul { width: 130px; }
#nav ul ul { left: 131px; }

/* Everything else is theming */
 

#nav *:hover { background-color: none; }
/*
#nav a { border-right: 1px solid white; color: white; font-size: 12px; padding: 6px; line-height: 1; }
#nav li.hover a { background-color: #5E5A5A; }
*/
#nav ul { 
	top: 35px; 
	font-family:Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	background:white;
	width:110px;
	padding:5px 10px 15px 0px;
	margin-left:-5px;
	opacity:.80; 
	/* For IE 5-7 */
	filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70); 
	/* For IE 8 */
	-ms-filter:progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	overflow: hidden;
	overflow-x: hidden;
	overflow-y: hidden;
	z-index: 300;
}
#nav ul li a {color:#999;display:block;margin-left:-20px;width:145px;height:20px;background: url("{site_url}images/menus/sub_bg.png") 0 0 no-repeat;border:none;padding:3px;padding-right:0px;}
.sub_header {color: white;margin:5px;}
#nav ul a.hover { background-color: white;color: black;padding-right:0px; }
#nav ul a { border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

