﻿body
{
    margin: 0px auto 15px;
    padding: 0px;
    background-color: #E0A0C7;
    font-family: Tahoma;
}

img
{  border-style: none;
}

.menu 
{
	vertical-align:middle;
	height:35px;
padding-top:5px	;
   
}
.menu a
{
    padding: 0px 15px;
    float: left;
    color: #8A4F9F;
    height: 100%;
    text-decoration: underline;
}
.menu a#current
{
   padding: 0px 15px;
    float: left;
    color: white;
    height: 100%;
    text-decoration: underline;
}
.menu a:hover
{
      padding: 0px 15px;
    float: left;
    color: #EAE723;
    text-decoration: none;
    float: left;
}
#menu_Bottom ul li
{
    display: inline;
}
#menu_Bottom ul li a
{
    padding: 0.4em 0.4em;
    float: left;
    color: #8A4F9F;
    height: 100%;
    text-decoration: none;
}
#menu_Bottom ul li a#current
{
    padding: 0.4em 0.4em;
    float: left;
    color: white;
    height: 100%;
    text-decoration: underline;
}
#menu_Bottom ul li a:hover
{
    padding: 0.4em 0.4em;
    float: left;
    color: #8A4F9F;
    text-decoration: underline;
    float: left;
}
