div.content {
    border:#CCCCCC solid 1px;
    clear: left;
    padding: 1em;
}

body, html {
	background: #fff;
	color: #000;
	font: 11pt/1.2em Helvetica, sans-serif;
	min-width: 800px;
	position: relative;
}

ul#toc {
    height: 0em;
    list-style: none;
    width: 800px;
    margin: 0em 0;
    padding: 10;
}

ul#toc a {
    background: #CCCCCC;
    color: #666666;
    display: inline;
    float: left;
    height: 1.2em;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 7px;
    font-weight: bold;
    text-decoration: none;

}

ul#toc a:hover {
    background-color: #489cdf;
	color: #fff;
height: 1.2em;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
    font-weight: bold;
    
}

ul#toc li {
    float: left;
    margin: 0 5px 0 0;
}

ul#toc li.current a {
    background-color: #489cdf;
    color: #fff;
height: 1.2em;
    padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 7px;
    font-weight: bold;
}
