/*

This file contians the style sheet definitions used for
the global navigation dropdown menus throughout the site.

*/


#navBground{ position: absolute; top: 120px; left: 534px; width: 275px; visibility: hidden; z-index: 10; }

.bgOff a{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 9px;
	color : white;
	text-decoration : none;
	}

.bgOn a{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 9px;
	color : white;
	text-decoration : none;
	}

.bgOn a:hover{
	font-family : Verdana,Geneva,Arial,sans-serif;
	font-size : 9px;
	color : #B3D1E1;
	text-decoration : none;
	}

.bgOff{
	background-color : #006699;
	}

.bgOn{
	background-color : #006699;
	}
