* {
    margin: 0;
    padding: 0;
}
body {
    font-weight: normal;
    font-family: "Trebuchet MS", sans-serif;
}
#tlo_up{
   z-index: 1;
   height:79px;
   border-bottom: 1px solid grey;
   background-color: #E6E6FA;
   
}
#tlo{
   z-index: 2;
   position: absolute;
   top: 0;
   height:100%;
   width: 219px;
   background-color: #FFDF7F;
   opacity: 0.5;
   border-right: 1px solid black;
}
#logo{
   z-index: 3;
   position: absolute;
   top: 10px;
   left: 10px;
   height:200px;
}
#herb{
   z-index: 4;
   position: absolute;
   top: 220px;
   left: 10px;
   width:200px;
}
#menu0 {
   z-index: 5;
   position:absolute; 
   bottom:10px; 
	width: 200px;
	margin: 10px;
	padding: 10px 0 10px 0;
	background-color: #F5E46A;
	border: solid 1px #000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0 5px 10px #696969;
	-moz-box-shadow: 0 5px 10px #696969;
	box-shadow: 0 5px 10px #696969;
}

#menu0 dt {
	background-color: #5d2600;
	color: #F5E46A;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	margin: 2px 0 2px 0;
	padding: 2px;
	text-shadow: 0px 0px 3px #000000;
   filter: dropshadow(color=#000000, offx=0, offy=0);
}

#menu0 dt a{
   color: #f8d700;
   text-decoration: none;
}

#menu0 dd {
	background-color: #F5E46A;
	color: #000;
	border-width: 0 1px 1px 1px;
	border-style: solid;
	border-color: #5d2600;
	margin: 0;
	padding: 1px 5px;
}

#menu0 dd.active {
	font-weight: bold;
}

#menu0 dd a{
	text-decoration: none;
	color: #5d2600;
}

#menu0 dd:hover{
	background-color: #F9EEA6;
	color: #BF5200;
	font-weight: bold;
}
