/* CSS Document */
 a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}
  div.row span.left {
  float: left;
  text-align: left;
  width: 290px;
  }
  div.row span.right {
  float: left;
  }
   #header {
	float:left;
    background:#FFFFFF
    font-size:93%;
	line-height:normal;
    }
    #header ul {
    margin:0;
    padding:10px 10px 0;
    list-style:none;
	white-space: nowrap;
    }
   #header li {
    float:left;
    background:url("images/menu_left.jpg")
      no-repeat left top;
    margin:0;
    padding:0 0 0 9px;
    }
   #header a, #header strong, #header span {
	display:block;
	background:url("images/menu_right.jpg")
      no-repeat right top;
	padding:5px 15px 4px 6px;
	color: #666666;
	font-size: 12px;
	font-weight:bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-variant: normal;
	font-style: normal;
    }
   #header a:hover {
	color:#FFFFFF;
	font-style: normal;
	font-family: Geneva, Arial, Helvetica, sans-serif;
      }
	  /* Commented Backslash Hack
     hides rule from IE5-Mac \*/
   #header a {
    float:left;
    display:block;
    padding:5px 15px 4px 6px;
    text-decoration:none;
    font-weight:bold;
    color:#666666;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 12px;
	font-variant: normal;
}
  /* End IE5-Mac hack */
   #header #current {
	background-image:url("images/menu_left_on.jpg");
	border-width:0;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
    }
   #header #current a {
	background-image:url("images/menu_right_on.jpg");
	padding-bottom:5px;
	color: #000000;
	font-style: normal;
	font-size: 12px;
	font-weight: bold;
	font-family: Geneva, Arial, Helvetica, sans-serif;
    }
