/* Container for the Menu */
#search-wc {
	font-family:Arial, Helvetica, sans-serif;
	background-color: 	#ECF0F1;
	color:			#000000;
	left: 			0px;
	padding-left: 		5px;
	padding-top:		5px;
	padding-bottom:		1px;
	position: 			relative;
	top: 				1px;
	width: 				175px;
}
/* Container for the Menu */
#p7swapmenu {
	background-color: 	#FFFFFF;
	color: 				inherit;	
	left: 				0px;
	padding: 			0px;
	position: 			relative;
	top: 				0px;
	width: 				180px;
}

#p7current {font-weight: bold;	background-image: url(../images/mencurrentPageOpen.gif);}

/* Turns off Margin, Padding, and Bullets for the Menu List */
#p7swapmenu ul {margin: 0px; padding: 0px;  position: relative; }
#p7swapmenu li {
	font-family: 	Verdana,Arial,Helvetica,sans-serif;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 0.8em;	
display: inline;	
}


/* Rules to copy if you use the WriteStyles Command */

/* Link Styles for the Menu */
.closed a, .open a {
	color: #ECF0F1;
	background-color: inherit;		
	display: block;
	padding-top:5px ;
	padding-right:4px ;
	padding-bottom:6px ;
	padding-left:16px ;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid;
	border-color: #ECF0F1; 
	line-height:120%;
}

/* Hover and Active styles for the menu */
.closed a:hover, .open a:hover, .closed a:active, .open a:active {
	background-color: #CC9933;
	color: #FFFFFF; 
	border-bottom: 2px solid;
	border-color: #ECF0F1; 
	padding: 5px 0px 5px 16px;
	line-height:120%;
}

/* Plus Sign for Trigger Links in Closed State */
.closed a {
	color: #FFFFFF;
	background-color: #B8860B;
	font-weight: bold;
	background-image: url(../images/menplus.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	padding-top:5px ;
	padding-right:5px ;
	padding-bottom:5px ;
	padding-left:16px ;
	border-color: #FFFFFF;
	border-bottom: 2px solid;
	text-align: left;
	line-height:120%;
}

/* Minus Sign for Trigger Links in Open State */
.open a {
	background-color: #CC9933;
	font-weight: bold;
	text-align: left;
	padding: 5px 0px 5px 16px;
	color: #FFFFFF;
	background-image: url(../images/menminus.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	line-height:120%;
}

/* Link Styles for the Submenus */
.closed ul a, .open ul a, .open ul a:hover {
	background-color: #ECF0F1;
	background-repeat: no-repeat;
	color:#000000;
	padding: 2px 0px 4px 20px;
	margin: 0 0 0 0px;
	background-image: url(../images/mencurrentPageClosed.gif);
	font-size: 1.4em;
	font-weight: normal;
	line-height:120%;
}

.open ul a:hover {
	background-color: #ECF0F1;
	color:#666666;
	background-image: url(../images/mencurrentPageOpen.gif);	
	line-height:120%;	
}

/* second level menu */
.openSub a {
	color: #FFFFFF;
	background-color: #D7A855;		
	display: block;
	padding: 5px 0px 5px 16px;
	margin-left: 9px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid;
	border-color: #ECF0F1;
	background-image: url(../images/mencurrent.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	line-height:120%;
}
/* second level menu */
.closedSub a {
	color: #FFFFFF;
	background-color: #DCAD64;		
	display: block;
	padding: 5px 0px 5px 16px;
	margin-left: 9px;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px solid;
	border-color: #ECF0F1;
	background-image: url(../images/menplus.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;
	line-height:120%;
}

/* Hover and Active styles for the menu */
.closedSub a:hover, .openSub a:hover, .closedSub a:active, .openSub a:active {
	background-color: #CC9933;
	color: #FFFFFF;
	border-bottom: 2px solid;
	padding: 5px 0px 5px 16px;
	border-color: #ECF0F1;
	background-image: url(../images/mencurrentPageOpen.gif);
	line-height:120%;
}

/* Link Styles for the Sub-Submenus */
.openSub li a, .openSub li a:hover {
	color: #000000; 
	background-color: #ECF0F1;
	background-repeat: no-repeat;
	padding: 2px 0px 4px 20px;
	margin-left: 9px;
	background-image: url(../images/mencurrentPageClosed.gif);
	font-weight: normal;
	line-height:120%;
	font-size:1.4em
}

.openSub ul a:hover {
	background-color: #ECF0F1;
	color:#666666;
	background-image: url(../images/mencurrentPageOpen.gif);	
	line-height:120%;
}
