.navigation{
    margin: 0px auto;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1.4px;
}

#BubbleText
{ 
position:relative;
margin:0 auto;
top:50px;
left:50px;
width:450px;
}

.navigation .item{
    position:absolute;
}
.user{
    top:50px;
    left:0px;
}
.home{
   top:175px;
   left:0px;
}
.shop{
   top:300px;
   left:0px;
}

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;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:96px;
    height:96px;
    opacity:1.0;
}
.item h2{
    position:absolute;
    width:200px;
    height:96px;
    color:#222;
    font-size:18px;
	font-weight:bold;
    top:0px;
    left:90px;
    text-indent:10px;
    line-height:96px;
    text-shadow:1px 1px 1px #fff;
}
.item h2.active{
    color:#ff4303;
		font-weight:bold;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
}

.item ul li a{
    font-size:15px;
    text-decoration:none;
    letter-spacing:1.5px;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:150px;
	background-color:#fff;
    text-shadow:1px 1px 1px #fff;
	    -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;
}
.item ul li a:hover{
    background-color:#ff4303;
    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;
}

