﻿.BolMenu
{
    background-color: #F1E6D8;
    font-size: 11px;
    border: 0px;
    vertical-align: bottom;
    width: 100%;
}

.BolMenuItem
{
    margin-top: 5px;
    border: 0px;
	text-align: center;
    vertical-align: top;
	background-color: #F1E6D8;
	color: Black;
}

.BolMenuItemHover
{
    margin-top: 5px;
    border: 0px;
	border-style: none;
    vertical-align: top;
	background-color: #F1E6D8;
	color: #990000;
}


