
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
		/*line-height:	1.0; */
	width: 840px;
 
	/* for the rounded blue bar */
	background-image:url(http://www.dsny.com/img/2009/template/under_bar.png);
	background-repeat:no-repeat;
	width: 840px;
	padding-left: 5px;

}
.sf-menu h2{
/* overall top menu font */
font: bold 11px/16px arial, helvetica, sans-serif; }

.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			11em; /* left offset of submenus need to match (see below) */
	
}
.sf-menu ul li {
	width:			100%;
	z-index: 10;
	
}

.home a {	font: normal 11pt arial, helvetica, sans-serif; cursor:pointer;}

.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */

	
}
.sf-menu li {
	float:			left;
	position:		relative;
	/* font for top level */
		font: normal 11pt arial, helvetica, sans-serif;
	color: white;
	
}

.sf-menu li a, .sf-menu li a:visited {
	/* home */
	font: normal 11pt arial, helvetica, sans-serif;
	color: white; 
		line-height: 2em;
		cursor:pointer;	
				
}
.sf-menu li a:hover {
	/* home */
		color: #ff8a00;
		background-image: url(http://www.dsny.com/img/2009/template/menu_arrowR.gif); background-repeat:no-repeat; background-position:left; padding-left: 15px;
text-decoration:none;

}

.sf-menu li.home a:hover {color: #ff8a00; text-decoration:none;}


.sf-menu li li a, .sf-menu li li a:visited {
	/* home */
	font: normal 11pt arial, helvetica, sans-serif;
	line-height: 1.5em;
}

.sf-menu li li a:hover, {
color: #ff8a00;

}


.sf-menu a {
	display:		block;
	position:		relative;
/* border-width: 1px;
border-style: solid;
border-color: #ccc; */
margin: 0;
padding: 2px 3px;
}

.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			-1.5em;
	 top:			1.9em; /* position of first level drop down from top menu */ 
	z-index:		99;
	color:#ff8a00;
	
}

ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	color:#ff8a00;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	/* x positioning for the second level flyout */
	left:			10em; /* match ul width */
	top:			0;
	color:#ff8a00;
}

ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	color:#ff8a00;
}

ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
	z-index: 11;
	color:#ff8a00;
	}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
	margin-bottom:	1em;
}
.sf-menu a {
/* 	border-left:	1px solid #fff;
	border-top:		1px solid #CFDEFF; */
	padding: 		.5em 1em;
	text-decoration:none;
	background-color: #313d8f;
font: bold 11px/16px arial, helvetica, sans-serif;
}

.sf-menu h2 a {background-color: white; }
.sf-menu h2 a:hover {background-color: #313d8f; 	color:#ff8a00;}
.sf-menu h2 a:active {background-color: #313d8f; 	color:#ff8a00;}
/* color: #aeadaa; 1em*/
.sf-menu_inactive {	padding: .5em 1em;
	text-decoration:none;
		background-color: #313d8f;
font: bold italic 11px/16px arial, helvetica, sans-serif; color: #aeadaa; }



.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	/*color: white; */
	line-height: 2em;
	padding: 0px 4px 0px 0px;
	/* I use margin-left to space out top menu item */
	margin-left: 13px;
	}
	
.sf-menu li {
/* 	background:		#BDD2FF; */
		background-color:#313d8f;
	/* line-height: 1.5em; */
	/* this keeps the spacer the same as the top menu text vertical alignemnt */
	line-height: 2em;
	/* I use margin-left to space out top menu item */
	margin-left: 13px;}
}
.sf-menu li li {
	background-color: #313d8f;
}
.sf-menu li li.last {
	background-color: #313d8f;
	padding-bottom: 12px;
	border-bottom: 1px dotted white;
}

.sf-menu li li li.last {
	background-color: #313d8f;
	padding-bottom: 12px;
	border-bottom: 1px dotted white;
}


.sf-menu li li li {
	background-color: #313d8f;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
color: #ff8a00;
background-color: #313d8f;
	outline:		0;
	cursor:pointer;
	
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	/* background:		url('/img/2009/template/menu_arrowR.gif') no-repeat -10px -100px;  /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
/*	background:	url('../images/shadow.png') no-repeat bottom right; */
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;

}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}
