/* 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: 90px; 
}
.droppy ul ul { 
	left: 91px; 
}

/* Everything else is theming */
 #menu {
/*	position: absolute;*/
	z-index: 10px;
}	
.droppy { 
 	height: 24px; 
	left: 233px;
	top: 22px;
	position: absolute;
}
.droppy *:hover { 
	background-color: none; 
}
.droppy a { 
	/*width: 130px;*/
	color: #7a736d; 
	font-size: 12px; 
	font-weight: bold;
	padding: 12px 40px 12px 0; 
	line-height: 1; 
	text-decoration:none;
	text-transform: uppercase;
}

.droppy li.current a,
.droppy li a:hover { 
/*background-color: #ee3823; */
	color: #ee3823;
}

.droppy li.current ul li a {
	color: #555; 
}

.droppy li.current ul li a:hover,
.droppy li.current ul li.current a {
	color: #ee3823; 
}

.droppy ul { 
	top: 38px; 
}
.droppy ul li {
	font-size: 11px;
	line-height: 11px;
	margin: 0;
	padding: 0;
}
.droppy ul li a { 
	background-color: #fff; 
	font-weight: normal;
	padding: 4px 6px 4px 6px;
	font-size: 11px;
	line-height: 11px;
	margin: 0;
}

.droppy ul a.has-subnav { 
	background-color: #fff 
}

.droppy ul a.hover { 
/*	color: #ee3823;*/
}
.droppy ul a { 
	opacity: 1; filter: alpha(opacity=100); 
}
/* .droppy ul a { 
border-bottom: none; 
} - I also needed this for IE6/7 */

