/* Container for the Menu */
#swapmenu {
	font-family: helvetica, arial, sans-serif;
	background-color: white;
	background-image: url(images/vertbar.gif);
	background-repeat: repeat-y;
	background-position: left 0;
	padding: 0;
	width: 200px;
	margin-top: 45px;
	margin-left: 18px;
}
/* Turns off Margin, Padding, and Bullets for the Menu List */
#swapmenu ul {margin: 0px; padding: 0px;}
#swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}
#current { color: #4a7fa2; font-family: helvetica; }
.open a  /* orig color #868687 */ { color: #000000; display: block; font-size: 12px; font-family: helvetica, arial, sans-serif; line-height: 16px; padding: 2px 0 4px 10px; text-decoration: none; }
.closed a { color: #000000; font-size: 12px; font-family: helvetica, arial, sans-serif; line-height: 16px; text-decoration: none; display: block; padding: 2px 0 4px 10px; }
/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover  /* orig 4b4b4b */ {
	color: #1b4279;
}
/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover { border: 0; color:#000000; font-size: 12px; line-height: 14px; padding: 0 0 4px 12px; margin: 0 0 0 10px; }
.open ul a:hover { color: #1b4279; }
/* Optional ID to assign the <a> to highlight a "Current Page" link */
