.topNav {
	font-family: Verdana, Helvetica;
	font-size: 15px;
	color: 666666;
	text-decoration: none;
}
a.topNav:link {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: 666666;
	text-decoration: none;
}
a.topNav:visited {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: 666666;
	text-decoration: none;
}
a.topNav:hover {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: 8C2400;
	text-decoration: none;
}
a.topNav:active {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: 666666;
	text-decoration: none;
}
.currentThumbnail {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #8C2400;
	padding-top: 3px;
}
a.currentSection:link {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C2400;
}
a.currentSection:visited {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: #666666;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C2400;
}
a.currentSection:hover {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: #8C2400;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C2400;
}
a.currentSection:active {
	font-family: Verdana, Helvetica, Arial;
	font-size: 15px;
	color: #8C2400;
	text-decoration: none;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #8C2400;
}


/* Top navigation style */
/* ************************************* */

#navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#navigation #dropdown {
  height: 1.4em;
  padding: 0;
}

#navigation li {
  position: relative;
  float: left;
  line-height: 1em;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 120px; /* IE only, for some strange reason */
}

#navigation li.first,
#navigation li.firstover {
  border-left: none;
  width: 120px;
}

#navigation li a {
  display: block;
  padding: 3px 5px 5px 5px;
  line-height: 1em;
  color: 666666;
  font-family: Verdana, arial, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

#navigation li a:hover {
  color: 8C2400;
}

#navigation li ul {
  position: absolute;
  display: none;
  width: 120px;
  left: -1px;
  background: #white; 
}

#navigation li:hover ul, 
#navigation li.over ul,
#navigation li.firstover ul {
  display: block;
}

#navigation li ul li {
  float: none;
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}

#navigation li ul li a {
  padding: 3px 10px 5px 10px;
  margin: 0;
  text-decoration: none;
  font-style:italic;
  font-size:12px;
  border-right: solid #666666 1px;
  border-left: solid #666666 1px;
  background: #F8F8DB;
  
  /* stupid f***ing IE */
  width: 120px;
}

#navigation li ul li > a {
  width: auto;
}

#navigation li ul li a:hover {
  background: #F8F8DB;
  color: 8C2400;
}

a.bloglink {
	border: 1px solid #666666;
	padding: 5px 20px;
	text-transform: uppercase;
	text-decoration: underline;
}
