
#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: 0px;
  padding-left: 0px;
  text-align:left;
  color:#002084;
  width:255px;
}

.the_menu {
	display:none;
	width:190px;
	border: 0px;
	list-style:none;
    margin:0; 
	padding:0; 
}

.the_menu li {
	background-color: #E1E1E1;
}

.the_menu li a {
	color:#002084; 
	text-decoration:none; 
	display:block;
	font-size:12px;
	margin-left:0;
	padding:2;
}

.the_menu2 li a:hover {
	color: #FFFFFF;
}

.menu_class2{
  border: 0px;
  padding-left: 0px;
  text-align:left;
  color:#002084;
  width:255px;
}

.the_menu2 {
	display:none;
	width:190px;
	border: 0px;
	list-style:none;
	margin:0; 
	padding:0; 
}

.the_menu2 li {
	background-color: #E1E1E1;
}

.the_menu2 li a {
	color:#002084; 
	text-decoration:none; 
	display:block;
	font-size:12px;
	margin-left:0;
	padding:2;
}

.the_menu2 li a:hover {
	color: #FFFFFF;
}
