.wpmu-theme-bar{
	height: 40px;
	position: fixed;
	top: 0 !important;
	width: 100%;
	z-index: 100;
	background: #333333 url('background-bar.jpg') repeat-x;
	border-bottom: 5px solid #ffffff;
}

.wpmu-logo{
	float: left;
	background: url('themetasticlogo.jpg') no-repeat;
	height: 40px;
	width: 200px;
}

.wpmu-switch{
	float: right;
	padding: 10px 20px 10px 0px;
}

.wpmu-instructions{
	float: right;
	padding: 10px 20px 10px 0px;
	color: #ffffff;
	font-size: 14px;
}

.wpmu-theme-bar li{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.wpmu-theme-bar ul{
	padding: 0px;
	margin: 0px;
}

.wpmu-theme-bar select {
-moz-border-radius:0px;
padding:0px;
}
