.downarrowpointer {
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer {
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}

.dddefault1 ul {
	background-color: #523D2A;
	font-family: Georgia, Verdana;
	font-size: 18px;
	list-style-type: none;
	margin: 0;
	margin-top: 2px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	width: 900px;
}
.dddefault1 li a {
	color: white;
	display: block;
	float: left;
	padding-bottom: 7px;
	padding-top: 5px;
	text-align: center;
	text-decoration: none;
	width: 180px;
}
.dddefault1 li a:hover, .dddefault1 li a.selected {
	color: yellow;
}
.dddefault1 li {
	display: inline;
	margin: 0;
}
.dddefault2, .dddefault2 ul {
	background-color: #523D2A;
	border: 1px solid white;
	border-bottom-width: 0px;
	font-family: Georgia, Verdana;
	font-size: 12px;
	left: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: absolute;
	text-align: left;
	top: 0;
	visibility: hidden;
	z-index: 100;
}
.dddefault2 li a {
	border-bottom: 1px solid white;
	color: white;
	display: block;
	padding: 3px 6px;
	text-decoration: none;
	width: 180px;
}
.dddefault2 li a:hover, .dddefault2 li a.selected {
	color: yellow;
}
* html .dddefault2 li a {
	display: inline-block;
	width: 168px;
}


