﻿.menublock
{
width:90%;
}    

.menuitem
{
    color: white;
    background-color: black;
    border-right: white thin inset;
    border-top: white thin inset;
    border-left: white thin inset;
    border-bottom: white thin inset;
    padding-right: 3px;
    padding-left: 3px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align:center;
}

.menuhover
{
    color: #bcbca9 ;
}
.panel
{
    border-right: purple inset;
    border-top: purple inset;
    border-left: purple inset;
    border-bottom: purple inset;
    padding-top: 25px;
    padding-left:25px;
    padding-right:25px;
    padding-bottom:25px;
}
