#stacksNav { 
width : 145px; 
height : 2px; 
position : fixed; 
bottom : 0; 
right : 0; 
padding : 5px 0px 17px 0; 
background : #003466; 
color : #fff; 
margin-right: 10px;
font : 10px "Verdana", Lucida, sans-serif; 
text-align : center; 
} 
.stack { 
position : fixed; 
bottom : 25px; 
right : 40px; 
} 
.stack > img { 
position : relative; 
cursor : pointer; 
padding-top : 35px; 
z-index : 2; 
} 
.stack ul { 
list-style : none; 
position : absolute; 
top : 5px; 
cursor : pointer; 
z-index : 1; 
} 

.stack ul li { 
position : absolute;
} 
.stack ul li img { 
border : 0; 
} 
.stack ul li span { 
display : none; 
z-index : 200;  
} 

.stack .openStack li span { 
font : 12px "Verdana", Lucida, sans-serif; 
display : block; 
height : 14px; 
width : 205px; 
position : absolute; 
top : 10px; 
right : 60px; 
line-height : 12px; 
border : 3px solid #555; 
background-color : #003466; 
padding: 3px 5px;
color : #fff; 
text-align : center; 
} 

/* IE Fixes */
#stacksNav { _position: absolute; }
.stack { _position: absolute; }
.stack ul { _z-index:-1; _top:-15px; }
.stack ul li { *right:5px; }
