@charset "utf-8";
/* CSS Document */
#navsite {
	width: 960px;
	padding:0px;
	height: 46px;
	float: left;
	margin-left: 20px;
}

#menu
{
	padding:0;
	color:#000;
	font-family: Calibri, Tahoma;
	list-style-type:none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0;
	font-size: 13px;
	font-weight: normal;
}
#menu li {display:inline;}
#menu li a
{
	color:#000;
	text-decoration:none;
	float:left;
	background-image: url(../images-inside/wadhurst-dentist_09.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	line-height: 46px;
	margin-right: 26px;
}
#menu li a:hover
{
	color:#595DA2;
	background-image: url(../images-inside/wadhurst-dentist-over_09.png);
	background-position: center bottom;
	background-repeat: no-repeat;
}

