/*** ESSENTIAL STYLES ***/
#nav1 {
	line-height:	1.0;
}
#nav1 ul {
	position:		absolute;
	top:			-999em;
	/*width:			10em; /* left offset of submenus need to match (see below) */
	width:			17em;
}
#nav1 ul li {
	width:			17em;
}
#nav1 li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
#nav1 li {
	float:			left;
	position:		relative;
}
#nav1 a {
	display:		block;
	position:		relative;
}
#nav1 li:hover ul,
#nav1 li.sfHover ul {
	position:absolute;
	left:			0;
	top:			3.3em; /* match top ul list item height */
	z-index:		99;
}
ul#nav1 li:hover li ul,
ul#nav1 li.sfHover li ul {
	top:			-999em;
}
ul#nav1 li li:hover ul,
ul#nav1 li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}
ul#nav1 li li:hover li ul,
ul#nav1 li li.sfHover li ul {
	top:			-999em;
}
ul#nav1 li li li:hover ul,
ul#nav1 li li li.sfHover ul {
	left:			17em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/

/*** arrows **/
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
}
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 */
#nav1 ul .sf-sub-indicator { background-position:  -10px 0; }
#nav1 ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
#nav1 ul a:focus > .sf-sub-indicator,
#nav1 ul a:hover > .sf-sub-indicator,
#nav1 ul a:active > .sf-sub-indicator,
#nav1 ul li:hover > a > .sf-sub-indicator,
#nav1 ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}


#nav1 { position:absolute;z-index:90; width:980px; }
#nav1 ul { list-style:none; background:#006B7E; margin-top:-1px; }
#column_1 { margin-top:32px; }
