/* CSS Document */
body {
  background:#fff;
  margin:0;
  padding:0;
  color:#000;
  font:x-small/1.5em Georgia,Serif;
  voice-family: "\"}\""; voice-family:inherit;
  font-size:small;
  } html>body {font-size:small;}

#header {
  float:right;
  width:100%;
  background:#fff url("images/template/bg_tab.gif") repeat-x top;
  font-size:84%;
  line-height:normal;

  }
#header ul {
  margin:0;
  padding: 0px 5px 5px 0;
  list-style:none;
  }
#header li {
  float:right;
  background:url("images/template/left.gif") no-repeat left bottom;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("images/template/right.gif") no-repeat right bottom;
  padding:0px 10px 6px 3px;
  text-decoration:none;
  font-weight:bold;
  color:#000;

  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#fff;
  }
#header #current {
  background-image:url("images/template/left_on.gif");
  }
#header #current a {
  background-image:url("images/template/right_on.gif");
  color:#fff;
  padding-bottom:7px;
  }

/* Corner Image */
#corner_image {
	/*background: #000000 url("images/template/corner.gif") bottom right no-repeat;*/
	background: #8D8E8E;
	height: 2px;
}


