@charset "utf-8";
/* CSS Document */
/* separate lists from subsequent content */
div.outerwrap
{
	margin-bottom: 1em;
}

/* position list chunks side by side */
div.wrapper
{
	float: left;
	width: 110px;
}

div.wrapper a
{
	float: left;
	width: 110px;
}

/* clear float after lists */
br
{
  clear: left;
}
/* remove default spacing  to 
promote cross-browser consistency */
#headerdown ul
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

/* suppress normal list item numbering */
#headerdown ul li
{
	list-style-type: none;
	display: block;
	width: 140px;
	padding-right: 4px;
	padding-left: 4px;
}

/* generate new item numbers that 
continue from one list to the next */

/* anchor styling */
#headerdown ul li a
{
	text-decoration: none;
	list-style-type: none;
	color: #043A53;
	display: block;
	padding: 3px;
	font-weight: bold;
}
#headerdown ul li a:hover
{
	color: #FFF; /* white */
	background-color: #114862; /* brown */
	list-style-type: none;
	display: block;
}
