<style type="text/css">	
/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/basic_dd.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
	body {
	margin:20px;
	font-size: 1em;
	position: absolute;
	height: 95%;
	width: 97%;
	background-color: #000000;
	.rtop, .rbottom{
	display:block;
	color: #000000;
}

	}
	#main {
	background:#e9e3c9;
	border-top: 0px solid #000;
	border-right: 20px solid #601e1f;
	border-bottom: 20px solid #601e1f;
	border-left: 0px solid #000;
		}

/* you have to specify the width of #menu
or IE5 Mac stretches it all the way across the div, and 
Opera streches it half way. */

/*menu below is float menu*/
	#main #menu {
	border-left:1px none;
	border-bottom:1px solid #000;
	float:left;
	width:110px;
	background:#5a5e41;
	margin:-4px 4px 4px 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #000000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	color: #FFFFFF;
		}
		
	h1,pre {
		margin:10px 10px 10px 10px;
		}
		
		p {
		padding-left: 0px; padding-right: 0px;
		}
		
	h1 {
		font-size:14px;
		padding-top:2px;
		}
	
	.rtop, .rbottom{
	display:block;
}
.rtop *, .rbottom *{
	display: block;
	height: 1px;
	overflow: hidden;
	color: #000000;
}
.r1{
	margin: 0 5px;
	color: #000000;
}
.r2{
	margin: 0 3px;
}
.r3{margin: 0 2px}
.r4{margin: 0 px; height: 2px} 
	
	#menu p { font-size:10px}
	/* remove the bullets, padding and margins from the lists */
.menu ul{
list-style-type:none;
padding:0;
margin:0;
}
/* make the top level links horizontal and position relative so that we can position the sub level */
.menu li{
float:left;
position:relative;
z-index:100;
}

/* use the table to position the dropdown list */
.menu table{
position:absolute;
border-collapse:collapse;
z-index:80;
left:-1px;
top:17px;
}

/* style all the links */
.menu a, .menu :visited {
	display:block;
	font family: none;
	font-size:12px;
	width:116px;
	padding:2px 0;
		color:#ffffff;
	background:#66694e;
	text-decoration:none;
	margin-right:1px;
	text-align:center;
	letter-spacing: 1px;
	font-weight: bold;

}
/* style the links hover */
.menu :hover{
	color:#000;
	background:#999966;
	font-family: none;
	font-size: 12px;
	font-weight: bold;
}

/* hide the sub level links */
.menu ul ul {
visibility:hidden;
position:absolute;
width:149px;
height:0;
}
/* make the sub level visible on hover list or link */
.menu ul li:hover ul,
.menu ul a:hover ul{
visibility:visible;
}


a {
	color: #601e1f;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}

.desc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: italic;
	font-weight: bold;
	color: #0033CC;
}
</style>body {
	margin:20px;
	font-size: 1em;
	position: absolute;
	height: 95%;
	width: 97%;
	background-color: #601e1f;
}
