/* ul elements */

#subnav, #subnav  ul { /* All Lists - 1st level list*/
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index: 1000;
	font-size: 10px;
	width: 253px;
	color: white;
}

#subnav .pregnant {
	background-image: url(../img/sub_nav/subnav_2_pregnant.gif);
	background-repeat: no-repeat;
}

#subnav li ul {
	display: block;
	padding: 10px 0 10px 0;
	border-bottom: 1px solid white;
	background-image: url(../img/sub_nav/subnav_2_bg.png);
	background-repeat: repeat;
}

#subnav li ul ul{
	display: block;
	padding: 0 0 0 0;
	border-bottom: 0px solid white;
}

/* a li elements handle bg images */

#subnav li {
	background-image: url(../img/sub_nav/subnav_2.gif);
	background-repeat: no-repeat;
}
#subnav li.parent {
	background-image: url(../img/sub_nav/subnav_2_parent_selected.gif);
	background-repeat: no-repeat;
}
#subnav li.parent li {
	background-image: url(../img/sub_nav/subnav_3.png);
	background-repeat: no-repeat;
}
#subnav li.parent li.parent {
	background-image: url(../img/sub_nav/subnav_3.png);
	background-repeat: no-repeat;
}

#subnav li.parent li.parent li {
	background-image: url(../img/sub_nav/subnav_4.png);
	background-repeat: no-repeat;
}

/* a links handle the  padding and borders */

#subnav li a {
	padding: 8px 10px 8px 30px;
	DISPLAY: block;
	text-decoration: none;
	color: white;
	border-bottom: 1px solid white;
}

#subnav li.parent a {
	padding: 8px 10px 8px 30px;
	DISPLAY: block;
	text-decoration: none; 
	font-weight: bold;
}

#subnav li.parent li a {
	padding: 7px 10px 7px 45px;
	border-bottom: 0px;
	font-weight: normal;
}
#subnav li.parent li.parent a {
	padding: 7px 10px 7px 45px;
	border-bottom: 0px;
}

#subnav li.parent li.parent li a {
	padding: 0px 10px 7px 60px;
	border-bottom: 0px;
}


/* hover */

#subnav li a:hover {
	text-decoration: underline;
}
