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

/* outer containers  (UL) */
ul.sectionlist {
	height: 33px;
	margin: 0px;
	padding: 5px 0 0 15px;
	font-size: 12pt;
	list-style: none;
	z-index: 100;
}

ul.pagelist {
	list-style: none;
	margin: 0px;
	padding: 0px;
	background-color: #1C70B7;
	width: auto;

}

ul.pagelist li {
	display: block;
	margin: 0px;
	padding: 0px;
	z-index: 1000;
	line-height: 120%;
}

/*section items and links */
li.sectionitem, li.sectionitem_over, li.sectionitem:hover, li#sectionitem_selected {
	float: left;
	position: relative;
	padding: 0px 15px 0px 15px;
	white-space: nowrap;
	text-align: left;
}

li.sectionitem a, li.sectionitem_over a, li#sectionitem_selected a {
	font-size: .9em;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	font-weight: bold;
	display: block;
	white-space: nowrap;
	padding-right: 5px;
}

li.sectionitem_over a {
	color: #ffffff;
}

li#sectionitem_selected a {
	color: #66ccff;
	}

li.sectionitem a {
	color: #fff;
}

a.sectionlink {
	margin-top: 3px;
	height: 22px;
}

/* hack to hide from IE/Mac but deliver to IE6/Win \*/
* html a.sectionlink {
	height: auto;
}
/* end IE6 hack */ 


/* page items and links */


li.pageitem {
	list-style: none;
	display: block;
	margin: 0px;
	background-color: #1C70B7;
	color: #fff;
	width: auto;
	text-align: left;
	padding: 3px 10px 3px 10px;
}

li.pageitem a, li#sectionitem_selected li.pageitem a {
	display: block;
	padding: 3px 10px 3px 10px;
	font-size: .7em;
	font-family: verdana, arial, helvetica, geneva, sans-serif;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
	width: auto;
}

/* hack to hide from IE/Mac but deliver to IE6/Win \*/
* html li.pageitem {
	margin-bottom: -16px;
}
/* end IE6 hack */ 

a#pagelink_selected {
	color: #ffffff;
	font-weight: normal;
}

a.pagelink:link,
a.pagelink:active,
a.pagelink:visited
{ 
	color: #e9e9e9;
}	
		
li#sectionitem_selected li.pageitem a:hover, li#sectionitem_selected li.pageitem_over a, a.pagelink:hover {
	color: #fff;
	background-color: #3191E2;
	z-index: 10000;
}
	

	
