﻿@charset "utf-8";
/* CSS Document */
.containerTools {
	position:absolute;
	width:156px;
	float:left;
	font-size:11px;

}
.toolsBox {
	font-size:11px;
	position:relative;
	right:780px;
	top:-5px;
}
.menu_body {
	font-size: 11px;
	display: none;
	width: 156px;
}
.menu_body li {
	background: white;
	height: 26px;
	border-bottom: 1px #E2E2E2 dotted;
	line-height: 18px;
}
.menu_body li.alt {
	background: #F8F8F8;
}
.menu_body li a {
	font-size:11px;
	color: #005496;
	text-decoration: none;
	padding: 4px;
	display: block;
}
.menu_body li a:hover {
	padding: 5px 10px;
	font-weight: bold;
}
.menu_body .img {
	float: left;
	border: 0px;
}
.clear {
	clear: both;
	height: 0px;
	line-height: 0px;
}
.menu_head {
	width:156px;
	height:25px;
	cursor:pointer;
}