﻿body 
{
	font-family:Tahoma;
	font-size:8pt;
}

.MnuNormal
{
	text-align:center;
	vertical-align:middle;
	}
.MnuHover
{
    background-image: url(../images/button.jpg);
    background-repeat:no-repeat;
    text-align:center;
	vertical-align:middle;
	cursor:pointer;
}

.MnuBar
{
	background-image: url(../Images/main-button-tile.jpg);
	background-repeat:repeat-x;
	height: 39px; 
	color: White;
	padding-left: 10px; 
	padding-right: 10px; 
	padding-top:1px;
	font-weight: bold; 
	font-size: 10pt;
	vertical-align: middle
}

a {
	color: #ffffff;
	/*font-family: Verdana;
	font-size: 10px;
	font-weight: bold;*/
	text-decoration: underline;

}
a:hover
{
	text-decoration:none;
}
