/* CSS Document */

body {
	background:#fff;
	margin:0;
	padding:0;
	color:#666666;
	voice-family: "\"}\"";
	voice-family:inherit;
	font-size:10px;
	font-family: "Verdana", Arial, Helvetica, sans-serif;
	line-height: 1.5em;
  } 

#header {
  float:left;
  width:600px;
  background:#DAE0D2 url(../images/bg.gif) repeat-x bottom;
  font-size:100%;
  line-height:normal;
  }
#header ul {
	margin:0;
	list-style:none;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
  }
#header li {
	float:left;
	background:url(../images/left.gif) no-repeat left top;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 5px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 9px;
  }
#header a {
	float:left;
	display:block;
	background:url(../images/right.gif) no-repeat right top;
	text-decoration:none;
	font-weight:bold;
	color:#999999;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 4px;
	padding-left: 6px;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
  color:#666666;
  }
#header #current {
  background-image:url(../images/left_on.gif);
  }
#header #current a {
	background-image:url(../images/right_on.gif);
	color:#005480;
	padding-bottom:5px;
  }
