/* CSS Document */

#topmenu{
	list-style-type: none;
	margin: 0em;
	padding: 0em;
	background-color: white;
}
/*
#topmenu li:first{
	border-left: 1px solid #999999;
}
*/
#topmenu li{
	float: left;
	display: block;
	width: 11%;
	text-align: center;
	background-image: url(../images/menubg.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	border-right: 1px solid #999999;
	padding: 0px;
}

#topmenu li a{
	display: block;
	line-height: 7em;
	margin: auto;
	text-align: center;
}
li.first {
  border-left: 1px solid #999999;
}

/* Following rule allows entire region of link to to be
	clickable in IE/Win. Holly Hack explained here:
	http://www.positioniseverything.net/explorer/escape-floats.html */
* html #topmenu li a  {
	width:1%;
}

#topmenu li strong {
	display: block;
	line-height: 7em;
	margin: auto;
	text-align: center;
	background-image: url(../images/menubg_active.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
	color: #996633;
}

#topmenu li strong a{
  color: #996633;
}

/*
#topmenu li:first strong{
	border-left: 1px solid #999999;
}
*/
#topmenu li:hover{
	background-image: url(../images/menubg_hover.gif);
	background-position: bottom left;
	background-repeat: repeat-x;
}

