#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#nav-menu li
{
	float: left;
	margin: 0 0.15em;
	font-weight: bold;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#nav-menu li a
{
	background:  repeat-x left bottom;
	height: auto;
	line-height: normal;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #000000;
	text-decoration: none;
	text-align: center;
	font-size: 12px;
}
#nav-menu li a:hover
{
	background:  repeat-x left bottom;
	height: auto;
	line-height: normal;
	float: left;
	width: 7em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #000000;
	text-decoration: underline;
	text-align: center;
}

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

#nav-menu
{
	width:40em;
	margin-right: auto;
	margin-left: auto;
} 
