/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	margin: 0px;
	padding: 0px 0px 0px 0px;
	position: absolute;
	list-style-type: none;
	background: #FFFFFF;
	visibility: hidden;	 
	z-index: 100;
}
.ddsubmenustyle li{ /*topmost and sub ULs, respectively*/
	margin: 0px 0px 1px 0px;
	padding: 0px 0px 0px 0px;
}

.ddsubmenustyle li a{
	display: block;
	width: 165px; /*width of menu (not including side paddings)*/
	color: #2662ad;
	text-decoration: none;
	padding: 0px 0px 7px 0px;
	margin: 0px;
	background: url(../images/bg_menu_list_item.jpg) repeat-x top;
	line-height:19px;
	font-family:Tahoma;
	font-size:11px;
	border-top: 1px #0066FF solid;
	border-bottom: 1px #0066FF solid;
	border-left: 1px #0066FF solid;
	border-right: 1px #0066FF solid;
	font-weight:bold;
}

* html .ddsubmenustyle li a{ /*IE6 CSS hack*/
	display: inline-block;
	width: 165px; /*width of menu (include side paddings of LI A*/
	padding: 1px 0px 0px 0px;
	line-height:19px;
	margin: 0px;
}

.ddsubmenustyle li a:hover{
	color: #ff1812;
	text-decoration:none;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 0px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding: 3px 0px 5px 0px;
	left: 100px;
	border: 0;
}

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