/* features */

#press ul#pnavi{
position: absolute;
top:200px;
width:600px;
height:30px;
overflow:hidden;
left: 18%;
background:url(http://www.lfstores.com/images/press_back.gif) no-repeat;
text-align:center;
}

/* navi common */
#press ul#pnavi li{
height:30px;
}

#press ul#pnavi li a:focus{
overflow:hidden;
}

/* navi a */
#press ul#pnavi li a{
position:absolute;
top:0px;
height:30px;
display:block;
text-indent:-9999px;
text-decoration:none;
text-align:center;
}

/* navi image style */
#press ul#pnavi li.sightings a{
width:192px;
left:0px;
background:url(http://www.lfstores.com/images/press_01.gif) no-repeat 0 0;
}
#press ul#pnavi li.editorials a{
width:217px;
left:192px;
background:url(http://www.lfstores.com/images/press_02.gif) no-repeat 0 0;
}
#press ul#pnavi li.features a{
width:191px;
left:409px;
background:url(http://www.lfstores.com/images/press_03.gif) no-repeat 0 0;
}

/* navi image on hover */
#press ul#pnavi li.sightings a:hover{
background-position:0 -30px;
}
#press ul#pnavi li.editorials a:hover{
background-position:0 -30px;
}
#press ul#pnavi li.features a:hover{
background-position:0 -30px;
}

#pressbk{
position: absolute;
background-color:#ffffff;
top:0px;
width:900px;
overflow:hidden;
text-align:center;
}

