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

/* outer containers  (UL) */
.sectionlist {
	height: 26px;
	margin: 0;
	padding: 0;
	font-size: 1em;
	}

/*section items and links  (item = LI, link = A) */
.sectionitem
	{
	padding: 3px 10px 3px 10px;
	width: auto;
	white-space: nowrap;
	color: #fff;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #aadae6;
	height: 20px;
	}

.sectionitem_over, .sectionitem:hover
	{
	padding: 3px 10px 3px 10px;
	width: auto;
	white-space: nowrap;
	color: #281786;
	/*background: #82CC00;*/
	background: #35760C;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	border-right: 1px solid #aadae6;
	height: 20px;
	}

#sectionitem_selected {
	padding: 3px 10px 3px 10px;
	width: auto;
	white-space: nowrap;
	color: #281786;
	/*background: #82CC00;*/
	background: #35760c;
	font-size: 1em;
	text-align: center;
	font-weight: bold;
	}

.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, a.sectionlink_over {
	color: #fff; /* dk blue */

	}

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

/* page items and links */

.pagelist {
	background: white;
	text-align: left;
	padding: 0;
	margin: 0;
	border: solid #193a74;
	border-width: 1px 1px 0px 1px;
	/*height: auto;*/
	}

.pageitem {
	/*display: block;
	clear: both;*/
	background: white;
	color: black;
	width: 175px;
	text-align: left;
	border-bottom: 1px solid #193a74;
	padding: 0;
	margin: 0;
	height: auto;
	}

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

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

#pagelink_selected {
	color: #281786;
	background: #82cc00;
	font-weight: bold;
}

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

	

