#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
}

.nav {
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: ccc;
	font-weight: bold;
	background-color: #909294;
	height: 40px;
	padding: 8 0 0 8;
	text-align: right;
	line-height: 12px;
	display: block;
	text-decoration: none;
}
#canvas .clear {
	clear: both;
}

#nav-menu li
{
float: left;
margin: 0 1px;
}

#nav-menu li a
{
background: #909294;
height: 2em;
line-height: 2em;
float: left;
width: 118px;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}

#nav-menu li a:hover
{
background: #000;
height: 2em;
line-height: 2em;
float: left;
width: 118px;
display: block;
color: #FFFFFF;
text-decoration: none;
text-align: center;
}

/* Hide from IE5-Mac \*/
#nav-menu li a
{
float: none
}
/* End hide */

#nav-menu
{
	width:770px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	float: inherit;
	background-color: BDC0C1;
	margin-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}
.filler {
	color: 000;
	background-color: 000;
	width: 18em;
	background: 000;
	display: block;
}

