 #navcontainer {
   margin-top : 0px;
   margin-left : 0px;
   margin-bottom: 0.8em;
}

#navcontainer ul {
   list-style : none;
   margin : 0;
   padding : 0;
   text-align : center;
}



#navcontainer li a {
   color : #444;
   display : block;
   width : 103px;
   text-decoration : none;
   background : #deffff;
   padding : 2px 3px;
   border-left : 1px solid #84979C;
   border-bottom : 1px solid #84979C;
   border-right : none;
}

#navcontainer ul li a:hover {
   color : #000;
   background : #ccc;
}

#navcontainer a:active	{
   background : #9CB2B8;
   color : #fff;
}

/* EDITS */

#nav, #nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a {
	display: block;
	width: 110px;
}


#nav li {
	float: left;
	width: 110px;
}


/* This is for all browsers except for IE */
html>body #nav li ul{
	position: absolute;
	width: 110px;
	left: -999em;
	margin-left:0px;
	z-index: 10;

}

#nav li ul {
	position: absolute;
	width: 110px;
	left: -999em;
	margin-left: -58px;
	z-index: 10;
	
}
#nav li:hover ul {
	left: auto;
}

#nav li:hover ul, #nav li.sfhover ul {
	left: auto;
}


.page_item{
   border-right : 1px solid #84979C;
}

/* Pretty in Pink design by Viktor Persson | http://www.arcsin.se/
courtesy of http://icant.co.uk/csstablegallery/index.php */


caption {font-size: 1.2em; color: #F06; text-align: left;}
table  {margin: 0; padding: 0; border-collapse: collapse; width: 100%;}
table  {padding: 10px 4px; border-bottom: 1px solid #EEE;}
td + td {border-left: 1px solid #FAFAFA; color: #999;}
td + td + td {color: #666; border-left: none;}
td a {color: #444; text-decoration: none; text-align: right;}
tfoot th {text-align: right;}
th {text-align: left;}
th a {color: #F06; text-decoration: none; font-size: 1.1em;}
th a:visited {color: #F69;}
th a:hover {color: #F06; text-decoration: underline;}
thead tr, tfoot tr {color: #555; font-size: 0.8em;}
tr {font: 12px sans-serif; background: url(http://www.sally-hawkins.com/images/prettyinpink_row.png) repeat-x #F8F8F8; color: #666;}
tr:hover {background: #FFF;}


img {
border:0;
}

a img {
border: 0px;
}

a img {
border: none;
}

.flickr-image img { border: 0; }

/* W3C Code */
/* from http://www.sovavsiti.cz/css/w3c_buttons.html */


.w3cbutton3 {
  margin: 1em 0;
  width: 5em;
  border: 1px solid #ccc;
  font-family: helvetica,arial,sans-serif;
  font-size: 70%;
  font-weight: bold;
}
.w3cbutton3 a {
  display: block;
  border: 1px solid #ccc;
  width: 100%;
}
.w3cbutton3 a:link,
.w3cbutton3 a:visited,
.w3cbutton3 a:hover {
  background-color: #fc6;
  color: #000;
  text-decoration: none;
}
.w3cbutton3 span.w3c {
  padding: 0 0.4em;
  background-color: #fff;
  color: #0c479d;
}
