.navigation{
    margin: 0px auto;
    font-family: "Verdana", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
}
.navigation .item{
    position:absolute;
	z-index:99;
}
.design{
    top:145px;
    left:35px;
	z-index:99;
}
.contact{
   top:30px;
   left:190px;
   z-index:99;
}
.interact{
   top:60px;
   left:400px;
   z-index:99;
}
a.icon{
    width:53px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
	z-index:99;
}
.design a.icon{
    background:transparent url(design.png) no-repeat 0px 0px;
	z-index:99;
}
.contact a.icon{
    background:transparent url(contact.png) no-repeat 0px 0px;
	z-index:99;
}
.interact a.icon{
    background:transparent url(interact.png) no-repeat 0px 0px;
	z-index:99;
}
.navigation .item a.active{
    background-position:0px 0px;
	z-index:0;
}
.item img.circle{
    position:absolute;
    top:0px;
    left:0px;
    width:53px;
    height:52px;
	z-index:0;
}
.item h2{
    position:absolute;
    width:147px;
    height:52px;
    color:#000;
    font-size:15px;
    top:0px;
    left:26px;
    text-indent:10px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
	z-index:2;
}
.item h2.active{
    color:#2e5364;
    text-shadow:1px 0px 1px #fff;
	z-index:2;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
	z-index:2;
}
.item ul li a{
    font-size:14px;
    text-decoration:none;
    color:#2e5364;
    padding:3px;
    float:left;
    clear:both;
    width:100px;
    text-shadow:1px 1px 1px #fff;
	z-index:2;
}
.item ul li a:hover{
    background-color:#fff;
    color:#000;
    -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;
	z-index:2;
}

