
/* CSS Document */
#test{ 
	display:none;
	width: 600px;
	margin:0;
	text-align:left;
	background:#fff;
	}


.h1Bottom{
	clear:both;
	background:#ececec;
	padding:5px;	
	margin-bottom:6px;
	font-size:1.2em;
	font-weight:bold;
}

.bottomMenu{
	line-height:1.4em;
	width:100%;
	
}

.bottomMenu dd{
	padding-left:10px;
	clear:both;
}
