#subnav
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	height: 35px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	/* 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.workhealthcare a
{
	background-image: url(../image/nav/worksubnav_healthcare.gif);
}

#subnav ul li.workcommercial_hospitality a
{
	background-image: url(../image/nav/worksubnav_commercial-hospitality.gif);
}

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

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

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

#subnav ul li.workmunicipal a
{
	background-image: url(../image/nav/worksubnav_municipal.gif);
}
#subnav ul li.workeducation a
{
	background-image: url(../image/nav/worksubnav_education.gif);
}




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

#subnav ul li ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	width: 250px; /* 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: #666666;
	background: #FFFFFF;
	padding: 6px 0 0 8px;
	height: 16px;
	width: 240px;
	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: #2A5CAA;
	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 */





