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

<style type="text/css">

/*Horizontal css for joomla site Stimul-IT 09 */
/* */

.horizonmenusuffix{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
}

.horizonmenusuffix li{
display: inline;
}

.horizonmenusuffix li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

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

.horizonmenusuffix li a:hover, .horizonmenusuffix li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

</style>



