/* ---- [
    !!** image.css used in conjunction with secureimage.css **!!
        The following CSS files use this to display images
            base.css
            module.css
        make sure to add the same id or class calls into secureimage.css
] ---- */

/* ---- [ base.css ] ---- */
#nav li a{background:transparent url(http://images.meredith.com/mwl/images/temp/shell/nav/tableft.gif) no-repeat scroll left top;}
#nav li a.firstItem{background:transparent url(http://images.meredith.com/mwl/images/temp/shell/nav/tableft_first.gif) no-repeat scroll left top;}
	#nav li a span{background:transparent url(http://images.meredith.com/mwl/images/temp/shell/nav/tabright.gif) no-repeat scroll right top;}
	#nav li a span.lastItem{background:transparent url(http://images.meredith.com/mwl/images/temp/shell/nav/tabright_last.gif) no-repeat scroll right top;}
	
	#nav li a:hover{background-position:0% -31px;}
		#nav li a:hover span{background-position:100% -31px;}	

