@charset "utf-8";
/* CSS Document */

.nav_block {
	/*
		Width was moved from here to the nav_block_content div because it wouldn't allow the 
		box to become wider if the content required it
		width: 155px;
		border: black solid 1px;
	*/
	
	background-color: #ffffff;
	/****************************/
	margin-bottom: 	10px;
	display:		inline;
	padding-top: 	10px;
}
.nav_block div.nav_block_title {
	/*background-color: #919191; 
	color: #ffffff;
	font-weight: bold;
	/*border-bottom: black solid 1px;*/
	padding: 3px;
	margin-bottom: 10px;
	/****************************/
	display:		block;
	position:		absolute;

}
.nav_block div.nav_block_content {
	/*border-bottom: silver solid 1px;*/
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 145px;
	/*****************************/
	top: 			10px;
	margin-top:		28px;
}