.ddsubmenustyle, .ddsubmenustyle ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #3B3B3A;
	text-decoration: none;
	padding: 0;
	position: absolute;
	top: 0;
	list-style-type: none;
	border: 1px solid #F2F2F2;
	border-bottom-width: 0;
	visibility: hidden;
	width: auto;
	z-index: 100;
	margin: 0;
}
.ddsubmenustyle li a {
	display: block;
	width: 140px;
	color: #3B3B3A;
	background-color: #F7F9F9;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #F2F2F2;
}
.ddsubmenustyle_inside li a {
	display: block;
	width: 150px;
	color: #3B3B3A;
	background-color: #F7F9F9;
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #F2F2F2;
}
.ddsubmenustyle_inside li a:hover {
	background-color: #F7F9F9;
	color: #3B3B3A;
}
* html .ddsubmenustyle li {
	display: inline-block;
	width: 140px;
}
.ddsubmenustyle li a:hover {
	background-color: #e7eced;
	color: #3B3B3A;
}
.downarrowpointer {
	padding-left: 4px;
	border: 0;
}
.rightarrowpointer {
	position: absolute;
	left: auto;
	border: 0;
	background:url(../images/arrow-right.gif) no-repeat 3px center;
	background-repeat: no-repeat;
	background-position: 3px center;
}
.ddiframeshim {
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}
