#nav
{
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	height: 36px !important;
	overflow: hidden !important;
	background: #fff;
}

#nav li
{
	display: inline;
	margin: 0;
	padding: 0;
}

#nav li a
{
	float: left;
	display: block;
	padding: 36px 0 0 0 !important;
	margin: 0;
	height: 0px !important;
	height /**/: 36px; /* for IE5/Win only */
	overflow: hidden !important;
}

#nav li a.active { background-position: top left !important; }

#advantage a { background: url(../images/nav-advantage.gif) 0 -35px no-repeat; width: 187px; }
#advantage a:hover { background-position: top left; }

#solutions a { background: url(../images/nav-solutions.gif) 0 -35px no-repeat; width: 184px; }
#solutions a:hover { background-position: top left; }

#resources a { background: url(../images/nav-resources.gif) 0 -35px no-repeat; width: 170px; }
#resources a:hover { background-position: top left; }

#about a { background: url(../images/nav-about.gif) 0 -35px no-repeat; width: 100px; }
#about a:hover { background-position: top left;  }

#contact a { background: url(../images/nav-contact.gif) 0 -35px no-repeat; width: 119px; }
#contact a:hover { background-position: top left;  }

.subnav
{
	width: 200px;
	list-style: none;
	margin: 0;
	padding: 0;
	display: block;
	background: #fff;
	border: #ccc 1px solid;
	border-bottom: none;
	display: none;
	visibility: hidden;
	position: absolute;
	z-index: 999;
}

.subnav li a
{
	display: block;
	margin: 0;
	padding: 6px;
	border-bottom: 1px solid #ccc;
	text-align: left;
	color: #0c5a83;
	text-decoration: none;
	font-size: 10px;
}

.subnav li a:hover { background: #f0f0f0; }

#subnav-advantage { top: 177px; left: 0px; }
#subnav-solutions { top: 177px; left: 200px; }
#subnav-resources { top: 177px; left: 380px !important; }
#subnav-about { top: 177px; left: 550px; }
#subnav-contact { top: 177px; left: 650px; width: 170px;}
#subnav-contact li a { text-align: left !important; }



#subnav-inline 
{
	font-size: 10px;
	display: block;
	height: 20px !important;
	overflow: auto;
	margin:  0 0 25px 0 !important;
	padding: 0;
	text-align: left;
	list-style: none;
}

#subnav-inline li
{
	display: inline;
	padding: 0 8px;
	border-left: 1px solid #bbb;
}

#subnav-inline .first-item { margin: 0; padding: 0 8px 0 0; border: none; }
#subnav-inline .active { font-weight: bold; }

#subnav-inline li a { color: #bbb; text-decoration: none; }
#subnav-inline li a:hover { color: #666; text-decoration: underline; }

#subnav-spacer{ display: block; height: 25px !important; overflow: auto !important; margin:0; padding: 0; }