.nav-wrapper {
	height:31px;
}
.topnav {
	font-size:12px;
	background: #fff url(http://www.your-familyhistory.com/images/nav/nav_bg.png) repeat-x;
	background: #fff url(http://www.your-familyhistory.com/images/nav/nav_bg.png) repeat-x;
	float: left;
	width: 958px;
}
.topnav-left {
	background: url(http://www.your-familyhistory.com/images/nav/nav_left.png) no-repeat top left;
	float: left;
	width: 11px;
	height: 31px;
	
	
}
.topnav-right {
	background: url(http://www.your-familyhistory.com/images/nav/nav_right.png) no-repeat top right;
	float: left;
	width: 11px;
	height: 31px;
}
.topnav ul {
	/*width: 648px;*/
	height: 28px;
	float: left;
	margin: 0 !important;
	padding-left:0px !important;
	padding-top: 3px !important;
	list-style: none;
}
.topnav li {
	float: left;
	padding: 0 7px;
	background: url(http://www.your-familyhistory.com/images/nav/split.png) no-repeat right center;
	position: relative;
	z-index: 100;
}
.topnav li.last {
	background:none;
}
.topnav li:hover {
	z-index:101;
}
.topnav li a {
	color:white !important;
	display: block;
	overflow: hidden;
	float: left;
}
a .menu-left {
	background: url(http://www.your-familyhistory.com/images/nav/menu_left.png) no-repeat left top;
	width: 8px;
	height: 28px;
	display: block;
	float: left;
}
a .menu-mid {
	background: url(http://www.your-familyhistory.com/images/nav/menu_mid.png) repeat-x top left;
	height: 28px;
	line-height: 26px;
	display: block;
	float: left;
}
a .menu-right {
	background: url(http://www.your-familyhistory.com/images/nav/menu_right.png) no-repeat top left;
	width: 8px;
	height: 28px;
	display: block;
	float: left;
}
.topnav li a:hover .menu-left,
.topnav li.active a .menu-left,
.topnav li:hover a .menu-left,
.topnav li a:hover .menu-mid,
.topnav li.active a .menu-mid,
.topnav li:hover a .menu-mid,
.topnav li a:hover .menu-right,
.topnav li.active a .menu-right,
.topnav li:hover a .menu-right {
	background-position: 0 -37px;
}
.topnav li a:hover,
.topnav li.active a,
.topnav li.hover a,
.topnav li:hover a {
	color: #09548B !important;
}
.topnav li:hover .sub,
.topnav li.hover .sub {
	display:block;
}
.topnav li .sub {
	display: none;
	position: absolute;
	top: 27px;
	left: 6px;
	background: url(http://www.your-familyhistory.com/images/nav/submenu_top.png) no-repeat;
	width: 186px;
	padding-top: 9px;
}
.topnav li ul {
	background: url(http://www.your-familyhistory.com/images/nav/submenu_bg.png) repeat-y;
	width: 162px;
	height: auto;
	margin: 0;
	padding: 0 12px 10px;
	list-style: none;
}

.topnav li:hover li,
.topnav li.active li {
	width: 100%;
	padding: 1px 0 2px;
	border-bottom: 1px #C1D9F0 dashed;
	background: none !important;
}
.topnav li:hover li a,
.topnav li.active li a {
	color: #09548B !important;
	background: none !important;
	line-height: normal;
	width: 156px;
	padding: 8px 3px 3px;
	text-indent: 1px;
}
.topnav li:hover li a:hover,
.topnav li.active li a:hover {
	color: #fff !important;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/*IE*/
.topnav li li a:hover,
.topnav li li a:hover {
	color: #fff !important;
	background: #165B9F !important;
	text-decoration: none;
	line-height: normal;
}
/**/
.topnav .btm-bg {
	background: url(http://www.your-familyhistory.com/images/nav/submenu_bottom.png) no-repeat;
	width: 205px;
	height: 9px;
	overflow: hidden;
	clear: both;
}
