li
{
    clear : both;
    list-style-type : none;
    display : block;
    border : 4px;
    border-color : rgb(153 , 255 , 153);
    border-style : groove;
}

#menu
{
    clear : both;
    /* Menu position that can be changed at will */
	top : 0;
    left : 0;
}
#menu
{
    width : 15em;
}
#menu dt
{
    cursor : pointer;
    margin : 2px 0;
    height : 20px;
    line-height : 20px;
    text-align : center;
    border : 3px;
    border-color : rgb(153 , 255 , 153);
    border-style : groove;
    background : rgb(0 , 102 , 0);
    Color : rgb(153 , 255 , 153);
}
/*contains the color for the menu*/
#menu dd
{
    border : 1px;
    Color : rgb(0 , 102 , 0);
}
#menu li
{
    text-align : center;
    background : rgb(153 , 255 , 153);
    border-width : 3px;
    border-color : rgb(0 , 102 , 0);
    border-style : groove;
}
#menu li a, #menu dt a
{
    color : rgb(0 , 102 , 0);
    text-decoration : none;
    display : block;
    height : 100%;
    border : 3px;
    border-color : rgb(153 , 255 , 153);
    border-style : groove;
}
#menu dt a
{
    color : rgb(153 , 255 , 153);
    text-decoration : none;
    display : block;
    border : 1px;
    height : 100%;
    border-color : rgb(153 , 255 , 153);
    border-style : groove;
}	