/* CSS Document */
ul,li{
margin:0;
padding:0;
border:0;
}
li{
list-style:none;
}

.flip{
width:176px;
height:30px;
line-height:30px;
font-size:12px;
color:#e7eef7;
border-bottom:#e7eef7 solid 1px;
}

.panel{
width:176px;
height:auto;
overflow:hidden;
margin-top:3px;
display:none;
}
.panel a{
display:block;
width:176px;
height:20px;
line-height:20px;
font-size:10px;
color:#e7eef7;
border-bottom:#1d272d solid 1px;
text-decoration:none;
background-color:#2d3940;
}
.panel a:hover{
display:block;
width:176px;
height:20px;
line-height:20px;
font-size:10px;
color:#ffffff;
border-bottom:#1d272d solid 1px;
text-decoration:none;
background-color:#4f6570;
}