

/* Hide head and foot */
.widgetskin_menu_axisshield table tr.thead, .widgetskin_menu_axisshield table tr.tfoot {
	display:none;
}

.widgetskin_menu_axisshield table {
	text-align:center;
	font-size:11px;
	height:19px;
}

.widgetskin_menu_axisshield table tr td {
	background-position:top right;
	padding-right:10px;
	white-space:nowrap;
	text-align:left;
}

.widgetskin_menu_axisshield table tr td:hover {
	background-image:url("images/on_main.png");
}


.widgetskin_menu_axisshield table table.dropdown {
	display:none;
	position:absolute;
	border:1px solid red;
}











