/* ============== Dropdown menu styles ================= */
/* appearance definition - defines the appearnce of dropdown elements */

/* outer containers  (UL) */
.sectionlist {
	height: 28px;
	margin: 0;
	padding-left: 0;
}


/*section items and links  (item = LI, link = A) */
.sectionitem {
	margin-top: 25px;
	margin-left: 5px;
	padding: 3px;
	padding-top: 0px;
	width: auto;
	white-space: nowrap;
	color: #145E85;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;
	}

.sectionitem_over
{
	margin-top: 25px;
	margin-left: 5px;
	padding: 3px;
	padding-top: 0px;
	width: auto;
	white-space: nowrap;
	color: #145E85;
	font-size: 1em;
	text-align: left;
	text-transform: uppercase;

}

#sectionitem_selected {
	/*border: solid white 1px;*/
	background: url("snp_images/tabfill.gif") repeat-x;

}

.sectionlink {
	white-space: nowrap;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

a.sectionlink:link, 
a.sectionlink:visited 
{
	color: #145E85;
}

.sectionlink a:hover {
	color: #000; /* black */	
	}

/* appearance of selected sections */
a#sectionlink_selected:link,
 	{
	color: #219CDE;
	}
	

/* page items and links */
.pageitem {
	background: white;
	color: black;
	width: auto;
	text-align: left;
	/*border: solid #869cbf;
	border-width: 1px 1px 0 1px;*/
	padding: 0 0 5px 0;
	margin: -2px 0 0 0;
	}

#pageitem_selected {
	/*border: solid gray 1px;*/
	}

a.pagelink { 
	display: block;
	background: white;
	color: black;
	width: auto;
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: .9em;
	border: 0;
	text-decoration: none;
	}

#pagelink_selected {
	color: #193a74;
	font-weight: bold;
}

a.pagelink:link,
a.pagelink:active,
a.pagelink:visited
{ 
	color: black;
}	
		
a.pagelink:hover {
	color: #1e90ff; /* bright sky blue */
}
	

	
