div#top-menu a:hover 
{
	color:#FFFFFF;
}
table#holder
{
	z-index: 20;
}

.menu-strip
{
	background-color: #462b16;
	width: 778px;
}
.ddmx#menu1 
{
	font-weight: normal;
	color: #ffffff;
	font-family: "Lucinda Grande", Helvetica, Arial, sans-serif;
	font-size: 11px;
	text-decoration: none;
	text-align: center;
	width: 1%;

}
.ddmx .item1
{
	display: block;
	position: relative;
	background-color: #462b16;
 }
.ddmx .item1-active
{
	display: block;
	position: relative;
}
.ddmx .item1-active:hover,
.ddmx .item1:hover
{
	color: #FFFFFF;
	text-decoration: none;
}
.ddmx .item2,
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	padding: 5px 8px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #F2F7F7;	
	background: #462b16;
	text-decoration: none;
	text-align: left;
	display: block;
	position: relative;
	z-index: 500;
	width: 150px;
}
.ddmx .item2 {
	background-color: #462b16;
	white-space: normal;
}
.ddmx .item2:hover,
.ddmx .item2-active,
.ddmx .item2-active:hover {
	background-color: #744826;
}
.ddmx .arrow,
.ddmx .arrow:hover {
	padding: 2px 16px 4px 8px;
	vertical-align: top;
}
.ddmx .item2 img,
.ddmx .item2-active img{
	position: absolute;
	top: 2px;
	right: 1px;
	border: 0;
}
.ddmx .section {
	position: absolute;
	visibility: hidden;
	z-index: 5;
	margin-top: 9px;
	border: 1px none #393939;
	margin-left: -2px;
}

