/* CSS Document */
/* mainNav elements */

/* nav placement and background */
#subNav {
	z-index:400;
	position:relative;
	top:0px;
	left:0px;
	background-color:rgb(9,76,119);
	width:220px;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* all list items */
#subNav table {
	list-style:none;
	font-family:Arial, Verdana, sans-serif;
	font-size:9pt;
	text-align:left;
	padding:0 0 0 0;
	margin:0 0 0 0;
	}

#subNav table td{ 
	z-index:401;
	position: relative;
	left:0px;
	width:220px;
	background-image:none !important;
	background-color:transparent !important;
	margin:0 0 0 0;
	padding:0 0 0 0;
}

/* all other main link options */
#subNav table tr td.mainDD{
	height:35px;
	text-align:left;
	padding:0 0 1px 0;
	}

/* main link options */	
#subNav table tr td.mainDD a{
	height:28px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	padding:7px 0 0 28px;
	display:block;
	color:rgb(126,175,224);
	text-decoration:none;
	background-image:url(../imgs/subNavBG.gif);
	background-position:top left;
	background-repeat:no-repeat;
	}
	
/*set rollover background for top level main links */
#subNav table tr td.mainDD a:hover{
	background-image:url(../imgs/subNavBG.gif);
	background-position:bottom left !important;
	background-repeat:no-repeat;
	color:rgb(255,255,255) !important;
	}


/* hide the second-level lists */
/* set height and bgcolor */
#subNav table tr td table.subDD {
	z-index:719 !important;
	display:block !important;
	position: relative;
	top:0px;
	left:0px;
	background-color:rgb(9,76,119) !important;
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
}

/* lists nested under hovered list items */
/* show the second-level lists */
#subNav table tr td table{ 
	z-index:720 !important;
	display: block !important;
	position:relative;
}

/* set options for links in second-level lists */
#subNav table tr td table tr,
#subNav table tr td table tr td{
	padding:0 0 0 0 !important;
	margin:0 0 0 0 !important;
	height:18px;
	}
	
#subNav table tr td table tr td a{
	display:block;
	text-align:left !important;
	text-indent: 68px;
	position:relative;
	left:0px;
	top:0px;
	height:17px !important;
	margin:1px 0 0 0 !important;
	padding:0 0 0 0 !important;
	background-image:url(../imgs/subNavSubDDBG.gif) !important;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:12px !important;
	color:#000000;
	text-decoration:none;
}
#subNav table tr td table tr td a.subNavDDTop{
	background-image:url(../imgs/subNavSubDDTop.gif) !important;
	background-position:top left;
	}
#subNav table tr td table tr td a.subNavDDBottom{
	background-image:url(../imgs/subNavSubDDBottom.gif) !important;
	background-position:top left;
	}

/* for dropdown list items */
#subNav table tr td table tr td a:hover{
	background-image:url(../imgs/subNavSubDDBG.gif) !important;
	background-position:bottom left;
	background-repeat:no-repeat;
	color:#666666;
}
#subNav table tr td table tr td a:hover.subNavDDTop{
	background-image:url(../imgs/subNavSubDDTop.gif) !important;
	background-position:bottom left;
	}
#subNav table tr td table tr td a:hover.subNavDDBottom{
	background-image:url(../imgs/subNavSubDDBottom.gif) !important;
	background-position:bottom left;
	}

#awards #subNav table tr td table tr td a.awards,
#healthSystem #subNav table tr td table tr td a.healthSystem,
#clinicalSpecialties #subNav table tr td table tr td a.clinicalSpecialties,
#rnNewsGraduate #subNav table tr td table tr td a.rnNewsGraduate,
#nursingBenefits #subNav table tr td table tr td a.nursingBenefits,
#magnetRecognition #subNav table tr td table tr td a.magnetRecognition,
#diversityStatement #subNav table tr td table tr td a.diversityStatement{
	color:#FFFFFF;
	background-image:url(../imgs/subNavSubDDBG.gif) !important;
	background-position:bottom left;
	background-repeat:no-repeat;
	}
