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

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

.pagelist {
	background-color: white;
	border: 0;
	width: auto; 
	text-align: left;
	margin: 0;
	padding: 2px;
	width: auto;	
}

/*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;
	background: url(images/tabfill.gif) repeat-x;
	color: white;
	font-size: .9em;
	text-align: left;
	text-transform: uppercase;

}

#sectionitem_selected {
	border: solid white 1px;

}

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

.sectionlink:link, 
.sectionlink:visited 
{
	color: white;
}

.sectionlink:hover {
	color: #1e90ff; /* bright sky blue */
}

/* appearance of selected sections */
#sectionlink_selected:link,
#sectionlink_selected:visited
 {
	color: #1e90ff; /* bright sky blue */

}

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

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

.pagelink { 
	display: block;
	background: transparent;
	color: black;
	width: auto;
	padding: 0;
	margin: 0;
	font-size: .9em;
	border: 0;
}

#pagelink_selected {
	background: #1e90ff; /* bright sky blue */
	color: white;
}

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

	
