

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

.widgetskin_menu_axisshield table tr.tfoot {
	display:none;
}


/* style root menu */
.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.over {
	background-image:url("images/on_main.png");
}



.widgetskin_menu_axisshield .text {
	padding-left:10px !important;
	padding-right:10px !important;
	margin-right:-10px;
	background-repeat:no-repeat;
	height:19px;
	text-decoration:none;
	color:#c9cadf;
	line-height:17px;
}

.widgetskin_menu_axisshield table tr td.over .text {
	background-image:url("images/on_small.png");
	color:#fff;
}

.widgetskin_menu_axisshield table.dropdown {
	text-align:left;
	color:#fff;
	background-color:#575788;
	border:1px outset #575788;
	margin-top:-1px;
	border-top-width:0px;
	position:absolute;
	visibility:hidden;
	z-index:99999;
}

.widgetskin_menu_axisshield table.dropdown .text {
	background-image:none !important;
	line-height:18px;
}

.widgetskin_menu_axisshield table.dropdown table.dropdown {
	border-top-width:1px;
}


.widgetskin_menu_axisshield table.dropdown tr.over {
	background-color:#333366;
	
}

.widgetskin_menu_axisshield table.dropdown tr td .hasdrop {
	background-image:url("images/arrow.gif") !important;
	background-repeat:no-repeat;
	background-position:center right;
	padding-right:15px !important;
}
























