/* Header */

.menu_align_right {
	float: right;
}
.topBody #header {
	padding: 0px;
	background-color: #FFFFFF;
}
.topBody #header h1 {
	margin: 0px;
	padding: 10px 0;
}
.topBody #header #header_top {
	height: 105px;
	width: 100%;
	background-image: url(top_header.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.topBody #header #header_top img {
	padding: 0px;
	margin: 0px;
}
.topBody #header #header_middle {
	height: 100px;
	width: 100%;
}
.topBody #header #header_middle #mainLogo {
	width:780px;
	float:left;
}
.topBody #header #header_advertisement {
	text-align: center;
}
.topBody #header #header_canoe {
	float:	right;
	clear:	right;
	width:	240px;
	margin-top: 30px;
}
.topBody #header #search_box {
	width: 205px;
	float:right;
	text-align:right;
}
.topBody #header #searchOptions {
	color:#555555;
	float:left;
	font-size:12px;
	font-weight:bold;
	height:15px;
	margin-top:0;
	padding-top:25px;
}
.topBody #header #headerimg {
	float: left;
	z-index:2;
	background:#ffffff;
	width:90px;
	height:69px;
}
.topBody #header #search_box #inputBackground {
	border: 0px;
	padding: 0px;
	margin-top: 0px;
	width: 205px;
	height: 27px;
	/* background-image: url(inputbox.png); */
	background-image: url(searchbox-bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	float: right;
}
.topBody #header #search_box form {
	border: 0px;
	margin: 0px;
	width: 360px;
	padding: 0px;
	float: right;
}
.topBody #header #search_box form ul {
	list-style: none;
	margin-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}
.topBody #header #search_box form ul li {
	display: inline;
}
.topBody #header #search_box #inputBackground #search_input {
	/*	IE has a problem with this line:	*/
/*	background: transparent none repeat scroll 0 0;	*/
	background: none;
	float: left;
	border: 0px;
	margin-top: 4px;
	margin-bottom: 11px;
	margin-left: 15px;
	margin-right: 0px;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	width: 147px;
}
.topBody #header #search_box #inputBackground #searchButton {
	margin: 0px;
	padding: 0px;
	width:40px;
}
.topBody #header #printHeader {
	display: none;
	height: 90px;
	margin-left: 20px;
	margin-right: 20px;
	width: 96%;
	text-align: right;
}
.topBody #header #header_navigation {
	background-image: url(navigation_bar.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 40px;
	width:990px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
	margin-top: 0;
	float:left;
	height:42px;
}
.topBody #header #header_navigation_community {
	background-repeat: no-repeat;
	background-position: left top;
	height: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
.topBody #header #header_navigation #signIn {
	margin-top: 8px;
	margin-left: 20px;
	margin-bottom: 5px;
	width: auto;
	height: 10px;
	font-size: 0.65em;
	float: left;
	clear: left;
}
.topBody #header #header_navigation #signIn a:link {
	color: #40bde9;
	text-decoration: none;
}
.topBody #header #header_navigation #signIn a:active {
	color: #40bde9;
	text-decoration: none;
}
.topBody #header #header_navigation #signIn a:visited {
	color: #40bde9;
	text-decoration: none;
}
.topBody #header #header_navigation #signIn a:hover {
	color: #ec7e01;
	text-decoration: underline;
}
.topBody #header #header_navigation #rightLinks {
	background-color:#e7faff;
	padding-top: 0px;
	width: 978px;
	font-size: 11px;
	text-transform: uppercase;
	height:18px;
	margin:15px 4px 2px 6px;
}
.topBody #header #header_navigation #rightLinks a {
	padding-left: 5px;
	padding-right: 5px;
}
.topBody #header #header_navigation #rightLinks span {
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	font-weight:bold;
	color: #999999;
}
.topBody #header #header_navigation #rightLinks a:link {
	color: #ed7103;
	text-decoration: none;
	vertical-align: middle;
}
.topBody #header #header_navigation #rightLinks a:active {
	color: #5c5c5c;
	text-decoration: none;
}
.topBody #header #header_navigation #rightLinks a:visited {
	color: #ed7103;
	text-decoration: none;
}
.topBody #header #header_navigation #rightLinks a:hover {
	color: #ec7e01;
	text-decoration: underline;
}
/* header end */

.topnav {
	z-index:2;
	background:#EFF6D9;
	width:990px;
	height:32px;
	clear: both;
	float:left;
}
.topnav ul {
	z-index:50;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.topnav ul li.top {
	height:33px;
	position:relative;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px !important;
}
.topnav ul li.on {
	background-color:#f6f6f6;
}
.topnav ul li.top p {
	text-align:center;
	font-size:16px;
	color:#999999;
	padding:9px;
	margin:0px;
}
.topnav ul li.last p {
	padding-right:0px;
}
.topnav ul li.top p a {
	color:#ed7103;
	text-decoration:none;
	font-size:15px;
	font-weight:bold;
}
.topnav ul li.top p a.on {
	color:#ed7103;
}
.topnav ul li.top p a:hover {
	color:#ed7103;
}
.topnav ul li.top p a:visited {
	color:#ed7103;
}
/*	IE6, IE7 (right-floating menus not working)...this seems to work fine with Firefox, IE8 and Safari as well	*/
/*	Start	*/

.topnav ul div.sub {
	background-color:#f6f6f6;
	z-index:5;
	padding:0px;
	margin:0px;
	top:33px;
	left:0px;
	position: absolute;
}
#ParentTime {
	left: -228px! important;
}
#Health {
	left: -266px! important;
}
#Food {
	left: -102px! important;
}
#CraftsFun {
	left: -225px! important;
}
#InYourCity {
	left: -4px! important;
}
/*	End	*/


