.navigation{
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1.4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

.navigation .item{
	position:relative;
	width: 200px;
}

.user{
	top:200px;
	left:0px;
}
.home{
	top:200px;
	left:206px;
}
.shop{
	top:200px;
	left:412px;
}
.camera{
	top:200px;
	left:618px;
}
.fav{
	top:200px;
	left:824px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.user a.icon{
    background:transparent url(../images2/NavImages/home.png) no-repeat 0px 0px;
}
.home a.icon{
    background:transparent url(../images2/NavImages/user.png) no-repeat 0px 0px;
}
.shop a.icon{
    background:transparent url(../images2/NavImages/shop.png) no-repeat 0px 0px;
}
.camera a.icon{
    background:transparent url(../images2/NavImages/camera.png) no-repeat 0px 0px;
}
.fav a.icon{
    background:transparent url(../images2/NavImages/talk.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:193px;
	height:53px;
	color:#222;
	font-size:18px;
	top:-1px;
	left:5px;
	text-indent:5px;
	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:45px;
    left:15px;
    display:none;
}
.item ul li a{
    font-size:15px;
    text-decoration:none;
    /*text-transform:uppercase;*/
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:144px;
    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;
}
