.toolbartable {
	border-bottom-width: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: #990000;
	padding: 0px;
	margin: 0px;
	width: 100%;
}
.toolbarlogo {
	border: 0px none;
	float: right;
}

#toolbarbuttons ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#toolbarbuttons ul li {
	display: inline;
}

#toolbarbuttons ul li a{
	height: 100%;
	color: #000000;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
	font-size: 10pt;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 0px;
	padding-bottom: 2px;
	margin: 0px;
	border-top-color: #990000;
	border-top-style: solid;
	border-top-width: 1px;
	border-right-color: #990000;
	border-right-style: solid;
	border-right-width: 1px;
	border-bottom-color: #990000;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#toolbarbuttons ul li a:hover {
	background: #990000;
	color: #FFFFFF;
}

.toolbarbuttonfirst {
	height: 100%;
	color: #000000;
	border-left-color: #990000;
	border-left-style: solid;
	border-left-width: 1px;
	padding-top: 0px;
	padding-bottom: 2px;
}
