/* Table */

table .tools menu a {
	font-size: 12px;
	color: #606060;
	text-shadow: 0 1px 0 #fff;
}

table .tools a.menu {
	position: relative;
	font-size: 10px;
	color: #787879;
	text-shadow: 0 1px 0 #fff;
	text-decoration: none;
}

table .tools a.menu.open {
	color: #4a4a4b;
}

table .tools menu {
	display: none;
	position: absolute;
	left: 10px;
	
	margin: 0;
	margin-top: 4px;
	padding: 0;
}

table .tools menu:after {
	display: block;
	position: absolute;
	
	height: 5px;
	width: 12px;
	
	top: -5px;
	left: 10px;
	
	content: '';
	background: url('../img/layout/content/box/menu-arrow.png');
}

table .tools menu a {
	display: block;
	
	padding: 7px 20px;
	
	border: 1px solid #cbcbcb;
	border-bottom-width: 0;
	background: url('../img/layout/content/box/menu-item-bg.png') repeat-x #ebedf2;
	
	text-decoration: none;
}

table .tools menu a.with-icon {
	padding-left: 8px;
}

table .tools menu a .icon {
	float: left;
	display: inline-block;
	
	width: 16px;
	height: 16px;

	margin-left: 0;
	margin-right: 4px;
	
	text-align: center;
	font-size: 13px;
}

table .tools menu a:hover {
	background: url('../img/layout/content/box/menu-item-bg-hover.png') repeat-x #ebedf2;
}

table .tools menu a.active {
	background: #e5e7e9;
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.47);
}

table .tools menu a:first-child {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

table .tools menu a:last-child {
	border-bottom-width: 1px;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
