/* CSS Document */

.GDNetMenuDownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

.GDNetMenuDownMenu .content {
	position:absolute;
	}

.GDNetMenuDownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.GDNetMenuDownMenu.top .items {
	border-top:none;
	}

.GDNetMenuDownMenu .item {
    color:#000000  ;
    font-size:9pt;
    text-decoration:none;
	border:none;
	cursor:pointer;
	cursor:hand;
	}

.GDNetMenuDownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.8;
	filter:alpha(opacity=85);
	}


.GDNetMenuDownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}


.GDNetMenuDownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}


.GDNetMenuDownMenu .item.hover {
	background:#FAECDC  ;
		color:000000;
	}


.GDNetMenuDownMenu .item img {
	margin-left:20px;
	}
.box {
	border: 1px solid #333333  ;
}
.button {
	border: 1px solid #000000  ;
}
.box2 {
	border: 2px double #000000  ;
}
.table {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC  ;

}
