 #nav { display: inline; margin: 0px; padding: 0px 0px 0px 2px ; position: relative; float:right;}
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; text-decoration:none; }
  #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: 231px; }

/* Everything else is theming */
 
#nav {
	background-color: none;
	padding:0px 10px 0px 0px;
	height:20px;
	width:700px;
}

#nav *:hover { background-color: none; }

#nav a {
	border-right: 2px solid #000;
	color: #000;
	font-size: 18px;
	padding: 0px 30px 0px 10px;
	margin:0px;
	line-height:24px;
	background-image:url(../images/skin/topMenuItemBg.png);
	background-position:95% 60%;
	background-repeat:no-repeat;
}
#nav a:hover { color:#D60404;}
#nav a.last { border-right: none;}
#nav a.current { text-decoration:underline;}
  #nav li.hover a { background-color: #none; }
  
  #nav ul { top: 26px; width:205px; left: -20px; background-image:url(../images/skin/subMenuItemBg.png); background-position:50% 100%; background-repeat:no-repeat; min-height:70px;}
  #nav ul.last { top: 26px; width:205px; left: -153px; background-image:url(../images/skin/subMenuItemBg.png); background-position:50% 100%; background-repeat:no-repeat; min-height:70px;}
  
    #nav ul li a { background:url(../images/skin/subMenuItemBg3.gif) 50% 0% no-repeat; padding:15px 30px; margin:0px 0px; font-size:16px; font-weight:normal; text-align:center; line-height:10px;}
	  #nav ul a.current { font-size:16px; font-weight:normal;}
      #nav ul a.hover { background-color: none; color:#D60404; font-weight:normal;}
   	  #nav ul a {border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
	  #nav ul a.subFirst { padding-top:10px; background: url(../images/skin/subMenuItemBg2.png) center top no-repeat}
      #nav ul a.subLast { border-right: none; opacity: 0.9; filter: alpha(opacity=90); min-height:30px;}
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */
