/*styles for divs that wrap around each node*/






/* Style for tree item text */

div#menu {
background-color:#ffffff;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
padding-left: 40px;
padding-right: 40px;
padding-top:20px;
padding-bottom:20px;
margin-top:20px;
margin-left: 8px;
width:432px;
}

strong.NodeHeader {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	padding: 0px;
	margin-bottom:10px;
}

.mout {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
.mout2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	text-decoration: none;	
	width: 100%;
	padding-left: 5px;	
}
.mover {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	padding: 0px;
}
.mover2
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: transparent;
	text-decoration: none;
	width: 100%;
	padding-left: 5px;
}
