/* topNavWithDrop.css version 1.0*/ 
/* This style sheet should not be edited. 
Any changes that need to be made should be made in the user.css */
	
/*------- Graphical Top Nav Styles--------*/

#siteNameContainer { height: 70px; }

#topNav { 
	margin: 0;
	padding: 0 0 7px 0;
	position: absolute; 
	top: 100px;	 	
	white-space: nowrap;
	z-index: 1;
} 

#topNav img{ 
	border: none;
} 

#topNav li{
	display:inline;	
	position: relative;
	padding: 0 11px 9px 0;
	margin: 0;
}

#topNav li:hover ul,
#topNav li ul:hover{
	display: block;	
}

#topNav #hl{ padding-left: 0; }

#topNav a, 
#topNav a:visited {
	border-bottom: 6px solid #ffffff;
}   

#topNav li a:active, 
#topNav li a:focus, 
#topNav a:hover {
	border-bottom: 6px solid #ffffff;
}

#topNav a:link.currentPage, 
#topNav a:hover.currentPage, 
#topNav a:visited.currentPage,
#topNav a:active.currentPage, 
#topNav a:focus.currentPage, 
#topNav a:hover.currentPage {
	cursor: text;
	border-bottom: 6px solid #ffffff;
}

#siteName {margin-top: 12px;}
/*-------End Graphical Top Nav Styles--------*/



/*------- Drop down Nav Styles--------*/

#topNav li ul a,
#topNav li ul a:visited {
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
}
 
#topNav li ul a,
#topNav li ul a:visited,
#topNav li ul a:active,
#topNav li ul a:focus,
#topNav li ul a:hover {
	border-bottom: none;
}

#topNav li ul a:active,
#topNav li ul a:focus,
#topNav li ul a:hover {
	text-decoration: underline;
}

#topNav li ul a:link.currentPage,
#topNav li ul a:hover.currentPage,
#topNav li ul a:visited.currentPage,
#topNav li ul a:active.currentPage,
#topNav li ul a:focus.currentPage,
#topNav li ul a:hover.currentPage {
	color: #ffffff;
	border-bottom: none;
	font-weight: bold;
	text-decoration: none;
}

#topNav li ul {
	font-size: .9em;
	background: #cc0000;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
	display: none;
	position: absolute;
	left: 0;
	top: 27px;
	/*_top: 100%;*/
	margin: 0;
	padding: 10px 0 8px 9px; 	
	/*white-space: normal;*/
	width: 253px;
	z-index: 1;
}

#topNav li li {
	/*display: list-item;*/
	list-style-type: none;
	margin: 0 12px 2px 12px;
	padding: 0;
}

#topNav li ul.IEshow {
	_display: block;
}
#topNav li ul.show {
	display: block;
}

#topNav li ul li span {
	color: #ffffff; 
	font-weight: bold;  
	position: absolute;
	top: 0;
	left: -10px;
}


/*------- Drop down Nav Styles--------*/

