#subnav
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 35px;
	font-family: 'Century Gothic', Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	/* if line-height is more, it adds gap in FF */
	line-height: 100%;

	background-image: url(../image/nav/worksubnavback01.gif);
	background-position: center top;
	background-repeat: no-repeat;
}

#subnav table
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}


#subnav ul
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#subnav ul li
{
	list-style-type: none;
	float: left;
}

#subnav ul li a
{
	background-repeat: no-repeat;
/*	background-position: 0 0 0 0;*/
	height: 35px;
	float: left;
	list-style-type: none;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	white-space: nowrap;
}

#subnav ul li a.current
{
	background-position: 0 -35px;
}

#subnav ul li a:hover
{
	background-position: 0 -35px;
}

#subnav ul li.workHealing a
{
	background-image: url(../image/nav/worksubnav_healing01.gif);
}

#subnav ul li.workInteracting a
{
	background-image: url(../image/nav/worksubnav_interacting01.gif);
}

#subnav ul li.workLearning a
{
	background-image: url(../image/nav/worksubnav_learning01.gif);
}

#subnav ul li.workWorking a
{
	background-image: url(../image/nav/worksubnav_working01.gif);
}






/* http://www.alistapart.com/d/horizdropdowns/horizontal2.htm */

#subnav ul li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 400px; /* Width of Menu Items */
	border-bottom: 1px solid #CCCCCC;
}

#subnav ul li
{
	position: relative;
}

#subnav li ul
{
	position: absolute;
	left: 8px;
	top: 35px;
	display: none;
}

/* Styles for Menu Items */
#subnav ul li ul li a.sub
{
	display: block;
	text-decoration: none;
	color: #333333;
	background: #FFFFFF;
	padding: 6px 0 0 8px;
	height: 16px;
	width: 390px;
	text-align: left;
	vertical-align: middle;
	border-width: 1px 1px 0 1px;
	border-color: #cccccc;
	border-style: solid;
	font-weight: normal;
}

/* Holly Hack. IE Requirement \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

/* Hover Styles */
#subnav ul li ul li a.sub:hover
{
	font-size: inherit;
	color: #ADAA19;
	line-height: inherit;
	font-weight: normal;
}

#subnav li ul li a { padding: 0; } /* Sub Menu Styles */

#subnav li:hover ul, li.over ul { display: block; } /* The magic */






