body {
	behavior: url(csshover.htc); /*winIE behavior call */
	margin-top: 4px;
	margin-left: 4px;
}
#nav {
	float: left;
	border: 1px solid #FFFFFF;
	background-color: #dddddd;
	margin: 0px;
	width: 955px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	background-color: #dddddd;
	border-top: 0px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	border-bottom: 0px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#nav li {
	list-style-type: none;
	position: relative;
	margin: 0px;
	float: left;
	width: 100px;
	line-height: 12px;
}
#nav ul ul li {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav ul.level2 {
	left: -1px;
	top: 16px;
}
#nav li:hover {
	background-color: #eee;
}
#nav li.submenu {
	background-color: #dddddd;
	border-right: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}
#nav li.submenu a:hover {
	background-color: #eeeeee;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
#nav li a {
	display: block;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 4px;
	text-decoration: none;
	width: 96px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: bold;
	color: #336699;
	text-align: center;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
}
nav>ul a{
	width:auto;
}
#nav ul ul {
	position: absolute;
	top: 0px;
	left: 100px;
	display: none;
	width: 100px;
}
#nav ul.level1 li.submenu:hover ul.level2 {
	display: block;
}
.pageClear {
	float: left;
}
