#swapmenu {
	background-color: red;
	border: 1px solid white;
	padding: 0px;
	width: 162px;
	font-family: Tahoma;
	text-align: left;
}
#swapmenu ul {margin: 0px; padding: 0px;}
#swapmenu li {margin: 0px; padding: 0px; list-style-type: none;display: block;}

div#swapmenu.closed a, div#swapmenu.open a {
	background-repeat: no-repeat;
	background-position: 3px 50%;
	background-color :#EC0000;
	border: 1px solid white;
	border-color: #A9A9A9 #505050 #505050 #A9A9A9;
	color: White;
	display: block ;
	font-size: 0.9em;
	font-weight: bold;
	padding: 4px 0px 4px 16px;
	text-decoration: none;
}
.closed a:hover, .open a:hover {
	background-color: #AA0000 ;
	color:#fff;
}
.closed a:active, .open a:active,.closed a:focus, .open a:focus {
	outline: 0px;
}
.closed a {
	background-color: #cc0000;
	background-image: url(images/plus.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding:4px 2px 4px 16px;
	color: White;
	display: block ;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid white;
}
.open a {
	background-color: #cc0000;
/*	background-image: url(images/minus.gif);*/
	background-repeat: no-repeat;
	background-position:left center;
	padding :4px 2px 4px 16px;
	display: block ;
	font-weight: bold;
	text-decoration: none;
	color: White;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid white;
}
.closed ul a, .open ul a, .open ul a:hover {
	background-color: #AA0000;
	background-image: none;
	border: 0;
	color:White;
	font-size: 10px;	
	font-weight: bold;
	padding: 4px 0 4px 4px;
	margin: 0 0 0 0px;
	text-transform: uppercase;
	font-size: 10px;
	border-bottom: 1px solid white;
}
.open ul a:hover {
	background-color: #EC0000;
	color: White;
	display: block;

}
#current,.open ul a:active,.open ul a:focus {
	outline: 0px;
}
#current-down {
	background-image: url(images/down.gif);
	background-repeat: no-repeat;
	background-position:left center;	
}
