	#menuTree, #menuTree ul { /* all lists */
		padding: 0;
		margin: 10px 0 2px 0;
		list-style: none;
		float : left;
		width : 150px;
		  
  
  font: 10px verdana, arial, sans-serif;
  font-weight: bold;
	}
	
	#menuTree li { /* all list items */
		position : relative;
		float : left;
		line-height : 1.25em;
		margin-bottom : -1px;
		width : 150px;
		padding : 0 0.5em;
	}
	
	#menuTree li ul { /* second-level lists */
		position : absolute;
		left: -999em;
		margin-left : 145px;
		margin-top : -25px;
	}
	
	#menuTree li ul ul { /* third-and-above-level lists */
		left: -999em;
	}
	
	#menuTree li a {
		width : 150px;
		w\idth : 145px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;

		padding : 5px 5px;

	}
		#menuTree li li a {
		width : 150px;
		w\idth : 145px;
		display : block;
		color : white;
		font-weight : bold;
		text-decoration : none;
		background-color : #393737;
		padding : 5px 5px;
		filter:alpha(opacity=85);
	   -moz-opacity:.85;
	   opacity:.85;
	}
	
	#menuTree li a:hover {
		color : #393737;
		background-color : white;
	}
	
	#menuTree li:hover ul ul, #menuTree li:hover ul ul ul, #menuTree li.sfhover ul ul, #menuTree li.sfhover ul ul ul {
		left: -999em;
	}
	
	#menuTree li:hover ul, #menuTree li li:hover ul, #menuTree li li li:hover ul, #menuTree li.sfhover ul, #menuTree li li.sfhover ul, #menuTree li li li.sfhover ul { /* lists nested under hovered list items */
		left: auto;
	}

.open ul { 		
		padding: 0px;
}

.open a.parent {
  color: #424242;
  font-weight: bold;
}

.open a.sub {
  color: #FFF;
}
  
.closed ul { display: none; }

.closed a.parent {
  color: #424242;
  font-weight: bold;
}

.closed a.sub {
  color: #000;
}

#menuTree ul.item li.open a.sub, #menuTree ul.item li.closed a.sub {
text-indent: 10px;


}

#menuTree ul.item li.open a:hover.sub, #menuTree ul.item li.closed a:hover.sub {
  border-bottom: none;
}

del {
  text-decoration: line-through;
}

#notes {
  background-color: #424242;
  border: 1px solid #424242;
  margin-bottom: 2px;
  font: x-small verdana, arial, sans-serif;
  color: #EEE;
}

#notes li {
  list-style-type: decimal;
}

sup a:link,
sup a:visited { border-bottom: 1px dotted #CD0000; }


	