﻿/*

	calabressio

*/

#menu /* OK */
{
position: relative;
background: #96D491;
height: 40px;
padding: 0px 25px;
margin-bottom: 2px;
}

#menu ul /* OK */
{
position: absolute;
top: 1.1em;
}

#menu ul li /* OK */
{
position: relative;
display: inline;
}

#menu ul li a
{
/*padding: 0.5em 1.0em 0.9em 1.0em;*/
padding: 0.36em 0.7em;
color: #fff;
text-decoration: none;
}

#menu ul li a:hover
{
/*background: #5582C6 url('img/menuhover.jpg') repeat-x top left;*/
/*background: #CCC url('img/menuhover.jpg') repeat-x top left;*/
font-weight: bold;
color: #000;
/*text-decoration: underline;*/
}

#menu ul li a.active
{
/*background: #7F8400 url('img/menuactive.jpg') repeat-x top left;*/
font-weight: bold;
color: #888;
text-decoration: underline;
}

#menubottom /* OK */
{
background: #fff url('img/border.png') repeat-x;
height: 10px;
margin-bottom: 2px;
}