.mainnav {
font-size: 13px;
color: #666666;
text-decoration: none;
}

.mainnav:hover {
font-size: 13px;
color: #000000;
text-decoration: underline;
}

.sideNav {
color: #000000;
text-decoration: none;
}

.sideNav:hover {
color: #666666;
text-decoration: underline;
}

.whitenav {
font-size: 10px;
color: #ffffff;
text-decoration: none;
}

.whitenav:hover {
font-size: 10px;
color: #ffffff;
text-decoration: underline;
}

.subnav {
font-size: 13px;
color: #666666;
text-decoration: none;
}

.subnav:hover {
font-size: 13px;
color: #000000;
text-decoration: underline;
}

/*.subnav {
font-size: 14px;
color: #666666;
text-decoration: none;
}

.subnav:hover {
font-size: 14px;
color: #000000;
text-decoration: underline;
}*/