#layerListDiv {
	width: 15.6em;
	/*height: 200em;*/
	clip: auto; /*overflow: scroll;*/
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	overflow-x: hidden;
	/*border-left: 1px solid Green;*/
	margin-left: -10px;
	margin-top: 0px;
	
}

form{
	margin: 0px;
	padding: 0px;
}

.rhBoxTwo
{
	width: 280px;
	height: 250px;
	clip: auto; /*overflow: scroll;*/
	overflow: -moz-scrollbars-vertical;
	overflow-y: auto;
	/*border-left: 1px solid Green;*/
	margin-left: 0px;
	margin-top: 0px;
}

/* Following is for mktree */
/* Put this inside a @media qualifier so Netscape 4 ignores it */
@media screen, print { 
	/* Set label and input style */
	ul.mktree  input {font-size: 90%; font-weight: normal;	margin-left: 0px; margin-right: 3px; margin-bottom: 0px; margin-top: 0px; display: inline;}
	ul.mktree  label {font-size: 90%; font-weight: normal;	margin-left: 0px; margin-right: 0px; margin-bottom: 0px; margin-top: 0px; display: inline; }
	ul.mktree  table {display: inline; margin-bottom: 0px; margin-top: 0px; padding:0px; }
	/* Turn off list bullets */
	ul.mktree  li { list-style: none; font-size: 100%;} 
	/* Control how "spaced out" the tree is */
	ul.mktree, ul.mktree ul { margin-left:10px; margin-top: 2px; margin-bottom: 0px; font-weight: normal; }
	ul.mktree li { margin-left:0px; padding:0px; margin-top: 0px; margin-bottom: 0px; font-weight: normal; }
	/* Provide space for our own "bullet" inside the LI */
	ul.mktree  li           .bullet { padding-left: 15px; }
	/* Show "bullets" in the links, depending on the class of the LI that the link's in */
	ul.mktree  li.liOpen    .bullet { cursor: pointer; background: url(../../include/images/minus.gif)  center left no-repeat; }
	ul.mktree  li.liClosed  .bullet { cursor: pointer; background: url(../../include/images/plus.gif)   center left no-repeat; }
	ul.mktree  li.liBullet  .bullet { cursor: default;	background: none; padding-left: 0px; }
	/* Sublists are visible or not based on class of parent LI */
	ul.mktree  li.liOpen    ul { display: block; }
	ul.mktree  li.liClosed  ul { display: none; }

	/* Format menu items differently depending on what level of the tree they are in */
	/* Uncomment this if you want your fonts to decrease in size the deeper they are in the tree */
	/*	
	ul.mktree  li { font-size: 12pt;}
	ul.mktree  li ul li { font-size: 10pt;}
	ul.mktree  li ul li ul li { font-size: 8pt; }
	ul.mktree  li ul li ul li ul li { font-size: 6pt; }
	*/
	
	/* Make the links simple */
	a, a:link, a:visited, a:active {text-decoration: none;	border-bottom: 0px; }
	a:hover,a:focus {border-bottom: 0px; }
	
	
}

