@charset "utf-8";
/* CSS Document */

/* Menu site */

#menu_site {
position:relative;
float:right;
width:140px; 
border:0px solid #f00; 
display:inline;
}

#menu_site ul{
margin:5px 0 0 0 ;
padding:0;
}

#menu_site ul li{
float:left;
display:block;
width:140px;
height:55px;
margin-top:1px;
background: #000;
}

#menu_site ul li a {
float:left;
width:140px;
height:55px;
/*
font: normal 10px Arial,Verdana; 
color: #ccc;
margin: 15px 0 0 10px;
padding-top:5px;
line-height:20px;
*/
}

#menu_site ul li a span{
display:none;
}

#menu_site ul li a:hover, #menu_site ul li a.hover {
font: normal 12px Arial,Verdana; 
color: #f60;
text-decoration: none;
}

#menu_site ul li.fundo_claro {
background: #444;
height:40px;
margin-top:2px;
}

#menu_site ul li.fundo_claro a{
font: normal 10px Arial,Verdana; 
color: #ccc;
}

/*troca de imagem no menu */

#menu_site ul li a.bt_01{
background: transparent url(../img/bt_01.gif) top center no-repeat;
width:140px;
height:55px;
}

#menu_site ul li a:hover.bt_01 {
background: transparent url(../img/bt_01_hover.gif) top center no-repeat;
width:140px;
height:55px;
}

#menu_site ul li a.bt_02{
background: transparent url(../img/bt_02.gif) top center no-repeat;
width:140px;
height:55px;
}

#menu_site ul li a:hover.bt_02 {
background: transparent url(../img/bt_02_hover.gif) top center no-repeat;
width:140px;
height:55px;
}

#menu_site ul li a.bt_03{
background: transparent url(../img/bt_03.gif) top center no-repeat;
width:140px;
height:40px;
}

#menu_site ul li a:hover.bt_03 {
background: transparent url(../img/bt_03_hover.gif) top center no-repeat;
width:140px;
height:40px;
}


#menu_site ul li a.bt_04{
background: transparent url(../img/bt_04.gif) top center no-repeat;
width:140px;
height:40px;
}

#menu_site ul li a:hover.bt_04 {
background: transparent url(../img/bt_04_hover.gif) top center no-repeat;
width:140px;
height:40px;
}





/* LISTA DE PROJETOS */

#menu_projetos  {
position:relative; 
float:left;
width:600px; 
margin:30px 0 0 0;
}

#menu_projetos h1 {
display:none;
}

/* #menu_projetos span {display:none;} */

#menu_projetos ul {
position:relative;
list-style-type: none;
display:block;
border: 0px solid #f00;
}

#menu_projetos ul li {
margin:5px 0 14px 14px;
display:inline;
}

#menu_projetos ul li a img{ 
border:1px solid #666; 
width:80px; 
height:80px; 
margin-bottom:15px; 
}

#menu_projetos dl dd ul li{
margin:0;
padding:0;
border: 0px solid #fff;
}

#menu_projetos ul li a:visited img, ul#menu_projetos li a.visited img{ 
border:1px solid #666; 
}

#menu_projetos ul li a:hover img, ul#menu_projetos li a.hover img{ 
border:1px solid #ff6600; 
}
