.toolbar {
	position: absolute;
	top: 0px;
	left: 0px;
	font-size: 12px;
	z-index: 9999;
	height: 25px;
	text-align: left;
}


.toolbar .expand span.nextweb {
	float: left;
	padding: 0px;
	height: 25px;
}

.toolbar .expand {
	background: url('/awe2public/gfx/toolbar/background.gif') repeat-x left top;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	height: 25px;
	width: 0px;
}

.toolbar span {
	display: block;
	float: left;
	height: 25px;
	padding: 6px 14px 0px 14px;
	color: #fff;
}

.toolbar .expand a {
	text-decoration: none;
	color: #fff;
}
.toolbar .toolmenu a:link, .toolbar .toolmenu .toolmenu a:visited {
	color: #fff;
}

.toolbar .toolmenu a:visited {
	color: #fff;
}

.toolbar .toolmenu a:hover {
	background: url('/awe2public/gfx/toolbar/background-hover.gif') repeat-x left top;
	color: #fff;
}

.toolbar a.openclose {
	background: url('/awe2public/gfx/toolbar/open.png') no-repeat left top;
	display: block;
	float: left;
	width: 30px;
	height: 25px;
	cursor: pointer;
}

.toolbar a.closeit:hover {
	background-image: url('/awe2public/gfx/toolbar/open_hover.png');
}

.toolbar a.isopen {
	background-image: url('/awe2public/gfx/toolbar/close.png');
}

.toolbar a.isopen:hover {
	background-image: url('/awe2public/gfx/toolbar/close_hover.png');
}

