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

/* outer containers  (UL) */
.sectionlist {
	height: 29px;
	margin: 0;
}

.pagelist {
	background: white;
	border: 1px solid #777;
	width: auto; 
	text-align: left;
	padding: 0px 5px 0 5px;
	margin: -1px 0 0 0;
	font-weight: normal;
}

/*section items and links  (item = LI, link = A) */
.sectionitem,
.sectionitem_over
{
	margin: 0;
	padding: 4px 10px 4px 10px;
	width: auto;
	white-space: nowrap;
	color: white;
	font-size: .9em;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;

}

#sectionitem_selected {
	margin: 0 10px 0 10px;
	/*border: solid white 1px;*/
	background: url("images/tabfill.jpg") repeat-x;

}

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

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

a.sectionlink:hover {
	color: #7fc5fb; /* light blue */	
	}

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

/* page items and links */

.pageitem {
	background: white;
	color: black;
	width: auto;
	text-align: left;
	/*border: solid #869cbf;
	border-width: 0px 0px 1px 0px;*/
	padding: 0 0 5px 0;
	margin: 0;
	font-weight: normal;
	}

#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;
	font-weight: normal;
	}

#pagelink_selected {
	color: #193a74;
}

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

	

