﻿body
{
    font-size: 15px;
    font-family: Calibri;
}

/* CSSTerm.com Simple CSS menu */
.TopDottedBorderDiv
{
    border-top: dotted 1px GhostWhite;
}

hr.Tomato
{
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, white, Tomato, white);
}

.HomeAnchorDiv
{
    color: White;
    font-weight: bold;
    background: #99192F;
    background: SteelBlue;
}

.menu_simple
{
}

.menu_simple ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.menu_simple ul li
{
    border-bottom: solid 1px #FFE5E0;
    border-bottom: solid 1px SteelBlue;
}

.menu_simple ul li:first-child a
{
    color: White;
    text-decoration: none;
}

.menu_simple ul li:first-child a:hover
{
    color: Yellow;
    text-decoration: none;
}

.menu_simple ul li:last-child
{
    border-bottom: none;
}

.menu_simple ul li a
{
    color: Black;
    display: block;
    padding: 10.5px 11px;
    text-decoration: none;
}

.menu_simple ul li a:visited
{
    color: Black;
}

.menu_simple ul li a:hover, .menu_simple ul li .current
{
    color: Red;
    /*background: linear-gradient(to right, #9726BC, #972452);
    background: -prefix-linear-gradient(to right, #9726BC, #972452);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#9726BC', endColorstr='#972452');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#9726BC', endColorstr='#972452')";*/
}

.menu_simple ul li:first-child
{
    color: Black;
    background: Yellow;
}

.menu_simple table
{
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

.menu_simple table tr
{
    border-bottom: dotted 1px Black;
}

.menu_simple table tr:Last-child
{
    border-bottom: none;
}

.menu_simple table tr td a
{
    color: Black;
    display: block;
    padding: 10.5px 11px;
    text-decoration: none;
}

.menu_simple table tr td a:visited
{
    color: Black;
}

.menu_simple table tr td a:hover, .menu_simple ul li .current
{
    color: Black;
}