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

/* outer containers  (UL) */
.sectionlist {
	list-style: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 3px;
	padding-left: 0px;
	margin-right: 5px;
	margin-left: 0px;
	font-size: 8.5pt;
	color: #444;
	}

.pagelist {
	background: white;
	border: 0;
	width: 120px; 
	text-align: left;
	padding: 2px;
	margin: -3px 0 0 0;
	border: solid #777;
	border-width: 0 1px 0 1px;
}

/*section items and links  (item = LI, link = A) */
.sectionitem,
.sectionitem_over
{
	margin-top: 3px;
	margin-left: 5px;
	padding: 3px;
	padding-top: 0px;
	width: auto;
	white-space: nowrap;
	color: #444;
	font-size: 8.5pt;
	text-align: left;

}





.sectionitem a.sectionlink {	
	list-style: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left:0px;
	border-bottom: 1px solid #941212;
	border-right: 1px solid #941212;
	margin-right: 10px;
	margin-left: 0px;
	color: #444;
	font-weight: normal;
	font-size: 8.5pt;
	}

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

a.sectionlink:link, 
a.sectionlink:visited 
{
	color: #444;
	text-decoration: none;
}

a.sectionlink:hover {	
	list-style: none;
	float: left;
	padding-top: 4px;
	padding-bottom: 5px;
	padding-right: 6px;
	padding-left:0px;
	border-bottom: 1px solid #941212;
	border-right: 1px solid #941212;
	margin-right: 10px;
	margin-left: 0px;
	color: #880000;
	font-weight: normal;
	font-size: 8.5pt;
	}

#sectionitem_selected a.sectionlink {	
	list-style: none;
	display: inline;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-right: 6px;
	padding-left:0px;
	border-bottom: 2px solid #941212;
	border-right: 2px solid #941212;
	margin-right: 10px;
	margin-left:0px;
	color: #941212;
	font-weight: bold;
	font-size: 8.5pt;
	}

/* appearance of selected sections */
a#sectionlink_selected.sectionlink:link {
	color: #880000;
	font-weight: bold;
	}

a#sectionlink_selected.sectionlink:visited {
	color: #444;
	font-weight: normal;
	}

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

/* page items and links */
.pageitem {
	background: white;
	color: black;
	width: 100%;
	text-align: left;
	padding: 0 0 5px 0;
	margin: -2px 0 0 0;
	}

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

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

#pagelink_selected {
	color: #880000; /* dark red */
	font-weight: bold;
}

a.pagelink:link,
a.pagelink:active,
a.pagelink:visited
{ 
	color: #444; /* charcoal */
}	
		
a.pagelink:hover {
	color: #880000; /* dark red */
	text-decoration: underline;
}
	

	
