﻿.menu
{
	height:22px;
	font-weight: bold;
	font-size:14px;
}
.menu a
{
	color: #ffffff;
	text-decoration: none;
}
.menu a:hover
{
	color: #ff0000;
	text-decoration: none;
}
.special
{
	width: 2px;
	background-color: #ffffff;
}

.currentmenu
{
	height:22px;
	font-size: 14px;
	font-weight: bold;
}
.currentmenu a
{
	color:#ff0000;
	font-weight: bold;
	text-decoration: none;
}
.currentmenu a:hover
{
	color: #ff0000;
	text-decoration: none;
}
