#menu {
	display: block;
	width: 1000px;
	height: 30px;
	background: url(menu.png) 0 -30px no-repeat;
	/*margin: 10px 0 0 0;*/
	margin: 0 0 0 0;
	position: relative;
	z-index: 20;
}
#menu.home {
	background: url(menu.png) 0 0px no-repeat;
}
#menu ul {
	float: left;
	margin: 0 0 0 5px;
	display: inline;
	height: 30px;
	width: 775px;
}
#menu ul li {
	position: relative;
	float: left;
	display: block;
}
#menu ul li a {
	float: left;
	display: block;
	height: 30px;
	line-height: 30px;
	color: #444;
	font-weight: bold;
	padding: 0 10px 0 10px;
	background: url(menu_l.png) no-repeat right;
}
#menu ul li a:hover {
	background: url(nav-active-sprite.png) 0 -30px repeat-x;
	color: #444!important ;
}
#menu ul li.active a.main_nav_item {
	color: #fff;
}
#slideshows-page #menu ul li.active a.main_nav_item {
	color: #444;
}
#small-business-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -150px repeat-x;
}
#personal-finance-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -120px repeat-x;
}
#careers-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 0px repeat-x;
}
#lifestyle-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -180px repeat-x;
}
#news-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -90px repeat-x;
}
#tv-video-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -210px repeat-x;
}
#events-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -210px repeat-x;
}
#lists-page #menu ul li.active a.main_nav_item {
	background: url(nav-active-sprite.png) 0 -210px repeat-x;
}
#menu ul li.current-cat li a {
	color: #444;
}
#menu ul li.current-cat li a:hover {
	color: #000;
}
/* sub menu style */
#menu ul ul {
	float: none;
	display: none;
	position: absolute;
	top: 29px;
	left: -1px;
	background: #fff;
	margin: 0 0 0 0;
	padding: 5px 5px 10px 5px;
	border: 1px solid #ddd;
	border-top: 0;
	height: auto;
	width: 190px;
	z-index: 10;
	font-size: 11px;
}
#menu ul ul ul {
	top: -5px;
	left: 150px;
	border: 1px solid #ddd;
}
#menu ul ul li {
	float: none;
	display: block;
	border-right: 0;
	position: relative;
}
#menu ul ul li a {
	float: none;
	display: block;
	font-weight: bold;
	color: #444;
	height: 22px;
	line-height: 22px;
	position: static;
	padding: 0 5px 0 5px;
	margin: 1px 0 0 0;
	background: none;
	border-bottom: 1px dotted #ddd;
}
#menu ul ul li a:hover {
	background: #eee;
	color:#000
}
/* Search form fo header area */
.searchform {
	overflow: hidden;
	display: block;
	float: right;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
	height: 20px;
	width: 210px;
}
.searchform input {
	vertical-align: middle;
}
.searchfield {
	width: 133px;
	height: 15px;
	background: url(search_field.png) no-repeat;
	font-size: 0.9em;
	color: #666;
	padding: 3px 0px 2px 3px;
}
.searchbutton {
	width: 60px;
	height: 20px;
	background: url(search_go.png) no-repeat top;
	cursor: pointer;
	margin: 0 0 0 -5px;
}
.searchbutton:hover {
	background: url(search_go.png) no-repeat bottom
}

