/* CSS Document */

/* Container for the Menu */
#p7swapmenu {
	width: 160px;
	z-index: 15;
	float:left;
	clear:left;
	margin-bottom:10px;
	margin-left:-10px;
}

#p7swapmenu ul, li {margin: 0px; padding: 1px;}
#p7swapmenu li {
	list-style-type: none;
	font-size:14px;
	}


.closed ul{display:none;}
.open ul{display:block;}

.closed a, .open a {
	background-image:url(../images/bluecorner.gif);
	background-position: 0 50%;
	background-repeat:no-repeat;
	color: #FFF;
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 0px 8px 4px;
	text-decoration: none;
}

.closed a:hover, .open a:hover {
		color: #000;
}

.closed a:hover	{
	background-color:#FFF;
	}

.closed a:hover {background-image:url(../images/ltbluecorner.gif);}

.closed ul a, .open ul a, .open ul a:hover {
	background-color: transparent;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: 0% 80%;
	border: 0;
	font-size: 11px;
	font-weight: normal;
	padding: 2px 0 3px 8px;
	margin: 2px 0 2px 4px;
	color:#000;
}

.closed ul a, .open ul a	{
	color:#000;
	}
.open ul a:hover {
	color:#BF8300;
	}