/* CSS Document */

/* Container for the Menu */
#p7swapmenu {
	background-color:#FFFFFF;
	padding: 2px;
	width: 160px;
	
	}

/* 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: 2px 50%;
	background-color:#412778;
	border: 1px solid;
	border-color: #666666 #000000 #000000 #666666;
	color:#ffffff;
	display: block;
	font-size: .95em;
	padding: 2px 0px 2px 15px;
	text-decoration: none;
	
	text-align:left;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color:#249dcb;
	color: #ffffff;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {background-image:url(../images/menplus.gif);}

/* Minus Sign for Trigger Links in Open State */
.open a {background-image:url(../images/menminus.gif);}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image:url(../images/pagemarker.gif);
	background-repeat: no-repeat;
	background-position: 0px 50%;
	border: 0;
	color:#666666;
	font-size: .88em;
	font-weight:normal;
	padding: 3px 0 0 15px;
	margin: 0 0 0 5px;
	text-align:left;
	
	
}

.open ul a:hover {
	text-decoration:underline;
	}

/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}

