/* CSS Document */
/* 
Title:     healthserviceinnovations.com navigation styles for screen media 
Author:    eric@ivycat.com
Updated:   February 5, 2006
*/
/* Styles from suckerfish dropdown 
---------------------------------------------------*/
/* Overall main navigation styles */
#nav, #nav ul {
	float: left;
	list-style: none;
	line-height: 1em;
	color: #999999;
	font-weight: bold;
	padding: 0;
	margin: 0 auto;
}
#nav ul {
	line-height: 1.25em;
}
/* -------------------------- */
/* The top main navigation links */
#nav a {
	text-align: left;
	display: block;
	padding: 5px 20px;
	color: #fff;
	background: transparent url(../i/line.gif) no-repeat scroll right 50%; /* puts a "bar" on right of the main nav links */
	text-decoration: none;
}
/* I'm targeting the last main navigation link to have no "bar" on the right side */
#nav a.last {
	background-image: none;
}
#nav a.one, #nav a.two, #nav a.three {
	text-align: left;
	font-size: 1em;
}
#nav li {
	float: left;
	padding: 0;
}
/* -------------------------- */
/* The dropdown links lists */
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 13em;
	font-weight: normal;
	border: 1px solid #666;
	border-top: 0;
	margin: 0;
	background-color: #CCCCCC;
}
#nav li li {
	padding: 0;
	width: 13em;
}
#nav li ul ul {border: 1px solid #666;}
#nav li ul a {
	padding: 5px 1em;
	width: 11em;
	* html width: 100px;
}
/* This controls the flyout location of the second level dropdowns */
#nav li ul ul {
	margin: -2em 0 0 13em;
}
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/* -------------------------- */
/* Here is the background of the main nav link while looking at the dropdown */
#nav li:hover, #nav li.sfhover {
	background-color: #2C5574;
}
#nav li:hover a, #nav li.sfhover a {
	color: #FFFFFF;
}
/* -------------------------- */
/* The dropdown links list colors */
#nav li ul.under a {
	color: #000000;
	background-image: none;
font-weight:normal
}
#nav li ul.under a:hover {
	background: #2C5574;
	color: #FFFFFF;
}
/* -------------------------- */
/* The background of the second level links while looking at the dropdown under it... */
#nav li ul.under li:hover a.daddy, #nav li ul.under li.sfhover a.daddy {
	color: #FFFFFF;
}
#nav li ul.under li:hover, #nav li ul.under li.sfhover {
	color: #FFFFFF;
	background-color: #aaa;
}
