#menu {
	padding:0;
	width:780px;
	clear:both;
	background-image: url(../img/menu_back.gif);
	height: 45px;
	margin-top: auto;
	margin-bottom: auto;
}
#menu ul {
	  list-style:none;
	  list-style-type:none;
	  padding:0;
	  margin:0;
}
#menu ul li {
	  float:left;
	  list-style:none;
	  padding:0;
	  margin:0;
	  height:45px;
	  line-height:36px;
}
#menu a { 
	  display:block; 
	  color:#333333; 
	  font-size:10px; 
	  text-align:center; 
	  text-decoration:none; 
	  padding:0; 
	  margin:0; 
}
.menu_r{
	background-image: url(../img/menu_r.gif);
	background-repeat: no-repeat;
	height: 45px;
	width: 8px;
	float: right;
}

.logo { 
	  padding:0;
	  margin:0;
	  width:210px;
	  height:69px;
	  float:left; 
}
.menu_top { 
	  width:425px;
	  float:right;
	  font-size:10px;
	  color:#8F8F8F;
	  text-align:right;
}
.menu_top a { 
	color:#8F8F8F;
	text-decoration:none;
}
#right_content {
	width:188px;
	float:left;
	height: auto;
	display: block;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#global {
	width: 780px;
}
