﻿/* CSS Document */
.menu
{
	font-size: 12px;
	font-weight: bold;
	color: #595959;
	margin-top: 1;
}
.menu a
{
	font-size:12px;
	font-weight:bold;
	color:#595959;
	text-decoration:none;
		margin-top: 1;
}
.menu a:hover
{
	color:#EF3E36;
	text-decoration: underline;
		margin-top: 1;
}
.menu .active
{
	color:#EF3E36;
	font-weight:bold;
		margin-top: 1;
}
