﻿BODY
{font-family: verdana, tahoma, arial, sans-serif;
font-size: 10pt;
margin: 0px;
margin-left: 3px;
margin-right: 3px;
padding: 0px;
}

P
{padding-top: 5px;padding-left:7px;padding-bottom:5px;padding-right:5px;
margin: 0px;}

H1
{font-size: 12pt;
font-weight: bold;
padding-top: 15px;
margin: 0;}

table.navbar
{font-size: 8pt;border-width:1px;
margin: 0px;
padding: 0px; 
border: 0px; 
font-weight: bold;}

table.menu
{font-size: 8pt;
 color: green;
margin: 3px;
padding: 0px;
font-weight: bold;
width:4;cursor: default;
height:5;text-align:left;
background-color: #FFCC00;}/*color of inner borders of main and submenu*/

td.menuNormal
{
color: green;padding: 2px;
font-weight: bold;
vertical-align: middle;
background-color: #FF9966;/*color of mainmenu background*/
width:96px;}

td.menuHover
{position:relative;
color: black;padding: 2px;
font-weight: bold;width: 96px;
vertical-align: middle; /*height: 20px;for height increased when pointed on main list*/
/*remove the following line for drop-down menu with images*/
background-color: #fbb117;}

div.menuNormal
{display: none;
position: static;}

div.menuHover
{border: 0px #993333;
background-color:#fbb117;/*for height increased when pointed on submenu list*/
display: inline;
position: absolute;}

a.menuitem:link
{text-decoration: none;
color: green; 
background-color: #FF9966;
display: block;}

a.menuitem:visited
{text-decoration: none;
color: green;
background-color: #FF9966;/*background color of submenu*/
display: block;}

a.menuitem:hover
{text-decoration: none;padding:opx;
color: black;
background-color: #FAAC58;
vertical-align: middle;/*height increased in submenu when the listelement is focused*/
display: block;}

a.menuitem:active
{text-decoration: none;
color: black;
background-color: #FF9900;
display: block;}
a.menu
{background-color:White}


