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

#ca_id .ddsubmenustyle { /*topmost and sub ULs, respectively*/
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1000000;
	width: 185px;
	font: normal 13px Verdana;
	margin:0px 0 0 0;
	list-style-type: none;
	border:none;
	display:block;
	padding:10px 0;
	overflow:hidden;
	background:#ffa900;
	-moz-border-radius:22px;
	-webkit-box-shadow:22px;
	border-radius:22px;
	behavior:url("http://33264.templates.site2you.com/js/css/PIE.htc")
}
#ca_id .ddsubmenustyle li { text-align:left; display:block; border:none !important; padding:0px 0; width:100%; }

#ca_id .ddsubmenustyle li a{
	font-family:Arial, Helvetica, sans-serif;
	font-style:normal;
	font-weight:bold;
	display: block;
	font-size: 14px;
	background:url(http://33264.templates.site2you.com/js/ddlevelsfiles/menu_arrow.gif) no-repeat 9px 7px; 
	text-align:left;
	text-decoration:none;
	text-transform:lowercase;
	line-height:30px;
	color: #fff;
	padding: 0px 5px 0px 30px;
	float:none;
}

#ca_id ul.ddsubmenustyle a:hover { color:#2b1a10; }

* html .container_all .ddsubmenustyle li a{ /*IE6 CSS hack*/
	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;
}