﻿#menuv a {
color: #005281;
background: #A9ADAF; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#aaaaaa'); /* IE6,IE7 */
}

#menuv a:hover {
color: #EDE9E7;
background: #005281; /* for non-css3 browsers */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#005281', endColorstr='#1c415b'); /* IE6,IE7 */
}

div.top {
	display: inline-block; /* hack to allow gradient */
}
.top A {
	display: inline-block; /* hack to allow gradient */
}
div.CalTabsContainer {
	display: inline-block; /* hack to allow gradient */
}

/* NewsRelease.css hack (stored here for simplicity) THIS ONLY WORKS because ".rowStyleLinksBlock div" is not overwritten by NewsRelease.css */
.rowStyleLinksBlock div { /* allows gradient to show on listings */
	display: inline-block;
}

.alertEntryBlock { display: inline-block; } /* hack to allow gradient */

.slideBlock { position: static; } /* hack to avoid home page photo from overlapping fly-out menu */

.NewsAlertPostDate { display: none; } /* disables element due t IE's bad css positioning */
