/* GALLERIES P7 SWAPCLASS MENU
----------------------------------------------- */


/* Container for the Menu */
#p7swapmenu {
	margin: 0 0 0 20px;
}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0; padding: 0;}
#p7swapmenu li {margin: 0px; padding: 0px; list-style-type: none;}

/* line height */
#p7swapmenu {
	line-height: 130%;
}

/* 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%;
	color: #FFF;
	display: block;
	padding: 2px 0 2px 16px;
	text-decoration: none;
}

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

/* 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-image: none;
	border: 0;

	font-weight:normal;
	padding: 0 0 0 12px;
	margin: 0 0 0 16px;
}

.closed ul a, .open ul a {
	color:#FFF;
	}
	
.open ul a:hover {
	color: #000;
}

/* style for link that does not have a dropdown */
.nodrop a {
	color: #FFF;
	display: block;
	padding: 0 0px 0 16px;
	text-decoration: none;
}

.nodrop a:hover {
	color:#000;
}

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


