#menu {
	display: block;
	width: 1000px;
	height: 30px;
	background: url(img/menu.png) 0 -30px no-repeat;
	margin: 10px 0 0 0;
	position: relative;
	z-index: 20;
}

#menu.home {
	background: url(img/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(img/menu_l.png) no-repeat right;
}

#menu ul li a:hover {
	background: url(img/2ndDate/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(img/2ndDate/nav-active-sprite.png) 0 -150px repeat-x;
}

#personal-finance-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/nav-active-sprite.png) 0 -120px repeat-x;
}

#careers-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/nav-active-sprite.png) 0 0px repeat-x;
}

#lifestyle-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/nav-active-sprite.png) 0 -180px repeat-x;
}

#news-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/nav-active-sprite.png) 0 -90px repeat-x;
}

#tv-video-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/nav-active-sprite.png) 0 -210px repeat-x;
}

#events-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/nav-active-sprite.png) 0 -210px repeat-x;
}

#lists-page #menu ul li.active a.main_nav_item {
	background: url(img/2ndDate/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 */

#be_search .container {
    padding: 9px 0 0 35px;
}
.searchform{
	overflow: hidden;
	display: block;
	padding: 0 0 0 0;
	margin: 5px 0 0 0;
}

.searchform input {
	vertical-align: middle;
}

.searchfield {
	width: 170px;
	height: 12px;
        background: #fff;
	font-size: 1em;
	color: #bbb;
	padding: 3px 8px 2px 3px;
        border: 2px inset;
        text-transform: uppercase;
        letter-spacing: .03em;
        font-weight: bold;
}

.searchbutton {
	width: 64px;
	height: 26px;
	background: url(img/be100s/searchbtn.gif) no-repeat top;
	cursor: pointer;
	margin: 0;
        position:  relative;
        top: -3px;
}

