.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}
.navigation .item{
    position:absolute;
}
.user{
    top:152px;
    left:290px;
}
.home{
   top:112px;
   left:423px;
}
.shop{
   top:150px;
   left:585px;
}
.camera{
   top:250px;
   left:702px;
}
.fav{
   top:410px;
   left:753px;
}
a.icon{
    width:150px;
    height:150px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.user a.icon{
    background:transparent url(../img/user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../img/home.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../img/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../img/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../img/fav.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px 0px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:110px;
    height:110px;
    opacity:0.1;
}
.item h2{
    position:absolute;
	font-family: 'Arial Black', Gadget, sans-serif;
    width:147px;
    height:52px;
    color:#FFFFFF;
    font-size:14px;
    top:-36px;
    left:10px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2.active{
    color:#fff;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:106px;
    left:25px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#FFFFFF;
    padding:3px;
    float:left;
    clear:both;
    width:196px;
    text-shadow:1px 1px 1px #CCCCCC;
}
.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;
}

