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

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

/* all list items */
#subNav table {
	list-style:none;
	font-family:Verdana, Arial, Helvetica, 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.mainDDA{
	height:28px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:left;
	padding:7px 0 0 28px;
	display:block;
	color:rgb(255,255,255);
	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,
#subNav table tr td.mainDD:hover a,
#subNav table tr td.mainDD a.here{
	background-image:url(../imgs/subNavBG.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
	}


/* hide the second-level lists */
/* set height and bgcolor */
#subNav table tr td table.subDD {
	z-index:719 !important;
	display:none !important;
	position: relative;
	top:0px;
	left:0px;
}
#subNav table tr td table,
#subNav table tr td table tr,
#subNav table tr td table tr td{
	background-color:transparent !important;
	}

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

/* set options for links in second-level lists */
#subNav table tr td:hover table tr td a,
#subNav table tr td.over table tr td a,
#subNav table tr td table tr td a{
	display:block;
	text-align:left !important;
	text-indent: 8px;
	position:relative;
	left:0px;
	top:0px;
	height:20px !important;
	margin:2px 0 0 0 !important;
	padding:0 0 0 0 !important;
	background-color:rgb(218,213,209) !important;
	background-image:none !important;
	font-size:12px;
	color:rgb(135,152,165);
	text-decoration:none;
}

/* for dropdown list items */
#subNav table tr td:hover table tr td a:hover, 
#subNav table tr td.over table tr td a:hover,
#subNav table tr td table tr td a:hover{
	background-image:none !important;
	color:#666666;
	text-decoration:underline;
}

