#ddtopmenubar {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	z-index: 1!important;
	top: 23px;
}

.ddsubmenustyle, .ddsubmenustyle ul {
	font-family: verdana;
	font-size: 10px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: transparent;
	border: 1px solid #c3bea1;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.ddsubmenustyle li a {
	display: block;
	width: 110px;
	color: #7c5555!important;
	background: #fef9ef;
	text-decoration: none;
	padding: 5px 5px;
	border-bottom: 1px solid #c3bea1;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
}

.ddsubmenustyle li a:hover{
	background: #bbb;
	color: #fff!important;
}

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	display: none;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	display: none;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
