﻿
.ActiveLink
{
	width: 131px;
	height: 80px;
}
.Menu
{

	text-align: left;
}

.nav1
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	display:block;
}
.nav1:hover
{
	color:#ffffff;
	background-image:url(Graphics/tabactive.jpg);
	background-repeat:no-repeat;
	padding-top:17px;
	padding-bottom:17px;
	font-size:16px;
}
TD.nav1inactivebk:hover
{
	background-image:url(Graphics/tabactive.jpg);
	background-repeat:no-repeat;
}
.nav1active
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
}
.nav1activebk
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	background-image: url(Graphics/tabactive.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
	
	text-align: center;
}
.nav1inactivebk
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	background-image:url(Graphics/tabinactive.jpg);
	background-repeat:no-repeat;
	color:#FFFFFF;
}

.BGMenu
{
	background-image: url(Graphics/tab.jpg);
	background-repeat: repeat;
}
.BGRMenu
{
	background-color: #ffcccc;
}
RMenu
{
	width: 30px;
	text-align: center;
}
.mnav1
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	color:#000000;
	border:1px none #506473;
	font-style:normal;
	padding:0px;
	background-repeat:no-repeat;
}

.mnav1:hover
{
	color:#0000ff;
	text-decoration:underline;
}

.mnav1box
{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
	border: 1px none #AF5700;
	background-repeat: no-repeat;
	background-position: center 50%;
	background-image: url(Graphics/button.gif);
	font-weight: bold;
}
a
{
	color:blue;
	
}
a:hover
{
	text-decoration:none;
}