.showlist
{
display:block;
position:static;
float:right;
right:0;
top:10;
height:20px;
width:160px;
border-radius:4px;
background:#ee8;
box-shadow:1px 1px 1px 1px #444;
text-align:center;
}
.showlist:hover .list
{
display:block;
position:relative;
right:100;
border-radius:5px;
margin-top:-1px;
margin-left:10px;
padding:10px;
background:#ffffbb;
opacity:.97;
filter:alpha(opacity=97);
width:200px;
min-height:120px;
max-height:600px;
overflow:auto;
text-indent:0px;
z-index:10;
}
.showlist:active .list
{
display:block;
position:relative;
right:100;
border-radius:5px;
margin-top:-1px;
margin-left:10px;
padding:10px;
background:#ffffbb;
opacity:.97;
filter:alpha(opacity=97);
width:200px;
min-height:120px;
max-height:600px;
overflow:auto;
text-indent:0px;
z-index:10;
}
.list:hover
{
display:block;
position:relative;
}
.list
{
display:none;
box-shadow:2px 2px 2px 2px #444;
text-align:left;
}
