/* Menu drop-down outer container. Defines the width of the menu. Amount of content defines the height */
.ltGreyBox {
	width: 154px;
/*	height: 150px;*/
/*	position: absolute;
	z-index: 10;
	left: -6px;
	top: 16px;*/
	clear: both; 
}
/* Top and bottom 'bars' containing the rounded corners, in 4 parts */
.ltGreyBox .topBarLeft, .ltGreyBox .topBarRight, .ltGreyBox .bottomBarLeft, .ltGreyBox .bottomBarRight {
	float: left;
	width: 50%;
	background-repeat: no-repeat;
}
.ltGreyBox .topBar, .ltGreyBox .topBarLeft, .ltGreyBox .topBarRight {
	height: 5px;
}
.ltGreyBox .topBarLeft {
	background-image: url('/img/boxLtGrey/LtGrey-box-topl.gif'); background-position: left;
	float: left;
}
.ltGreyBox .topBarRight {
	background-image: url('/img/boxLtGrey/LtGrey-box-topr.gif'); background-position: right;
	float: right;
}
.ltGreyBox .bottomBar, .ltGreyBox .bottomBarLeft, .ltGreyBox .bottomBarRight {
	height: 5px;
}
.ltGreyBox .bottomBarLeft {
	background-image: url('/img/boxLtGrey/LtGrey-box-botl.gif'); background-position: left;
	float: left;
}
.ltGreyBox .bottomBarRight {
	background-image: url('/img/boxLtGrey/LtGrey-box-botr.gif'); background-position: right;
	float: right;
}

.ltGreyBox .boxContent {
	background-color: rgb(240,240,240);
	background-image: url('/img/boxLtGrey/LtGrey-box-rpt.gif');
	background-position: left;
	background-repeat: repeat;
}
