.navigation{
	width:870px;
    margin: 0px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
	float:left;
	margin-left:300px;

}
.navigation .item{
  position:absolute;
  	z-index:9999;


}
.user{
    top:120px;
  margin-left: 170px;
}
.home{
   top:120px;

}
.shop{
   top:120px;
     margin-left: 340px;
}
.camera{
   top:120px;
   margin-left: 510px;

}
.fav{
   top:120px;
   margin-left: 670px;


}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.user a.icon{
    background:transparent url(../images/user.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../images/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../images/fav.png) no-repeat 0px 0px;
}
.navigation .item a.active{
    background-position:0px -52px;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:52px;
    height:52px;
    opacity:0.1;
}
.item h2{
    position:absolute;
    width:227px;
    height:52px;
    color:#222;
    font-size:16px;
    top:0px;
    left:50px;
    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:60px;
    left:25px;
    display:none;
}
.item ul li p{
    font-size:9pt;
    text-decoration:none;
    text-transform:none;
    color:#FFF;
    padding-left:4px;
	text-align: center;
	line-height:1.5em;
    float:left;
    clear:both;
    width:100px;
}

.item ul li a{
    font-size:9pt;
    text-decoration:none;
    text-transform:uppercase;
    color:#FFF;
    padding-left:4px;
    float:left;
    clear:both;
    width:100px;
    text-shadow:1px 1px 1px #fff;
	line-height:2em;
}
.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;
}

