.nav-menu{
	height: 38px;
}

#nav-menu{
	background-color: #a6a7aa;

}

#nav-menu ul
{
	list-style: none;
	padding: 0;
	margin: auto;
	text-align: center;
	position: relative;
	width:810px;
	
}
table{
	border: 0;
}

table td{
	border: 0;
}

#nav-menu li
{
	float:left;
	margin: 0;

}

#nav-menu li a
{
	background: url(menu.png) transparent bottom left repeat-x;
	height: 32px;
	line-height: 32px;
	float:left;
	width: 200px;
	display: block;
	border: 0.1em solid #787676;
	border-left-width: 0px;
	color: #ffffff;
	font-family: arial;
	text-decoration: none;
	text-align: center;
}

#nav-menu li .first{
	border-left-width: 1px;
}

#header{
	background: url(header.png) #ffffff bottom left repeat-x;
}

#nav-menu .submenu ul{
	position:absolute;
	top:34px;
	display:none;
}

#nav-menu .submenu ul li{
	float:none;
}

#nav-menu .submenu ul li a{
	float:none;
}

#nav-menu .submenu:hover ul{
	display:block;
}

#nav-menu ul li a:hover{
	color: #fffe82;
}

#title{
	background: url(menu.png) transparent bottom left repeat-x;
	height: 32px;
	line-height: 32px;
	width: 800px;
	margin:auto;
	text-align: center;
	font-family: arial;
	color: #ffffff;
}