ol#toc	{
	 height: 1.5em;
	 font-size: 1em;
	 list-style: none;
	 margin-bottom: 4px;
	 padding: 0;
	}


ol#toc li 
	{     
	 float: left;    
	 margin: 0 3px 0 0;    
	 padding-left: 0px;

	}

ol#toc a 
	{    
	 background-color: #867750; /*block shadow*/     
	 color: black;    
	 float: left;    
	 line-height: 1.5em;    
	 padding: 0 3px 0 3px;    
	 text-decoration: none;
	 border: outset medium #CBB387;/*sunny stucco*/
	 border-bottom: none;
	}

ol#toc a:hover
	{
	 background-color: #302916; /*dk olive*/
	 border: inset medium #CBB387;/*sunny stucco*/
	 border-bottom: none;
	 color: white; 
	}	

ol#toc li.current 
	{    
	 background-color: #CBB387; /*sunny stucco*/    
	 padding-bottom: 2px;
	 border: thin outset #867750; /*block shadow*/
	 border-bottom: none;
	}

ol#toc li.current a 
	{
	 background: transparent;    
	 color: white;    
	 border-left: outset medium #302916; /*dk olive*/
	 border-top: outset medium #302916; /*dk olive*/
	 border-right: none;
	 border-bottom: none;
	 
	}

div.content 
	{    
	border-top: medium inset #867750; /*block shadow*/    
	clear: left;    
	}
