/*
[-----------------------------------------------------------------------------]
[-Feel free to use/abuse/steal the following code as long as credit is given.-]
[----------------Commercial use of this code is forbidden.--------------------]
[---------------------------:[Andrew Hocker]:---------------------------------]
[-----------------------------------------------------------------------------]
*/

#menuTree {
	padding: 5px 10px;
	margin: 0 0 2px 0;
	font: 12px arial, sans-serif;
	border-top: 0px none #424242;
	border-right: 0px none #424242;
	border-bottom: 0px none #424242;
	border-left: 0px none #424242;
	color: #FFCC00;
}

#menuTree li a {
	text-decoration: none;
	color: #FFCC00;
}

#menuTree li {
	list-style-type: none;
	color: #FFCC00;
}

#menuTree ul.item li {
  padding-left: 10px;
  background: url(images/item.gif) no-repeat 0 50%;
}

#menuTree ul.item li a {
  color: #EEEEEE;
}

#menuTree ul.item li a:hover {
  border-bottom: 1px solid #FFCC00;
}

.open ul { display: block; }

.open a.parent {
  color: #424242;
  font-weight: bold;
  background: url(images/minus.gif) no-repeat 0 20%;
  padding-left: 10px;
}

.open a.sub {
  color: #CD0000;
  background: url(images/minus.gif) no-repeat 0 20%;
  padding-left: 10px;
}
  
.closed ul { display: none; }

.closed a.parent {
  color: #424242;
  font-weight: bold;
  background: url(images/plus.gif) no-repeat 0 50%;
  padding-left: 10px;
}

.closed a.sub {
  color: #CD0000;
  background: url(images/plus.gif) no-repeat 0 50%;
  padding-left: 10px;
}

.author {
  font-size: x-small;
}

#info {
  font: x-small verdana, arial, sans-serif;
  background-color: #EEE;
  margin: 0 0 0 0;
  border: 1px solid #424242;
  padding: 5px;
  text-align: center;
}

#info a {
  color: #CD0000;
  text-decoration: none;
}

#info a:hover {
  border-bottom: 1px solid #000;
}

/*[---------------Experimental---------------]*/
#menuTree ul.item li.open, #menuTree ul.item li.closed {
  background: none;
  padding-left: 0;
}

#menuTree ul.item li.open a.sub, #menuTree ul.item li.closed a.sub {
  color: #CD0000;
}

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

del {
  text-decoration: line-through;
}
/*[---------------Now-Works---------------]*/

/*\*//*/
  @import "ie5mac.css";
/**/