﻿/* Normal Menu */
.menu
{
}

.menuon
{	
	font-family:arial;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	background:#ffffff;
	cursor:hand;
	text-align:center;
}

.menuoff
{
	background-color:#FFCD03;
	font-family:arial;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
	text-align:center;
}

.menuhover
{
	font-family:arial;
	color:#000000;
	font-size:12px;
	font-weight:bold;
	background:#ffffff;
	cursor:hand;
	text-align:center;
}

a.menuon:link
{
	text-decoration:none;
}
a.menuon:visited
{
	text-decoration:none;
}
a.menuon:hover
{
	text-decoration:underline;
}
a.menuoff:link
{
	text-decoration:none;
}
a.menuoff:visited
{
	text-decoration:none;
}
a.menuoff:hover
{
	text-decoration:underline;
}

/* Contact Menu */
.menuspecialon
{	
	background-color:#9AC74B;
	font-family:arial;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	cursor:hand;
	text-align:center;
}

a.menuspecialon:link
{
	text-decoration:none;
}
a.menuspecialon:visited
{
	text-decoration:none;
}
a.menuspecialon:hover
{
	text-decoration:underline;
}
a.menuspecialoff:link
{
	text-decoration:none;
}
a.menuspecialoff:visited
{
	text-decoration:none;
}
a.menuspecialoff:hover
{
	text-decoration:underline;
}
