/* Container for the Menu */
#leftnvb {
	padding: 0px 0px 0px 0px;
	position: static;
	width: 145px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin: 0px 0px 0px 2px;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#leftnvb ul {
	margin: 0px;
	padding: 0px;
}
#leftnvb li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	font-weight: bolder;
	border-width: 0px 0px 0px 0px;
}


/* Rules to copy if you use the WriteStyles Command 
.closed ul{display:none;}
.open ul{display:block;}
*/

/* Link Styles for the Menu */
.closed a, .open a {
	display: block;
	padding: 4px 0px 4px 0px;
	text-decoration: none;
	border: 1px 0px 0px 0px;
	border-top-style: dotted;
	border-top-width: thin;
	color: #4F4F4F;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	color: #000000;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {}

/* Minus Sign for Trigger Links in Open State */
.open a {}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	border: 0;
	color:#4F4F4F;
	font-size: 12px;
	font-weight:normal;
	padding: 2 0 2 12px;
	margin: 0 0 0 0px;
	background-color: transparent;
	background-image:      url("../IEAAnnex45/images/bullet_grey.gif");
	background-repeat: no-repeat;
	background-position: 2px 7px;
}
/*Hover Styles for Submenus */
.open ul a:hover {
	font-weight: bolder;
}
/* Optional ID to assign the <a> to highlight a "Current Page" link */
#nvb_current {
	font-weight: bolder;
	color: #FFFFFF;
	background-color: #4F4F4F;
	border: 0px;
}
.closed ul a#nvb_current, .open ul a#nvb_current, .open ul a#nvb_current:hover {
	background-image:      url("../IEAAnnex45/images/bullet_white.gif");
	letter-spacing: 0;
}
