@charset "utf-8";
body {
	background-color: transparent;
}
#nav {
	background-image: url(../images/navbg.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 745px;
	padding:0 13px 0 12px;
}
#nav li {
	float: left;
	height: auto;
	width: auto;
	list-style-type: none;
	margin: 13px 18px 0 18px;
	display: inline;
}

