@charset "utf-8";
/* CSS Document */


/* Container for the Menu */
#p7swapmenu {
	background-color: #CC432F;
	border: 0px solid;
	border-color: #E4E9D8 #99A189 #99A189 #E4E9D8;
	left: 114px;
	padding: 0px;
	position: absolute;
	top: 193px;
	width: 180px;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}


/* 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-repeat: no-repeat;
	background-position: 3px 50%;
	background-color: #5B8261;
	border: 1px solid;
	border-color: #C9D0AD #848C71 #848C71 #C9D0AD;
	color: #000000;
	display: block;
	font-size: 0.9em;
	padding: 2px 0px 2px 16px;
	text-decoration: none;
}
#SiteColor10Exported_r4_c9 {
}


/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #538053;
	color: #FFFFFF;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image: url(file:///C|/Documents%20and%20Settings/bleonard/Desktop/Website/7-06/Swapclass/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image: url(file:///C|/Documents%20and%20Settings/bleonard/Desktop/Website/7-06/Swapclass/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a {
	background-color: transparent;
	background-image: url(file:///C|/Documents%20and%20Settings/bleonard/Desktop/Website/7-06/Swapclass/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#CCCCCC;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 0 0px;
	margin: 0 0 0 10px;
}
.open ul a:hover {
	background-color: transparent;
	background-image: url(file:///C|/Documents%20and%20Settings/bleonard/Desktop/Website/7-06/Swapclass/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border: 0;
	color:#FFFFFF;
	font-size: 0.8em;
	font-weight:normal;
	padding: 0 0 0 0px;
	margin: 0 0 0 12px;
}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}
