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

#droppy ul { width: 200px;}
#droppy ul ul { left: 201px; }

/* Everything else is theming */
 
#droppy { 
	background-color: #531918; 
	height: 24px;
	width: 960px;
}
#droppy *:hover { background-color: none; }
#droppy a { 
	border-right: 1px solid white; 
	color: #EFDEDE; 
	font-size: 13px; 
	padding: 6px 12px;
	letter-spacing: 1px; 
	line-height: 1; 
	text-decoration: none; 
	/*font-weight: bold;*/
	font-family: Arial;
}
  #droppy li.hover a { background-color: #253646;}
  #droppy ul { top: 25px; }
    #droppy ul li a { background-color: #253646;}
      #droppy ul a.hover { background-color: #531918; }
   #droppy ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.8; filter: alpha(opacity=90); color: #ffffff; letter-spacing: 0;}
/* #droppy ul a { border-bottom: none; } - I also needed this for IE6/7 */

