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

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

#fronttabs .sectionlist {
	display: block;
	}



/*section items and links  (item = LI, link = A) */
.sectionitem {
	margin: 0 5px 0 5px;
	padding: 5px 0 0 0;
	width: auto;
	height: 20px;
	white-space: nowrap;
	color: #2c63a4;
	font-size: .9em;
	text-align: left;
	text-decoration: none;
	font-weight: bold;
	}

.sectionitem_over {
	margin: 0 5px 0 5px;
	padding: 5px 0 0 0;
	width: auto;
	height: 20px;
	white-space: nowrap;
	color: #000000;
	font-size: .9em;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
	}

/*#fronttabs .sectionitem, #fronttabs .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;
	display: block;

}*/

#sectionitem_selected {
	/*border: solid white 1px;*/
	margin: 0 5px 0 5px;
	padding: 5px 0 0 0;
	width: auto;
	height: 20px;
	background: #d5e8ff;

}

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

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

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

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

/* page items and links */

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

.pageitem {
	background: url("images/dropdown_fill.jpg") no-repeat;
	background-position: bottom left;
	color: #415d8f;
	width: auto;
	text-align: left;
	/*border: solid #869cbf;
	border-width: 1px 1px 0 1px;*/
	padding: 5px;
	/*margin: -2px 0 0 0;*/
	margin: 0;
	border-left: 1px solid #999;
	border-bottom: 1px solid #999;
	/*border-left: 6px solid #2c63a4;*/
	}

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

a.pagelink { 
	display: block;
	color: #415d8f;
	width: auto;
	padding: 0;
	/*padding: 5px 0 5px 0;*/
	margin: 0;
	font-size: .9em;
	text-decoration: none;
	}

#pagelink_selected {
	color: #415d8f;
	font-weight: bold;
}

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

	
