﻿#toolbar {
	background: url("/Images/bg.bar.gif");
	width: 100%;
	height: 27px;
	line-height: 26px;
	color: #ffffff;
	text-align: center;
}

#toolbar SPAN {margin-right:20px;}
#toolbar A:link    { color : #ffffff; text-decoration : none; }
#toolbar A:visited { color : #ffffff; text-decoration : none; }
#toolbar A:hover   { color : #90b905; text-decoration : none; }
#toolbar A:active  { color : #ffffff; text-decoration : none; }
#toolbar INPUT {
	border: 1px solid #000000;
	padding: 0px 2px 0px 2px;
	height:16px;
	width:120px;
}
#toolbar IMG {
	position:relative;
	top: -1px;
	vertical-align: middle;
	cursor: pointer;
}

