.topmenu
{
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.topmenu a
{
	padding: 8px;
	color: #002755 !important;
    border: solid 1px #002755;
    background-color: #F1F1FF;
    text-decoration: none;
	margin: 0px 2px;
}

.topmenu a:hover
{
	color: #FFF !important;
    background-color: #3366CC;
}

.topmenu .Dropdown a
{
    width: 100px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
	font-size: 12px;
}

.topmenu .Dropdown ul li a
{
	width: 150px;
}


.menu td a
{
    width: 100px;
    height: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}