
#navmenu {
	list-style: none;
	padding: 0;
	margin: 0;
	height: 90px;
	background-image: url(./images/menubg.jpg);
	position: relative;
}
#navmenu span {
	display: none;
	position: absolute;
}
#navmenu a {
	display: block;
	text-indent: -900%;
	position: absolute;
	outline: none;
}
#navmenu a:hover {
	background-position: left bottom;
}
#navmenu a:hover span{
	display: block;
}

#navmenu .logo {
	width: 100px;
	height: 90px;
	background: url(./images/nd_logo.gif) no-repeat;
	left: 0px; /*first link, set left: = width of leftsection - name logo*/
	top: 0px;
}

#navmenu .namelogo {
	width: 130px;
	height: 90px;
	background: url(./images/nd_name_logo.gif) no-repeat;
	left: 100px; /*first link, set left: = name logo*/
	top: 0px;
}



#navmenu .homenew {
	width: 100px;
	height: 40px;
	background: url(./images/home_new.gif) no-repeat;
	left: 230px; /*first link, set left: = width of leftsection */
	top: 60px;
}

#navmenu .babytipsnew {
	width: 100px;
	height: 40px;
	background: url(./images/baby_tips_new.gif) no-repeat;
	left: 330px; 
	top: 60px;
}

#navmenu .babylistsnew {
	width: 100px;
	height: 40px;
	background: url(./images/lists_new.gif) no-repeat;
	left: 430px; 
	top: 60px;
}

#navmenu .blognew {
	width: 100px;
	height: 40px;
	background: url(./images/blog_new.gif) no-repeat;
	left: 530px; 
	top: 60px;
}



#navmenu .home {
	width: 72px;
	height: 30px;
	background: url(./images/home.gif) no-repeat;
	left: 230px; /*first link, set left: = width of leftsection */
	top: 60px;
}

#navmenu .home span {
  width: 90px;
  height: 20px;
  background: url(./images/home-over.gif) no-repeat;
  left: 0px;
  top: -20px;
}

#navmenu .babytips {
	width: 72px;
	height: 30px;
	background: url(./images/babytips.gif) no-repeat;
	left: 302px; /*first link, set left: = width of leftsection+width*1 */
	top: 60px;
}

#navmenu .babytips span {
  width: 90px;
  height: 20px;
  background: url(./images/tips-over.gif) no-repeat;
  left: 0px;
  top: -20px;
}

#navmenu .giftideas {
	width: 72px;
	height: 30px;
	background: url(./images/giftideas.gif) no-repeat;
	left: 374px; /*first link, set left: = width of leftsection+width*1 */
	top: 60px;
}

#navmenu .giftideas span {
  width: 90px;
  height: 20px;
  background: url(./images/gift-over.gif) no-repeat;
  left: 0px;
  top: -20px;
}
#navmenu .babylists {
	width: 72px;
	height: 30px;
	background: url(./images/lists.gif) no-repeat;
	left: 374px; /*first link, set left: = width of leftsection+width*1 */
	top: 60px;
}

#navmenu .babylists span {
  width: 90px;
  height: 20px;
  background: url(./images/list-over.gif) no-repeat;
  left: 0px;
  top: -20px;
}

#navmenu .blog {
	width: 72px;
	height: 30px;
	background: url(./images/blog.gif) no-repeat;
	left: 446px; /*first link, set left: = width of leftsection+width*1 */
	top: 60px;
}

#navmenu .blog span {
  width: 90px;
  height: 20px;
  background: url(./images/blog-over.gif) no-repeat;
  left: 0px;
  top: -20px;
}


#navmenu .about {
	width: 131px;
	height: 51px;
	background: url(images/about.gif) no-repeat;
	left: 518px;
	top: 97px;
}
#navmenu .about span {
	width: 40px;
	height: 12px;
	background: url(images/about-over.gif) no-repeat;
	left: 44px;
	top: 54px;
}
#navmenu .rss {
	width: 112px;
	height: 47px;
	background: url(images/rss.gif) no-repeat;
	left: 588px;
	top: 94px;
}
#navmenu .rss span {
	width: 92px;
	height: 20px;
	background: url(images/rss-over.gif) no-repeat;
	left: 26px;
	top: -20px;
}

#banneradhp {
	width: 468px;
	height: 60px;
	left: 600px;
	top: 10px;
}
