/* ============== Dropdown menu styles ================= */
/* appearance definition - defines the appearnce of dropdown elements */

/* outer containers  (UL) */
.sectionlist {
	height: 28px;
	margin: 0;
	padding-left: 0;
}

.pagelist {
	background: white;
	border: 1px solid #999;
	width: auto; 
	text-align: left;
	padding: 2px;
	width: auto;
	margin: -3px 0 0 0;
}

/*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: white;
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;
	font-weight: bold;

}

#sectionitem_selected {
	color: #ff6a05;

}

.sectionlink {
	white-space: nowrap;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

a.sectionlink:link, 
a.sectionlink:visited 
{
	color: #fff;
}

.sectionlink a:hover {
	color: #ff6a05; /* orange */	
	}

/* 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: 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: #5e007e;
	width: auto;
	padding: 5px 0 5px 0;
	margin: 0;
	font-size: .9em;
	border: 0;
	text-decoration: none;
	}

#pagelink_selected {
	color: #444;
	font-weight: bold;
}

a.pagelink:link,
a.pagelink:active,
a.pagelink:visited
{ 
	color: black;
}	
		
a.pagelink:hover {
	color: #ff6a05; /* orangee */
}
	

	
