BODY {
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	font-size:13px;
	background-color: #f0f0f0;
	}
TD {font-size:13px;}


.button {
	font-weight:bold;
	width: 150px;
	/*border-left: 1px solid #000000;*/
	
	padding: 0 0 0 0;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: transparent;
	color: #000;
	}

.button .button {
	font-weight:bold;
	width: 150px;
	/*border-left: 1px solid #000000;*/
	
	padding: 0 0 0 0;
	margin-left: 1em;
	margin-top: 0em;
	font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Lucida, Geneva, Helvetica, Arial, sans-serif;
	background-color: transparent;
	color: #000;
	}

.button ul {
	font-weight:normal;
	list-style: none;
	margin: 0;
	padding: 0;
	border: none;
	}
	
.button li {
	font-weight:normal;
	/*border-bottom: 1px solid #f0f0f0;
	border-top: 1px solid #87C9FF;*/
	margin: 0 0 0 0;
	}
	
.button li a {
	font-weight:normal;
	display: block;
	padding: 1px 1px 1px 7px;
	border-left: 5px solid #e0e0e0;
	background-color: transparent;
	/*opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);*/
	color: #000;
	text-decoration: none;
	width: 100%;
	}

.button li a.selected {
	font-weight:normal;
	display: block;
	padding: 1px 1px 1px 7px;
	border-left: 5px solid #6060ff;
	background-color: #e0e0ff;
	/*opacity: 0.8; -moz-opacity: 0.8; filter:alpha(opacity=80);*/
	color: #000;
	text-decoration: none;
	width: 100%;
	}

html>body .button li a {
	width: auto;
	}

html>body .button li a.selected {
	width: auto;
	}

.button li a:hover {
	font-weight:normal;
	border-left: 5px solid #d0d0d0;
	/*border-right: 1px solid #555;*/
	background-color: #f0f0f0;
	/*opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50);*/
	color: #000;

	}

.button li a.selected:hover {
	font-weight:normal;
	border-left: 5px solid #0000ff;
	/*border-right: 1px solid #555;*/
	background-color: #f0f0f0;
	/*opacity: 0.5; -moz-opacity: 0.5; filter:alpha(opacity=50);*/
	color: #000;

	}

li.menu_head {
	margin-top: 0px;
}
li.menu_spacer {
	height: 10px;
}
.button li.menu_hl a {
	font-style: italic;
	border-left: 5px solid #a0a0a0;
}

ul {
	margin-top: 0em;
}

.menu {
position:absolute;
top:80px;
left:10px;
margin: 0;
padding: 0;
background: transparent;
}


.content {
position:absolute;
top:67px;
left:200px;
width: 700px;
margin: 0;
padding: 0;
background: transparent;
}

.content img.image {
	border: 1px solid black;
	margin: 3px;
}

.content pre {
	font-size: 12px;
	border: 1px dashed gray;
	background: #e0e0e0;
	padding: 1em;
}

.content li {
	margin-bottom: 1em;
}

.content ul.dense li {
    margin-bottom: 0em;
}

div.ind {
    padding-left: 1em;
}

.header {
color: #808080;
position:absolute;
top:10px;
left:10px;
margin: 0;
padding: 0;
background: transparent;
}

a, a:visited {
    color: black;    
}
