/* ######### Drop Down ULs CSS ######### */

.container_all .ddsubmenustyle{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0px 0 0 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	visibility: hidden;
	z-index: 1000000;
	border:none;
	width: 185px;
	overflow:hidden;
	display:block;
	border-top:none;
}

.container_all .ddsubmenustyle li { text-align:left; display:block; width:100%; background:#d9003c; }
.container_all .ddsubmenustyle li:hover {  }

.container_all .ddsubmenustyle li a{
	display: block;
	background:url(menu_arrow.html) no-repeat 4px 4px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style:normal;
	font-weight:normal;
	text-align:left;
	text-decoration:none;
	text-transform:none;
	line-height:24px;
	height:24px;
	color: #fff;
	padding: 0px 5px 0px 25px;
	float:none;
}

.container_all .ddsubmenustyle li.top, .container_all .ddsubmenustyle li.bottom { line-height:0; font-size:0; }

.container_all .ddsubmenustyle li.top { background:url(../images/sub_menu_tl.html) no-repeat left top; padding-left:6px; }
.container_all .ddsubmenustyle li.top .de_1 { background:url(../images/sub_menu_tr.html) no-repeat right top; padding-right:6px; }
.container_all .ddsubmenustyle li.top .de_2 { background:#d9003c; height:6px; }

.container_all .ddsubmenustyle li.bottom { background:url(../images/sub_menu_bl.html) no-repeat left top; padding-left:6px; }
.container_all .ddsubmenustyle li.bottom .de_1 { background:url(../images/sub_menu_br.html) no-repeat right top; padding-right:6px; }
.container_all .ddsubmenustyle li.bottom .de_2 { background:#d9003c; height:6px; }

.container_all .ddsubmenustyle li a:hover, .container_all .ddsubmenustyle li a:active { background-color:#13cfed; color:#fff; }

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

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

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

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

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