﻿body 
{
	
}
.LeftNavButton
{
	display: block;
    padding: 3px;
    width: 110px;
    border: solid 1px #EBE8D8;
    text-decoration: none;
    text-align: center;
    color: #EBE8D8;
    font-size:90%;
    font-weight: normal;
    font-family: times new roman, times;
    background-color: #10395A;
}
.LeftNavButton:Hover
{
    background-color: #3A5C85;
}
#hotSpot:hover
{
 background:lightblue;
}
