/* CSS Document */

.layer {width:100%;
height:100%;
}
.body { margin: 0px 0px 0px 0px;
}
.tab_sfondo {width:100%;
height:100%;
vertical-align:middle;
min-height:600px;
}
.tab_base {width: 706px;
}
.cornice_left {background-image:url(../images/sfondo/cornice-sx.jpg);
background-position:left;
background-repeat:repeat-y;
width:39px;
}
.cornice_top {background-image:url(../images/sfondo/cornice-top.jpg);
background-position: bottom;
background-repeat:no-repeat;
height:39px;
}
.cornice_right {background-image:url(../images/sfondo/cornice-dx.jpg);
background-position:right;
background-repeat:repeat-y;
width:39px;
}
.cornice_bottom {background-image:url(../images/sfondo/cornice-down.jpg);
background-position: top;
background-repeat:no-repeat;
height:39px;
}
.sottile {font-size:2px;}

.campiform {background-color:#CC0000;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: 800;
text-decoration:none;
font-size:10px;
font-variant: small-caps;
color: #ffffff;
border: 1px solid #cc0000;
}
#dropmenudiv{
position:absolute;
border:0px solid #ffffff;
border-left:1px solid #ffffff;
border-right:1px solid #ffffff;
border-bottom-width: 0;
font:normal 10px georgia;
font-variant:small-caps;
line-height:12px;
z-index:100;
font-weight: bold;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid #cc0000;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #990000;
}

