/* ============== Dropdown menu styles ================= */
/* appearance definition - defines the appearnce of dropdown elements */


/* outer containers  (UL) */
#dropdown {
	width: 720px;
	margin-bottom: 0; 
	z-index: 1000000;

	height: 25px;

}

.sectionlist {
/*
	height: 28px;
	margin: 0;
	padding-left: 0;
	background-color: transparent;
*/
	display: block;
	border-collapse: collapse;
	font-weight: bold;
	padding: 0;
	margin-left: 0;	
	margin-top: 3px;	
	width: 720px;
	/*border: solid 1px white;*/
	vertical-align: middle;
	/*height: 15px; */

}

.pagelist {
	background-color: white;
	border: 0;
	text-align: left;
	margin: 0;
	padding: 2px;
	width: auto;	
}

/*section items and links  (item = LI, link = A) */
.sectionitem,
.sectionitem_over
{
	width: auto;
	margin-top: 0;
	margin-right: 2px;
	text-align: center;
	background-color: #fff;
	border: solid 1px #bbb;
	border: solid 1px #004700;
	padding-left: 3px;
	padding-right: 3px;
	height: 20px;
	background-image: url(snp_images/buttonbg.png);
}

#sectionitem_selected {
	border: solid 1px #004700;
}

.sectionlink {
/*
	white-space: nowrap;
	width: auto;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
*/
	width: 100%;
	text-align: center;
	
}

.sectionlink:link, 
.sectionlink:visited 
{
	width: 100%;
	/*color: white;*/
}

.sectionlink:hover {
	border-color: #004700;
	width: 100%;
	background-color: #ddd;

}

/* appearance of selected sections */
#sectionlink_selected:link,
#sectionlink_selected:visited
 {
	/*color: #1e90ff;*/ /* bright sky blue */

}

/* page items and links */
.pageitem {
	padding: 5pt;
	margin-left: -2pt;
	text-align: left;
	list-style: none;
	background-color: #ddd;
	margin-left: 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;
*/
	color: #960;
	color: #004700;

	width: 100%;
}

#pagelink_selected {
/*	background: #1e90ff; *//* bright sky blue */
	color: white;
	color: #666;
	color: #960;
	color: #004700;

}

.pagelink:link,
.pagelink:active,
.pagelink:visited
{ 
	color: black;
	color: #553300;
	color: #004700;

}	
		
.pagelink:hover, .pagelink_selected:hover {
	width: 150pt;
	margin: 0;
	color: white;
	color: #960;

/*	background-color: #004700; */

}
	

	

