#menu_items {
/*  margin-top:20px;*/
  margin-left:30px;
}

.cell_box {
  border: 1px solid #6D7B8D;
  padding: 10px;
}

div.button_header {
  width:650px;
  font-size:20px;
  text-align:left;
  height:40px;
  vertical-align:middle;
  padding-top:10px;
  margin-left:20px;
	color:#0868B2;
/*  margin:auto;*/
}

span.selected, span.button {
  padding:5px 20px;
}

a:link, a:visited {
	text-decoration: underline;
	font-weight:bold;
	color:#0868B2;
}

span.button > a:link, span.button > a:visited, span.button > a:hover, span.selected > a:link, span.selected > a:visited, span.selected > a:hover {

  text-decoration: none;
/*  background-color:#FFF;*/
}    

span.selected {
  background-color:#EAEAEA;
}


#submenu {
	margin: 0 21px 5px 21px;
	background: #fff;
	width: auto;
}

#submenu div {
	text-align: left;
}

#submenu_t {
	background: #fff url(../images/content_t.png) 0 0 repeat-x;
}

#submenu_tl {
	background: url(../images/content_t_l.png) 0 0 no-repeat;
}

#submenu_tr {
	height: 10px;
	overflow: hidden;
	background: url(../images/content_t_r.png) 100% 0 no-repeat;
}

#submenu_m {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: auto;
	padding: 1px 8px;
}

#submenu_b {
	margin-top: -5px;
	background: url(../images/content_b.png) 0 100% repeat-x;
}

#submenu_bl {
	background: url(../images/content_b_l.png) 0 100% no-repeat;
}

#submenu_br {
	height: 13px;
	background: url(../images/content_b_r.png) 100% 100% no-repeat;
}

#submenucolumn,
#submenucolumn_full {
	margin-left: 20%;
	padding-left: 15px;
	width: 75%;
}

#submenucolumn_full {
	margin-left: 0;
	padding: 0;	
	width: 100%;
}

#submenu_area {
	padding: 0;
}


#menu {
  margin:0px 11px 10px;
  height:40px;
}
#menu > ul {
  list-style-type:none;
  float:left;
  height:36px;
  padding-left:25px;
}

#menu > ul > li {
  list-style-type:none;
  display:inline;
  color:#0868B2;
  font-size:20px;
  line-height:12px;
  text-align:left;
  list-style-position:outside;
  padding-top:6px;
  padding-bottom:8px;
  border-right: 1px solid #999999;
}
#menu > ul > li:hover {
  color:#FFA500;
  background-color:#ECECEC;
}
#menu > ul > li.last {
  border-right: none;
}
#menu > ul > li.current {
  color:#FFA500;
  background-color:#ECECEC;
}
#menu > ul > li.current > a:link, #menu > ul > li.current > a:visited {
  color:#FF9933;
}
#menu > ul > li > a:link, #menu > ul > li > a:visited {
	text-decoration: none;
	font-weight:bold;
	color:#0868B2;
  margin:5px 20px;
  font-size: 20px;
}
#menu > ul > li > a:hover {
  color:#FFA500;
  background-color:#ECECEC;
}
.show_table > tbody {
  background-color:#ECECEC;
}
.show_table > caption {
  font-size:16px;
  text-align:left;
  font-weight:bold;
}

#map_canvas {
  width:500px;
  height:500px;
}