/* topnav.css */
#hdr { width: 725px; height: 33px; padding: 0 5px; margin: 0 0 22px 2px; background:url(../images/nav/curves.jpg) top left no-repeat; position: relative; z-index: 150; }
#hdr ul { margin: 0; padding: 0; list-style: none; }
#hdr ul li { float: left; }
#hdr ul li a { display: block; height: 33px; text-indent: -1000em; background-postion: top left; background-repeat: no-repeat; position: relative; z-index: 250; }

#hdr ul li a:hover, #hdr ul li em a, #hdr ul li a.on { background-position: 0 -33px; }

#hdr ul li.current a { background-position: 0 -33px; }

#hdr ul li#home a { width: 105px; background-image: url(../images/nav/home.jpg); }

#hdr ul li#for_work a { width: 106px; background-image: url(../images/nav/for_work.jpg);  }

#hdr ul li#for_you a { width: 106px; background-image: url(../images/nav/for_you.jpg);  }

#hdr ul li#products a { width: 106px; background-image: url(../images/nav/products.jpg);  }

#hdr ul li#news a { width: 106px; background-image: url(../images/nav/news.jpg); }

#hdr ul li#signup a { width: 196px; background-image: url(../images/nav/newsletter.jpg);  }



#signdrop { display: block; background: url(../images/signupbg.png) top left no-repeat;  width: 197px; height: 245px; position: absolute; right: 4px; top: 0; z-index: 200; }
#signdrop form { padding: 44px 0 0 20px; line-height: 10px; }

#signdrop_msg
{
	display: block;
	position: absolute;
	width: 160px;
	left: 20px;
	top: 35px;	
	font-size: 10px;
	color: #fff;
	line-height: 13px;
}