/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 12px Arial;
width: 100%;
height: 25px;
line-height: 10px;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(http://www.id-societe.com/media/blockdefault.gif) center center repeat-x;
font-variant : small-caps;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
height: 8px;
padding: 9px 11px;
text-decoration: none;
border-right: 2px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a:visited:hover, .solidblockmenu li .current {
color: white;
background: transparent url(http://www.id-societe.com/media/blockactive.gif) center center repeat-x;
}
.solidblockmenu li .log {
border-left: 2px solid white;
color: white;
float: right;
margin-right: 26px;
background: transparent url(http://www.id-societe.com/media/log.gif) center center repeat-x;
}

</style>

<!--[if IE]>
<style type="text/css">
p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}
p.iepara a{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
color: #36C;
}
</style>
<![endif]-->

