/* CSS Document */

/* -------------------- leftNav Sub and Primary Section *********************************************************************************/

#leftNav {
	float: left;
	width: 154px!important;
	width: 154px;
	padding: 0!important;
	text-align: left;
	min-height: 239px;
	
	margin: 0px!important;
	border-right:1px solid #333366;
	line-height:normal;
	background-color: #333366;
}

#leftNav ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-style: normal;
	width: 153px!important;
	width: 153px;
	float: left;
	list-style-type: none;
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	padding-top: 0px;
	
}

#leftNav a {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	display:block;
	width: 139px!important;
	width: 139px;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left:15px;
/*	padding-right:3px;  */
	margin:0px;	
}

#leftNav a.leftNavPrimaryOff {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#ffffff;
	text-decoration: none;
	background: #333366 url(/scitech/include_images/little-arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	border-bottom: 1px solid #FFFFFF;
}

#leftNav a.leftNavPrimaryOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #ffffff url(/scitech/include_images/little-arrow2.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color:#333366;
	text-decoration: none;	
}

#leftNav a.leftNavPrimaryOff:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	background: #ffffff url(/scitech/include_images/little-arrow3.gif);
	background-repeat: no-repeat;
	background-position: 5px 8px;
	color:#333366;
	text-decoration: none;	
}


#leftNav a.leftNavSecondaryOff {
font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	color:#333366;
	text-decoration: none;
	background-color: #D3D1DD;
	border-bottom: 1px solid #333366;
	display:block;
	vertical-align: middle;
}

#leftNav a.leftNavSecondaryOn {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	display:block;
	color:#333366;
	text-decoration: none;
	background-color: #B5D089;
	background-repeat: no-repeat;
	background-position: 5px 8px;
	border-top: 1px solid #333366;	
}

#leftNav a.leftNavSecondaryOff:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	display:block;
	color:#333366;
	text-decoration: none;
	background-color: #B5D089;
	background-repeat: no-repeat;
	background-position: 5px 8px;
}
