
a.icon{
    width:120px;
    height:120px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
    z-index: 99999;
}
.user a.icon{
    background:transparent url(../images/user.html) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images/home.html) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.html) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../images/camera.html) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../images/fav.html) no-repeat 0px 0px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:120px;
    height:120px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:147px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:80px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    display: none;
}
.item p.active{
    display: none;
}
.item ul{
    list-style:none;
    position:absolute;
    top:30px;
    left:75px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:100px;
    text-shadow:1px 1px 1px #fff;
}
.item ul li a:hover{
    background-color:#fff;
    color:#444;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    -moz-box-shadow:1px 1px 4px #666;
    -webkit-box-shadow:1px 1px 4px #666;
    box-shadow:1px 1px 4px #666;
}
