/*
_,     .  __   ,__,   _   ,    ,_   _  __,   //  ,____,      ,____,   _,_-/- .  _,_ ,__,      ,_    .  __  -/-      ,_   _   ,  
 (_/__/__(_/__/ / (__(/__/_)__/ (__(/_(_/(__(/__/ / / (_   _/ / / (__(_/_/__/__(_/_/ / (_    _/_)__/__(_,__/__(_/__/ (__(/__/_)_
         _/_                                                                                 /                                  
        (/  
*/
ul#boxmenu {
    position: fixed;
    margin: 0px;
    padding: 0px;
    top: 0px;
    right: -275px;
    list-style: none;
    z-index:98;
    width:721px;
}

ul#boxmenu li {
    width: 87px;
    display:inline;
    float:left;    
}

ul#boxmenu li a {
    display: block;
    float:left;
    margin-top: -2px;
    width: 85px;
    height: 20px;
    background-color:#000;
    background-repeat:no-repeat;
    background-position:50% 10px;
    border:0px solid #000;
    text-decoration:none;
    text-align:center;
    padding-top:65px;
    filter:alpha(opacity=70);
   -moz-opacity:0.70;
   -khtml-opacity: 0.70;
    opacity: 0.70;
}

ul#boxmenu li a:hover{
     background-color:#000;
}

ul#boxmenu li a span{
	font-family: Helvetica, sans-serif;
    letter-spacing:1px;
    font-size:11px;
    color:#fff;    
}

ul#boxmenu .start a{
    background-image: url(../images/home.png);
}

ul#boxmenu .services a   {
    background-image: url(../images/service.png);
}

ul#boxmenu .filmography a     {
    background-image: url(../images/filmography.png);
}

ul#boxmenu .contact a    {
    background-image: url(../images/contact.png);
}

ul#boxmenu .login a    {
    background-image: url(../images/client.png);
}
