.electMenu, .electMenu ul{ /*topmost and sub ULs, respectively*/
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
	background-color: white;
	font: normal 12px Georgia, "Times New Roman", serif;
	position: absolute;
	list-style-type: none;
	border: 1px solid black;
	border-bottom-width: 0;
	visibility: hidden;
	z-index: 100;
}

.electMenu li a{
	width: 205px;
	padding: 6px 5px;
	font-weight:bold;
	display: block;
	background-color: white;
	border-bottom: 1px solid black;
	text-decoration: none;
	color: #002868;
}

* html .electMenu li{ /*IE6 CSS hack*/
	width: 265px; /*width of menu (include side paddings of LI A*/
	display: inline-block;
}

.electMenu li a:hover{
	text-decoration: none;
	font-weight:bold;
	color: #be2025;
}

.rightarrowpointer{
	padding-top: 3px;
	left: 100px;
	position: absolute;
	border: 0;
}

.ddiframeshim{
	width: 0;
	height: 0;
	position: absolute;
	display: block;
	background: transparent;
	border-width: 0;
	z-index: 500;
}



.linkBehave{
	width: 300px; /*width of side bar menu*/
	clear: left;
	position: relative; /*Preserve this for "right" arrow images (added by script) to be positioned correctly*/

}

.linkBehave ul{
	margin: 5px 0;
	padding: 0;
	background-color: white;
	border: 1px solid black;
	list-style-type: none;
}

.linkBehave ul li a{
	width: auto;
	padding: 6px 0;
	padding-left: 30px;
	background: url(../electMenu/bulletOff.gif) no-repeat 5px center; /*light gray background*/
	font: bold 12px Georgia, "Times New Roman", serif;
	border-bottom: 1px solid black;
	display: block;
	font-weight:bold;
	text-decoration: none;
	color: #002868;
}

* html .linkBehave ul li a{ /*IE6 hack*/
	width: 265px;
}

.linkBehave ul li a:hover, .linkBehave ul li a.selected{
	background: url(../electMenu/bulletOn.gif) no-repeat 5px center;
	text-decoration: none;
	font-weight:bold;
	color: #be2025;
}

.overSub li a:hover, a:visited:hover{
	text-decoration: none;
	color: #be2025;
}

.council li a{
	width: 125px;
}

/***********************************************
* All Levels Navigational Menu- (c) Dynamic Drive DHTML code library (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/
