#header {
	width: 960px;
	margin:0 auto;
	background: url(../images/headerBg.jpg) left top repeat-x;
	height:76px;
}

.headerLogo {
	float: left;
	width: 760px;
	height: 61px;
	padding: 13px 0 0 15px;
	position:relative;
}

.headerLogo a {
	float: left;
	display: block;
	text-indent: -9999em;
	background: url(../images/headerLogo.png) left center no-repeat;
	_background: url(../images/headerLogo2.gif) left center no-repeat;
	height:50px;
	width: 270px;
	margin: 0;
	overflow: hidden;
}

.nav {
	clear: both;
	background:url(../../../images/mmenu_bt.gif) repeat-x;
	height:36px;
}
.nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.nav ul li {
	float: left;
}

.nav ul li a {
	float:left;
	width:137px;
	font-size:15px;
	font-weight:bold;
	font-family:Verdana, Geneva, sans-serif;
	line-height:36px;
	text-align:center;
	text-decoration:none;
	background:url(../../../images/mmenu_bt.gif) 0 0;
	color:#fff;
}

.nav ul li a:hover {
	color:#000;
	background-position: 0 -37px;
}
.clearheight{overflow:hidden; height:0;}
