/* ######### Drop Down ULs CSS ######### */
.ddsubmenustyle{ /*topmost and sub ULs, respectively*/
	font: normal 13px Verdana;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style: none;
	visibility: hidden;
	z-index: 1000000;
	background:#251c1c;
	/*border:1px solid #bbb;*/
	border-top:0px none;
}
.ddsubmenustyle ul { margin:5px 0px; }

.container_all .ddsubmenustyle li {
	background:none;
	list-style:none;
	padding:0px;
	margin:0px;
}

.container_all .ddsubmenustyle li a {
	background:url(http://35102.templates.site2you.com/js/ddlevelsfiles/marker.gif) no-repeat 12px 10px;
	font-family: Tahoma;
	text-align:left;
	font-size: 12px;
	display: block;
	width: 160px;
	color:#fff;
	margin:0px;
	text-decoration:underline;
	padding: 0px 0px 0px 22px;
	line-height:24px;
	font-weight:bold;
}

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

.ddsubmenustyle li a:hover{
	color: #f36c24;
	text-decoration:none;
	background:url(http://35102.templates.site2you.com/js/ddlevelsfiles/marker.gif) no-repeat 12px 10px #e2dbc9;
}

/* ######### 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;
}