body {
	background-color: #C3BEBA;
}

div#header {
	background-image: url(/images/header1.jpg);
	width: 1024px;
	height: 99px;
	background-repeat: no-repeat;
	background-position: top center;
}

table#maincontent {padding: 0%;
text-align: justify;
margin-right:  10px;
margin-left: 30px;
background-color: #C3BEBA;
}

div#leftcolumn {
margin-top: 6%;
padding: 1%;
float: left;
text-align: left;
background-color: #C3BEBA;
font-size: 11px;
width: 201px;}
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	}
ul li {
	position: relative;
	}
li ul {
	position: absolute;
	left: 100px;
	top: 0;
	display: none;
	}
ul li a {
	display: block;
	text-decoration: none;
	color: #605452;
	background-color: #C3BEBA;
	padding: 5px;
	border: 1px #C3BEBA;
	border-bottom: 0;
	}
/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */
ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100px;
	border-bottom: 1px #C3BEBA;
	}
li:hover ul, li.over ul { 
	display: block; 
	}	