h2 a:first-letter{
	font-size:32px;
}
.navigation{
    margin:0px auto;
    font-size:24px;
    font-style:normal;
    font-weight:bold;
    letter-spacing:1.4px;
	line-height:12px;
	z-index:9999999;
}
.navigation .item{
    position:absolute;
}
.pres{
    top:470px;
    left:240px;
}
.vie{
    top:330px;
    left:275px;
}
.info{
   top:210px;
   left:360px;
}
.conc{
   top:130px;
   left:490px;
}
.vend{
   top:100px;
   left:640px;
}
.mel{
   top:125px;
   left:800px;
}
a.icon{
    width:52px;
    height:52px;
    position:absolute;
    top:0px;
    left:0px;
    cursor:pointer;
}
.pres a.icon{
    background:transparent url(../images/bubble1.png) no-repeat 0px 0px;
}
.vie a.icon{
    background:transparent url(../images/bubble2.png) no-repeat 0px 0px;
}
.conc a.icon{
    background:transparent url(../images/bubble3.png) no-repeat 0px 0px;
}
.info a.icon{
    background:transparent url(../images/bubble4.png) no-repeat 0px 0px;
}
.vend a.icon{
    background:transparent url(../images/bubble5.png) no-repeat 0px 0px;
}
.mel a.icon{
    background:transparent url(../images/bubble6.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  a{
    position:absolute;
    width:147px;
    height:52px;
    color:#9e4501;
    font-size:14px;
    top:0px;
    left:0px;
    text-indent:15px;
    line-height:52px;
    text-shadow:1px 1px 1px #fff;
    text-transform:uppercase;
}
.item h2 a.active{
    color:#feb660;
    text-shadow:1px 0px 1px #555;
}
.item ul{
    list-style:none;
    position:absolute;
    top:60px;
    left:25px;
    display:none;
}
.item ul li a{
    font-family:'Oregano', cursive;
	font-size:10px;
    text-decoration:none;
    text-transform:uppercase;
    color:#5b2801;
    padding:3px;
    float:left;
    clear:both;
    width:160px;
    text-shadow:1px 1px 1px #fff;
}
.item ul li a:hover{
    color:#9e4501;
    -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;
}