.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:relative;
    
}
.java {
    top:30px;
    left:50px;
}
.jee{
   top:250px;
   left:50px;
}
.eclipse{
   top:470px;
   left:50px;
}
.xml{
   top:250px;
   left:390px;
}
.google{
   top:30px;
   left:390px;
}
.sharepoint{
   top:470px;
   left:390px;
}

.php{
   top:30px;
   left:680px;
}
.apple{
   top:250px;
   left:680px;
}
.web{
   top:470px;
   left:680px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.java a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.jee a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.eclipse a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.xml a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.google a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.sharepoint a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.php a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.apple a.icon{
    background:transparent url(../images/home.png) no-repeat 0px 0px;
}
.web a.icon{
    background:transparent url(../images/home.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:147px;
    height:52px;
    color:#222;
    font-size:18px;
    top:0px;
    left:52px;
    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:40px;
    left:-20px;
    text-align:left;
    display:none;
	z-index:9999;
}
.item ul li a{
    font-size:13px;
    text-decoration:none;
    letter-spacing:1.5px;
    text-transform:uppercase;
    color:#222;
    padding:3px;
    float:left;
    clear:both;
    width:210px;
    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;
}
