/* MENU */


#logo	{
float:left;
width:210px;
height:47px;}

#horizontal-menu {
/*background-image:url(../i/lambretta-logo.jpg);*/
/*background-position:left;*/
/*background-repeat:no-repeat;*/
float:left;
width:638px;
height:50px;
text-transform:uppercase;
}

#horizontal-menu a{

float:right;
margin-right:-2px;
text-align:center;
font-size:10pt;
color:#333333;
width:100px;
line-height:50px;
text-decoration:none;
background:url(../i/button-normal.jpg) no-repeat top;}


#horizontal-menu a:hover{
color:#FFFFFF;
background:url(../i/button-active.jpg) no-repeat top;}

#activelink {
float:right;
margin-right:-2px;
text-align:center;
font-size:10pt;
color:#FFFFFF;
width:100px;
line-height:50px;
text-decoration:none;
background:url(../i/button-active.jpg) no-repeat top;}

#menu-picture {
clear:right;
position:relative;
top:-1px;
width:848px;
height:50px;
border:solid;
border-color:#CCCCCC;
border-width:1px;
}
