
/* CSS Document */

#header {
  float:left;
  width:100%;
  font-size:100%;
  line-height:normal;
  }
#header ul {
  margin:0;
  padding:0px;
  list-style:none;
  }
#header li {
  float:left;
  background:url("Images/nleft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 9px;
  }
#header a {
  float:left;
  display:block;
  background:url("Images/nright.gif") no-repeat right top;
  padding:5px 15px 4px 0px;
  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/nlefton.gif");
  }
#header #current a {
  background-image:url("Images/nrighton.gif");
  color:#333;
  padding-bottom:4px;
  }
  
  
  
  
  
/*WEEK IN REVIEW TABS*/

#review {
  float:left;
  width:100%;
  font-size:100%;
  line-height:normal;
  }
#review ul {
  margin:0;
  padding:0px;
  list-style:none;
  }
#review li {
  float:left;
  background:url("Images/tbleft.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  width:220px;
  height:30px;
  }
#review a {
  float:left;
  display:block;
  background:url("Images/tbright.gif") no-repeat right top;
  padding-top:5px;
  xpadding:5px 15px 4px 15px;
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
  height:25px;
  text-align:center;
  vertical-align:middle;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#review a {float:none;}
/* End IE5-Mac hack */
#review a:hover {
  color:#dee1e3;
  }
#review #current {
  background-image:url("Images/tblefton.gif");
  }
#review #current a {
  background-image:url("Images/tbrighton.gif");
  color:#333;
  xpadding-bottom:4px;
  }
  
  
/*SUNDAYS PAGE TABS*/

#suntb {
  float:left;
  width:100%;
  font-size:100%;
  line-height:normal;
  }
#suntb  ul {
  margin:0;
  padding:0px;
  list-style:none;
  }
#suntb  li {
  float:left;
  background:url("Images/s_left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  width:112px;
  height:20px;
  }
#suntb  a {
  float:left;
  display:block;
  background:url("Images/s_right.gif") no-repeat right top;
  padding:3px 3px 0 0;
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
  height:20px;
  text-align:center;
  vertical-align:middle;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#suntb  a {float:none;}
/* End IE5-Mac hack */
#suntb  a:hover {
  color:#dee1e3;
  }
#suntb  #current {
  background-image:url("Images/s_left_on.gif");
  }
#suntb  #current a {
  background-image:url("Images/s_right_on.gif");
  color:#333;
  }

  

/*FOOTBALL RESULT TABS*/
#fball {
  float:left;
  width:100%;
  font-size:100%;
  line-height:normal;
  background-color:#666;
  }
#fball ul {
  margin:0;
  padding:0px;
  list-style:none;
  }
#fball li {
  float:left;
  margin:0;
  width:78px;
  height:18px;
  background-color:#666;
  padding-top:3px;
  border-left:1px solid #FFF;
  }
#fball a {
  float:left;
  display:block;
  text-decoration:none;
  font-weight:bold;
  color:#FFF;
  text-align:center;
  vertical-align:middle;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#fball a {float:none;}
/* End IE5-Mac hack */
#fball a:hover {
  color:#FFF;
  }
#fball #current {
  background-color:#d9d9d9;
  }
#fball #current a {
  background-color:#d9d9d9;
  color:#FFF;
  }
