.TopMenuItem
{
    font-family: Perpetua;
    font-size: large;
    text-align: center;
    font-weight: bold;
    color: #FFFFFF;
    margin-bottom: 0px;
    background-color: #F7F6F3;
}

.TopMenuItemOver
{
    background-color: #800000;
    background-image: none;
}

.SubMenuItem
{
	font-family: Perpetua;
	background-color: #FF6806;
	font-size: medium;
	text-align: center;
	font-weight: bold;
	padding-top: 3px;
	width: 122px;
	border: solid 1px #000000;
	
}

.SubMenuItems 
{
	padding-bottom: 1px;
	padding-top: 1px;
	width: 123px;
}

.SubMenuItemOver
{
	background-color: #3C479E;
	color: #000000;
	width: 100%;
}
