#menucontainer {
	display: block;
	float: right;
}
.tool-container {
	border-top: #c7c7c7 solid 1px;
	border-left: #c7c7c7 solid 1px;
	border-right: #c7c7c7 solid 1px;
	position: absolute;
	right: 7px !important;
	top: 27px !important;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	background-color:#fff;
}
.tool-container a {
	color:#333;
	text-decoration:none;
}
.tool-container.tool-top, .tool-container.tool-bottom {
	width:110px;
}
.tool-items {
	height: 100%;
	text-align:left;
}
.tool-top .tool-item, .tool-bottom .tool-item {
	float: left;
}
.tool-left .tool-item, .tool-right .tool-item {
	height: 34px;
}
.tool-item {
	width:100px;
	display: block;
	clear: both;
	text-align: center !important;
	border-bottom:#CCC solid 1px;
	padding:5px;
	color: rgb(6, 69, 173) !important;
}
.tool-container .arrow {
	background-image: url(../images/gear-arrow.jpg);
	position: absolute;
	height: 8px;
	width: 14px;
	margin-right:14px;
	margin-top:-8px;
}
