@charset "UTF-8";


/* Container for the Menu */
#p7swapmenu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {
	margin: 0px;
	font-size: 10px;
	padding: 0px;
	line-height: 125%;
}
#p7swapmenu li {
	list-style-type: none;
	font-size: 11px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
}


/* Rules to copy if you use the WriteStyles Command */
.closed ul{
	display:none;
	font-size: 11px;
}
.open ul{
	display:block;
	font-size: 11px;
	margin-top: 0px;
	padding: 0px;
}

/* Link Styles for the Menu */
.closed a, .open a {
	background-repeat: no-repeat;
	background-position: left center;
	color: #EEF0E3;
	display: block;
	font-size: 11pt;
	padding: 0px 0px 2px 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif, Tahoma;
	background-image: url(../images/ArrowsWhite.gif);
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active, .open ul a:hover {
	background-image: url(../images/sidemenu_over.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	color: #000000;
	font-size: 11px;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {
	font-size: 11px;
}

/* Minus Sign for Trigger Links in Open State */
.open a {
	font-size: 11px;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a {
	background-repeat: no-repeat;
	background-position: left 2px;
	border: 0;
	color:#FFFFFF;
	font-size: 11px;
	font-weight:normal;
	letter-spacing: 0.15em;
	background-image: url(../images/bullet.gif);
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 20px;
	width: 90%;
	height: 200%;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {
	font-weight: bold;
	background-color: #956C07;
	font-size: 11px;
}
