#outerfav { display: none;}
#openme { 
display: block;
background-color: transparent; 
height: 20px;
}
a.exp {
font:10px/14px verdana, arial, georgia, sans-serif;
padding: 2px 4px 3px 4px;
text-decoration: none;
font-weight: normal;
border-top: 1px solid white;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-left: 1px solid white;
background-color: silver; 
}
a.exp:hover {
background-color: gray; 
}	
a.exp:active {
border-top: 1px solid white;
border-right: 1px solid gray;
border-bottom: 1px solid gray;
border-left: 1px solid white;
background-color: silver; 
color : white;
}