/*
#container {
	margin: auto;
	width: 490px;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	height: 42px;
	width: 490px;
	margin-bottom: 20px;
}

#button {
	height: 32px;
	width: 184px;
	margin: auto;
}
*/
.menu_class {
	border:none;
	width:253px;
	height:28px;
	margin:10px 0 0 10px;
}

.the_menu {
	display:none;
	width:251px;
	border: 1px solid #1c1c1c;
	list-style:none;
	margin:-6px 0 0 10px;
	padding:0;
}

.the_menu li {
	background-color: #fff;
	padding:0;
	margin:0;
}

.the_menu li a {
	color:#495C6F; 
	text-decoration:none; 
	padding:10px; 
	display:block;
	font-size:12px;
}

.the_menu li a:hover {
	padding:10px;
	color: #023255;
	background:#e1e1e1;
}
