body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-color: #333333;
}

#container {
	margin: 5px 0;
	width: 90px;
	min-height:872px;
	top:0px;
}

#button {
	width: 800px;
	height: 32px;
	margin: auto;
}

ul, li {
	margin:0; 
	padding:0; 
	list-style:none;
}

.menu_class {
	margin:0 0 5px 0;
	width:84px;
	height:65px;
	background:url(img/menu.png) no-repeat;
}

.menu_class:hover {
	width:84px;
	background:url(img/menu_over.png) no-repeat;
}

.the_menu {
	display:none;
	width:190px;
	background:url(img/bg_menu_topo.png) no-repeat;
	padding-top:30px;
}

.the_menu02 {
	display:visible;
	width:190px;
	background:url(img/bg_menu_topo.png) no-repeat;
	padding-top:30px;
}

.the_menu li {
	background:url(img/bg_menu01.png) repeat-x;
}

.the_menu02 li {
	background:url(img/bg_menu01.png) repeat-x;
}

.the_menu li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu02 li a {
	color:#FFFFFF; 
	text-decoration:none; 
	padding:10px; 
	display:block;
}

.the_menu li a:hover {
	padding:10px;
	font-weight:bold;
	color: #fff;
}

.the_menu02 li a:hover {
	padding:10px;
	font-weight:bold;
	color: #fff;
}

