/* CSS Document */

.stillinger_menu{	/* Styling question */
	color:#FFF;
	width:165px;
	margin-bottom:2px;
	margin-top:2px;
	height:20px;
	overflow:hidden;
	cursor:pointer;
	text-align:right;
}
.stillinger_content{	/* Parent box of slide down content */
	/* Start layout CSS */
	color:#FFFFFF;
	width:165px;
	visibility:hidden;
	height:0px;
	overflow:hidden;
	position:relative;

}
.stillinger_content_content{	/* Content that is slided down */
	padding:1px;
	font-size:0.9em;	
	position:relative;
}