@charset "UTF-8";
/* CSS Document */

#menuDiv {
	position: absolute;
	top: 83px;
	right: 70px;
	-webkit-transition-property: opacity;
    -webkit-transition-delay: .2s;
    -webkit-transition-duration: .1s;
	-moz-transition-property: opacity;
    -moz-transition-delay: .2s;
    -moz-transition-duration: .1s;
	z-index: 110;
}
.menuTable {
	border: 1px solid #bbb;
	-webkit-box-shadow: 0px 3px 8px #999;
	-moz-box-shadow: 0px 3px 8px #999;
	background-image: url(/img/menubg.png);
	background-repeat: repeat;
	margin-top: 13px;
}
#menuDiv td {
	font-family: "Trebuchet MS", "Lucida Grande";
	font-size: 11px;
	white-space: nowrap;
	padding-right: 10px;
	text-align: left;
}
.faddeAway  {
	opacity:0; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=0)"; /* IE8 */
	filter:alpha(opacity=0); /* IE6/IE7 */
}
.fadeAway  {
	display: none;
}
.fadeeIn  {
	opacity:1; /* FX/Opera/Safari/Chrome */
	-ms-filter:"alpha(opacity=100)"; /* IE8 */
	filter:alpha(opacity=100); /* IE6/IE7 */
}
.fadeIn  {
	display: inline;
}
#menuDiv .check {
	vertical-align: baseline;
	margin-right: 3px;
}
#pointerImg  {
	position: absolute;
	height: 14px;
	width: 17px;
	top: 0px;
	right: 28px;
	filter: inherit;
	z-index: 120;
}
#menuDiv .hlt td {
	color: #FFF;
	background-color: #999;
	cursor: default;
}
#menuDiv .invert td {
	color: white;
	background-color: #666666;
}
.action  {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dbdbdb;
}
