/* Basic code - don't modify */
 
 #nav { display: block; margin: 0; padding: 0; position: relative; }
  #nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
  #nav a { display: block; }
  #nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; color: #333; }
  * 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: 226px; }
#nav ul ul { left: 231px; }

/* Everything else is theming */
 
#nav { height: 40px; }

#nav a { color: #333;  line-height: 1.6; text-decoration:none; }
#nav a.droppytxt { width: 225px;height: 40px;}
#nav a.droppytxt strong { height:40px;display:block; font-weight:normal;background: url(../img/btn01.gif) left top no-repeat;border-left:solid 1px #999;border-bottom: 1px solid #999;border-top: 1px solid #999;}
#nav a.hover.droppytxt strong { text-indent:2px;}
#nav a.droppytxt strong.last { border-left:solid 1px #999;border-right:solid 1px #999; }
#nav a.droppytxt.hover strong { background: #66ADD4; }
.droppyshort { line-height:40px; text-align:center;}
  #nav li.hover a { }
  #nav ul { top: 42px; left: 0; }
    #nav ul li a { background: #fff; border-right: 1px solid #999;border-left: 1px solid #999; }
      #nav ul a.hover { background: #b3dcf3; }
   #nav ul a { border-bottom: 1px solid #999; border-right: none; padding:10px; }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

