/* Container for the Menu */
#p7swapmenu {
	background-color: #60599E;
	width: 196px;
}

#p7swapmenu a{
	color:#333333;
}

#p7swapmenu a:visited{
	color:#333333;
}

#p7swapmenu a:active{
	color:#333333;
}

#p7swapmenu a:hover{
	color:#333333;
	font-weight:bold;
}
	

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #B9BADB;
	font-size: 11px;
	color: #333333;
	font-weight: normal;
	border-bottom: solid #ffffff 1px;
}

#p7swapmenu li {
	list-style-type: none;
	background-repeat: no-repeat;
}


/* 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 {
	background-color: #60599E;
	font-size: 11px;
	display:block;
	background-repeat: no-repeat;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
}

.open ul li ul li a 
{
	color:#333333;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
	background-color: #B9BADB;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2em;
	border-bottom: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
	padding-top: 2px;
	padding-bottom: 3px;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a {
	color:#333333;
	font-size: 11px;
	font-weight:normal;
	text-decoration: underline;
	background-color: #B9BADB;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2em;
	border-bottom: solid #ffffff 1px;
	border-top: solid #ffffff 1px;
	padding-top: 2px;
	padding-bottom: 3px;
}

.open ul a:hover {
	font-weight:bold;
}


#p7swapmenu li {
margin-top: -3px;
}

/* Styles for the Submenus */

#openMenu 
{
	color:#333333;
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
	background-color: #B9BADB;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2em;
	border-top: solid #ffffff 1px;
	padding-top: 2px;
	padding-bottom: 3px;
}

#openMenu2 a {
	color:#333333;
	vlink:#333333;
	font-size: 11px;
	font-weight:bold;
	text-decoration: underline;
	background-color: #B9BADB;
	line-height: 18px;
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 2em;
	padding-top: 2px;
	padding-bottom: 3px;
	border-bottom: solid #B9BADB 1px;
}

#openMenu2 a:hover {
	color:#333333;
	text-decoration:underline;
	font-weight:bold;
	}

#p11.closed2 a {
border:0;
padding-bottom: 4px;
padding-left: 3em;
}

.closed3 {
border:0;
padding-bottom: 4px;
padding-top: 3px;
padding-left: 3em;
font-weight:bold;
}




