/* 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: 25px; }
/* 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: #868687; 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: #868687; 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:#4b4b4b; font-size: 12px; line-height: 14px; padding: 0 0 4px 12px; margin: 0 0 0 10px; }
.open ul a:hover { color: #1b4279; }
