#nav, #nav ul { /* all lists */
	padding:0;
	margin:0;
	list-style:none;
	line-height:1;
	font:12px Arial;
}

#nav { /* first-level list */
	width:775px;
	height:26px;
	background:#dceddc;
	padding:3px 0 3px 25px;
	voice-family:"\"}\"";
	voice-family:inherit;
	width:775px;
	height:20px;
}

#nav a { /* all <a> tags */
	display:block;
	padding:2px 0;
	text-decoration:none;
	color:black;
	text-align:center;
}

#nav li:hover, #nav li.sfhover { /* hover colors for all li's */
	background-color:white;
}

#nav li { /* first-level li's */
	font-weight:bold;
	float:left;
}

#nav li ul a { /* second and third-level a's */
	padding:4px 0 4px 7px;
	text-align:left;
}

#nav li ul li { /* second and third-level li's */
font-weight:normal;
margin:0 0 3px;
font-size:11px;
}

#nav li ul { /* second and third-level lists */
	background:#dceddc;
	border:1px solid #4ca34d;
	padding:3px 3px 0;
	position:absolute;
	left:-999em;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
left:-999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left:auto;
}

#nav li#home {
width:61px;
text-align:center;
margin-right:28px;
}

#nav li#home a {
width:61px;
}

#nav li#health_ins {
width:228px;
margin-right:43px;
}

#nav li#health_ins a {
width:228px;
}

#nav li#health_ins ul {
width:224px;
voice-family:"\"}\"";
voice-family:inherit;
width:216px;
}

#nav li#health_ins ul li a {
width:218px;
voice-family:"\"}\"";
voice-family:inherit;
width:216px;
}

#nav li#health_ins ul ul {
margin:-2em 0 0 216px;
}

#nav li#life_ins {
width:228px;
margin-right:43px;
}

#nav li#life_ins a {
width:228px;
}

#nav li#life_ins ul {
width:224px;
voice-family:"\"}\"";
voice-family:inherit;
width:216px;
}

#nav li#life_ins ul li a {
width:218px;
voice-family:"\"}\"";
voice-family:inherit;
width:216px;
}

#nav li#life_ins ul ul {
margin:-2em 0 0 216px;
}

#nav li#quote {
border:1px solid black;
width:94px;
height:20px;
margin-right:0;
font-size:11px;
voice-family:"\"}\"";
voice-family:inherit;
width:92px;
height:18px;
}

#nav li#quote {
background:white;
}

#nav li#quote:hover {
background:#4ca34d;
}

#nav li#quote a:hover {
background:#4ca34d;
color:white;
}

#nav a.submenu {
	font-weight:bold;
	background:url(images/drop_arrow.gif) center right no-repeat;
}

#nav a.submenu:hover {
	background-color:white;
}

