/* Container for the Menu */
#p7swapmenu {
	left: 0px;
	padding: 2px;
	position: relative;
	top: 0px;
	width: 156px;
	height: 80px;
	display: inline;
	color: #FFFFFF;
	background-color:#000000
}

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


/* Link Styles for the Menu */
.closed a, .closed a:visited, .closed a:link, .open a, .open a:visited {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	color: #FFFFFF;
	display: inline;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	line-height: normal;
	padding: 0px 0px 0px 6px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	color: #C9AC68;
	text-decoration: underline;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {
}

/* Minus Sign for Trigger Links in Open State */
.open a {
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover, .open ul a:visited {
	background-color: transparent;
	border: 0;
	font-size: 12px;
	font-weight:normal;
	padding: 0 0 0 6px;
	margin: 0 0 0 4px;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
/* Optional ID to assign the <a> to highlight a "Current Page" link */
#p7current {font-weight: bold;}
