#p7swapmenu {
	padding: 0px;
	border-top: solid 1px #002077;
	
	width: 170px;
}

#p7swapmenu ul {
	margin: 0px; 
	padding: 0px;
	font: bold 12px Verdana, Georgia, sans-serif; 
	
	
}
#p7swapmenu li {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	border-top: solid 1px #eeeeee; 
	
}

#p7swapmenu li .case {
	text-indent: 12px;
}

.closed a {
	background-repeat: no-repeat;
	
	border-bottom: 1px solid;
	border-color: #CCCCCC;
	color: #333333;
	display: block;
	font-size: 10px;
	padding: 2px 0px 2px 6px;
	text-decoration: none;
}

.open a {
	background-repeat: no-repeat;
	
	
	border-color: #CCCCCC;
	color: #333333;
	display: block;
	font-size: 10px;
	padding: 2px 0px 2px 6px;
	text-decoration: none;
}



.closed a:hover, .open a:hover {
	color:#ffffff;
	background-color: #002077;
	background-image: url(../images/subnav_arrow_white.gif);
	background-repeat: no-repeat;
	background-position: 97% 50%;
}
.closed a {
	
}
.open a, .open a:hover {
	/*
	These styles control the parent of the opened
	child link.
	*/
	background-image: url(../images/spacer.gif);
	background-position: 97% 50%;
	background-color: #002077;
	color: white;
}

.open a:hover {
	/*
	These styles control only the hover of the parent of the opened
	child link.
	*/
	
	background-position: 97% 50%;
	background-color: #002077;
	color: white;
}
/* 619CBC */


.closed ul a, .open ul a, .open ul a:hover {
	/* Controls the drop down background color */
	background-color: #9DC0FF;
	
	background-image: url(../images/spacer.gif);
	background-repeat: no-repeat;
	
	border: 0;
	color:#333333;
	font-size: 10px;
	font-weight: bold;
	padding: 2 0 0 12px;
	margin: 0 0 0 0px;
}
.open ul a:hover {
	background-color: #002077;
	color: white;
	background-image: url(../images/subnav_arrow_white.gif);
	background-position: 97% 45%;
	
}

#p7current {font-weight: bold;} 