/*	Firefox, IE8, Safari (clean solution)	*/
/*
.topnav ul div.sub {background-color:#f6f6f6; z-index:5; padding:0px; margin:0px; top:33px; left:0px;}
*/


.topnav ul ul {
	display:block;
	width:168px !important;
	border-top:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.topnav ul ul li.subnav {
	margin-left:0px !important;
	display:block;
	list-style:none;
}
.topnav ul ul li.subnavOn {
	display:block;
	background-color:#F6F6F6;
}
.topnav ul ul li.subnav p {
	text-align:left;
	width:150px !important;
	background-color:#F6F6F6;
	padding:4px 0px 0px 17px !important;
	margin:0px !important;
}
.topnav ul ul li.subnav p.topics {
	font-weight:bold;
	text-transform:uppercase;
	color:#555555;
	font-size:12px;
	text-align:left;
	width:150px !important;
	background-color:#F6F6F6;
	padding:10px 0px 0px 17px !important;
	margin:0px !important;
}
.topnav ul ul li.adnav p {
	padding-bottom:0px !important;
}
.topnav ul ul li.subnav p a {
	font-weight:bold;
	text-transform:none !important;
	color:#ED7103;
	text-decoration:none;
	font-size:12px;
}
.topnav ul ul li.subnav p a:hover {
	text-decoration:underline;
}
.topnav ul ul li.subnav p a.on {
	color:#ed7103;
}
.topnav ul ul li.subnavOn p {
	background-color:#f6f6f6;
}
.topnav ul ul li.subnavOn a {
	color:#ed7103 !important;
}
.sub {
	z-index:5;
}
.hiddenFrame {
	left:13px;
	z-index:4;
	position:absolute;
}
.lastHiddenFrame {
	left:-6px;
	z-index:4;
	position:absolute;
}
.hideMe {
	display:none;
}
.listleft {
	border-right:1px solid #e2e2e2;
}
#top_Baby {
	width:60px;
}
#top_Toddler {
	width:86px;
}
#top_Preschool {
	width:96px;
}
#top_SchoolAge {
	width:106px;
}
#top_TweenTeen {
	width:123px;
}
#top_Space {
	width:51px;
}
#top_ParentTime {
	width:110px;
}
#top_Health {
	width:72px;
}
#top_Food {
	width:68px;
}
#top_CraftsFun {
	width:113px;
}
.topnavSuper {
	z-index:50;
}
.topnav ul table {
	border:1px solid #e2e2e2;
	background-color: #F6F6F6;
}
.menunav {
	background-color:#eff6d9;
	margin: 0;
	height:28px;
	float:right;
}
.menunav ul {
	z-index:50;
	padding:0px;
	margin:0px 0px 0px 0px;
}
.menunav ul li.top {
	position:relative;
	float:left;
	list-style:none;
	padding:0px;
	margin:0px !important;
}
.menunav ul li.on {
	background-color:#f6f6f6;
}
.menunav ul li.top p {
	text-align:center;
	font-size:11px;
	color:#555555;
	padding: 0px;
	margin:0px;
}
.menunav ul li.top p a {
	color:#555555;
	text-decoration:none;
	font-size:10px;
	line-height:28px;
}
.menunav ul li.top p a.city {
	font-weight:bold;
}
.menunav ul li.top p a.on {
	color:#ed7103;
}
.menunav ul li.top p a:hover {
	color:#ed7103;
}
.menunav ul div.sub {
	background-color:#f6f6f6;
	width:80px;
	z-index:5;
	position:absolute;
	padding:0px;
	margin:0px;
}
.menunav ul ul {
	display:block;
	width:78px !important;
	border-top:0px;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
.menunav ul ul li.subnav {
	margin-left:0px !important;
	display:block;
	list-style:none;
}
.menunav ul ul li.subnavOn {
	display:block;
	background-color:#f6f6f6;
}
.menunav ul ul li.subnav p {
	text-align:left;
	background-color:#f6f6f6;
	padding:2px 0px 2px 7px !important;
	margin:0px !important;
}
.menunav ul ul li.subnav p a {
	font-weight:bold;
	text-transform:none !important;
	color:#000000;
	text-decoration:none;
	font-size:11px;
	line-height:15px;
}
.menunav ul ul li.subnav p a.on {
	color:#ed7103;
}
.menunav ul ul li.subnavOn p {
	background-color:#f6f6f6;
}
.menunav ul ul li.subnavOn a {
	color:#ed7103 !important;
}
#menu_Subscribe {
	width: 73px;
}
#menu_Space {
	width: 33px;
}
#menu_Newsletters {
	width: 74px;
}
#menu_Mobile {
	width: 65px;
}
#menu_Mutilmedia {
	width: 72px;
}
#menu_Forums {
	width: 65px;
}
#menu_Blogs {
	width: 62px;
}
#menu_Contests {
	width: 70px;
}
#menu_Offers {
	width: 65px;
}
#menu_InYourCity {
	z-index: 900;
	padding:0 10px;
}
.menunavSuper {
	z-index:50;
}
.menunav ul table {
	border:1px solid #e2e2e2;
}
