BODY
{
    margin-top: 3;
    background: url( "Pics\BackgroundResi.jpg" );
    width : 768px;
}

TD.MenuBar
{
    background-color :Black;
    vertical-align : top;
    width: 150px;
    margin : 0;
    border-width : 0;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    font-family: 'Verdana', Cursive;
    font-size : 10px;
    font-weight : bolder;
    text-align: left;
}

TD.Content
{
    table-layout : fixed;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 10px;
    padding-bottom: 0px;
    border-bottom: 0px;
    border-right: 0px;
    border-top: 0px;
    border-left: 0px;
    width: 618px;
    font-family: Tahoma, Verdana, Sans-Serif;
    text-align : justify;
    vertical-align:top
}

TD UL
{
    margin : 0;
    padding-left : 2px;
    list-style : None;
}

TD UL LI
{
    position : relative;
    border-bottom-color : White;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding-bottom: 7px;
    padding-top: 7px;
}

TD LI UL
{
    margin : 0;
    white-space : nowrap;
    position : absolute;
    font-size : 10px;
    font-weight:bold;
    left : 145px;
    top : 0px;
    width : 100%;
    display : none;
}

TD LI UL LI
{
    border-bottom-color : White;
    border-bottom-style : solid;
    border-bottom-width : 1px;
    padding-left : 0px;
    padding-right: 0px;
    padding-bottom: 7px;
    padding-top: 7px;
}

TD li:hover ul, li.over ul
{ 
	display: block;
	background-color : Black;
}

TD UL LI A:active
{
    color : White;
    font-weight: bolder;
    text-decoration: none;
}

TD UL LI A:visited
{
    color : White;
    font-weight: normal;
    text-decoration: none;
}

TD UL LI A:hover
{
    color : White;
    font-weight: bolder;
    text-decoration: underline;
}

TD UL LI A:link
{
    color : White;
    font-weight: normal;
    text-decoration: none;
}


A.Didascalia
{
    color : White;
    font-weight: normal;
    text-decoration: none;
}