
.main,
A#main,
A#main:hover,
A#mainOn,
A#mainOn:hover {
    color: white;
    background-color: #042343;
    text-decoration: none;
    letter-spacing: 1px;
    height: 100%;
    width: 100%;
    display: block;
    margin-right: 1em;
    font-weight: 600;
    vertical-align: middle;
    line-height:31px;
}
        .main:hover,
        A#main:hover {
            color: white;
            font-weight: bold;
        }
        A#mainOn,
        A#mainOn:hover {
            color: white;
            font-weight: bold;
        }

	.sub,
	A#sub,
	A#sub:hover
		{
		    font-size:0.9em;
			color: white;
			text-decoration: none;
			height:100%;
			width:100%;
			display:block;
			margin-right:0.5em;
		}
	.sub:hover,
	A#sub:hover
		{
			color:white;
			font-weight:bold;
		}


