.menu {
//        border: 2px #000000 solid;
border: 0;
        padding: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
//        background-color: transparent;
	background-color: rgb(0, 0, 160);
        width: 100%;
        display: block;
}

.menu .title { 
        background-color: rgb(255, 255, 255);
        text-align: center;
        width: 100%;
        font-size: 10pt;
        font-weight: bold;
        color: rgb(0, 0, 0);
}

.menu .group {
	background-color: rgb(0, 0, 160);
}

.menu .group .grouptitle {
    display:none;
/*         color: rgb(255, 255, 255); */
/*         font-weight: bold; */
/*         width: 100%; */
/* 	padding-left: 3pt; */
/* 	padding-top: 2pt; */
}

.menu .group .items .item { 
/*        background-color: black;
        display: list-item;*/
        color: rgb(255, 255, 255);
        font-weight: 600;
	font-size: 14px;
        margin-left: 5pt; 
        margin-right: 3pt;
	margin-top: 1pt;
	margin-bottom: 1pt;
        white-space: nowrap;
	letter-spacing: 0.1em;
}                

.menu > .foot {
        background-color: rgb(255, 255, 255);
        text-align: center;
}

.menu .group .items .item a:visited.link { 
                     color: rgba(200, 200, 255, 0.9);
                     font-weight: bold;
}

.menu .group .items .item a:link.link { 
                  color: rgba(200, 200, 255, 0.9);
                  font-weight: bold;
}

.menu .group .items .item a:active.link { 
                    color: rgb(155, 175, 255);
}

.menu .group .items .item a:hover.link { 
                   color: rgb(255, 255, 255);

}


div.submenuitem { 
                  background-color: rgb(0, 0, 160);
                  width: 100%;                
                  color: rgb(255, 255, 255);
                  font-weight: bold;
                  margin-left: 12px; 
                  margin-top: 5px;
                  margin-bottom: 5px;
                  white-space: nowrap;
}

a:visited.submenulink { 
                     color: rgb(0, 96, 255);
                     font-weight: bold;
}

a:link.submenulink { 
                  color: rgb(0, 96, 255);
                  font-weight: bold;
}

a:active.submenulink { 
                    color: rgb(155, 175, 255);
}

a:hover.submenulink { 
                   color: rgb(255, 255, 255);

}
