﻿.TopMenu
{
	text-align: center;
	font-weight: bold;
	font-family: 'Verdana';
	color: Black;
	font-size:8pt;
}

.SubMenu
{
	text-align: left;
	cursor: hand;
	font-weight: bold;
	font-family: 'Verdana';
	font-size:8pt;
	color: Black;
	height: 20px;
}

.SubItem
{
	text-align: left;
	cursor: hand;
	font-weight: bold;
	font-family: 'Verdana';
	font-size:8pt;
	color: Black;

	padding: 3px 0 5px 30px;
}
