@charset "UTF-8";
/* CSS Document */
    ul#nav {
      list-style-type: none;
      overflow: auto;
      padding: 0;
      margin: 0;
    }
    ul#navrite {
      list-style-type: none;
      overflow: auto;
      padding: 0;
      margin: 0;
    }
    ul#nav li {
		float: left;
/*      border: 1px solid #333;  */
      border-bottom: none;
      margin: 0 5px;
    }
	ul#navrite li {
		float: right;
		border-bottom: none;
		margin: 0 5px;
	}

   ul li a {
      text-decoration: none;
	  color: #333;

    }
    ul li a:hover {
/*		color: #999	*/
	text-decoration: underline;
    }
	
	
	ul li a {
  display: block;
  text-decoration: none;
}


ul li a {
  display: block;
/*  padding: 5px 10px;*/
	padding-top:20px;
  text-decoration: none;
}


#opaq {
	opacity:0.4;
	filter:alpha(opacity=40); /* For IE8 and earlier */
}

/*RP next line fixes bug where firefox insists on putting space between table rows that containt img's.  Caused 
the galleries page to have spaces between the rows */
td img {display: block;}


/*
# refers to an id
. refers to class
tag is a tag
*/
