/* CSS Document */
body {
  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;}

#headerNav {
	position:absolute;
	width:777px;
	/*background:url("images/bg.jpg") repeat-x bottom;*/
	font-size:0.9em;
	line-height:normal;
}
#headerNav ul {
	margin:0;
	padding:5px 2px 0 2px;
	list-style:none;
}
#headerNav li {
	float:left;
	background:url("images/left_off.jpg") no-repeat left top;
	margin:0;
	padding:0 0 0 8px;
}
#headerNav a {
  float:left;
  display:block;
  background:url("images/right_off.jpg") no-repeat right top;
  padding:5px 15px 4px 6px;
  text-decoration:none;
  color:#333;
}
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#headerNav a {float:none;}
/* End IE5-Mac hack */
#headerNav a:hover {
  color:#FF4C00;
}
#headerNav .current {
  background-image:url("images/left_on.jpg");
}
#headerNav .current a {
  background-image:url("images/right_on.jpg");
  color:#FFF;
  padding-bottom:6px;
}
