/*topmost and sub ULs, respectively*/
.ddsubmenustyle, .ddsubmenustyle ul { 
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bolder; 
	font-size: 12px;
	margin: 0;
	margin-top: -24px;
	/*!margin-top: 0px;*/
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: #444444;
	border: 1px solid #444444;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

/*width of menu (not including side paddings)*/
.ddsubmenustyle li a {
	display: block;
	width: 260px; 
	color: white;
	/*	background-color: #444444; */
	text-decoration: none;
	padding: 4px 5px;
	border-bottom: 1px solid #444444;
	padding-left: 40px;
	font-weight: bolder;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

/*IE6 CSS hack*/
* html .ddsubmenustyle li { 
	display: inline-block;
	/*width: 320px; MK*/
	width: 260px;
}

.ddsubmenustyle li a:hover {
	background-color: black;
	color: White;
	background-image: url(/am/cdhatemplateimages/drop_check.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.ddsubmenustyle li a:visited {
	background-color: #444444;
	color: White;
	background-repeat: no-repeat;
	background-position: 5px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.ddsubmenustyle li a:visited:hover {
	background-color: black;
	color: White;
	background-image: url(/am/cdhatemplateimages/drop_check.gif);
	background-repeat: no-repeat;
	background-position: 5px 12px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
/*CSS for "down" arrow image added to top menu items*/
.downarrowpointer { 
	/*	padding-left: 4px; */
	visibility: hidden;
	border: 0;
}

/*CSS for "right" arrow image added to drop down menu items*/
.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;
}
