﻿#nav-menu
{
	width:45em;
	padding: 0;
	margin: 0 auto;
	list-style-type: none;
}
#nav-menu li
{
	float: left;
	margin: 0 0.15em;
}
#nav-menu a
{
	background: url(../images/buttons/nav-menu.gif) #fff bottom left repeat-x;
	height: 2em;
	line-height: 2em;
	width: 8em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #0d2474;
	text-decoration: none;
}
#nav-menu a:hover
{
text-decoration: underline;
}