td img {
/* Another Mozilla/Netscape bug with making sure our images display correctly */
	display: block;
}

#header {
/* The master div to make sure that our popup menus get aligned correctly.  Be careful when playing with this one. */
	position:relative;
	margin:0px;
	width:770px;
	height:135px;
	text-align:left;
}

/* ABOUT US STYLES */

#AboutUs_Container {
/* This ID is related to the master menu div for menu AboutUs_Container and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:544px;
	top:26px;
	visibility:hidden;
	z-index:300;
}

#AboutUs_Container img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#AboutUs_Container a {
/* Controls the general apperance for menu AboutUs_Container's items, including color and font */
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#202020;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#AboutUs_Container a:hover {
/* Controls the mouse over effects for menu AboutUs_Container */
	color:#ffffff;
	background-color:#005a9b;
}

#AboutUs {
/* This class defines things about menu AboutUs's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#202020;
	width:139px;
	height:63px;
}

#AboutUs_Item_0 {
/* Unique ID for item 0 of menu AboutUs so we can set its position */
	left:0px;
	top:0px;
}

#AboutUs_Item_1 {
/* Unique ID for item 1 of menu AboutUs so we can set its position */
	left:0px;
	top:21px;
}

#AboutUs_Item_2 {
/* Unique ID for item 2 of menu AboutUs so we can set its position */
	left:0px;
	top:42px;
}

#AboutUs_Item_3 {
/* Unique ID for item 3 of menu AboutUs so we can set its position */
	left:0px;
	top:63px;
}

#AboutUs_Item_4 {
/* Unique ID for item 3 of menu AboutUs so we can set its position */
	left:0px;
	top:84px;
}

.AboutUs_Style {
/* This class determines the general characteristics of the menu items in menu AboutUs */
	border:none;
	width:139px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:133px;
}

/* RESOURCES STYLES */

#Resources_Container {
/* This ID is related to the master menu div for menu Resources_Container and contains the important positioning information for the menu as a whole */
	position:absolute;
	left:624px;
	top:26px;
	visibility:hidden;
	z-index:300;
}

#Resources_Container img {
/* needed for Mozilla/Camino/Netscape */
	border:0px;
}

#Resources_Container a {
/* Controls the general apperance for menu Resources_Container's items, including color and font */
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#ffffff;
	text-align:left;
	vertical-align:middle;
	padding:3px;
	background-color:#202020;
	font-weight:bold;
	font-style:normal;
	display:block;
	position:absolute;
}

#Resources_Container a:hover {
/* Controls the mouse over effects for menu Resources_Container */
	color:#ffffff;
	background-color:#005a9b;
}

#Resources {
/* This class defines things about menu Resources's div. */
	position:absolute;
	left:0px;
	top:0px;
	visibility:hidden;
	background-color:#202020;
	width:110px;
	height:63px;
}

#Resources_Item_0 {
/* Unique ID for item 0 of menu Resources so we can set its position */
	left:0px;
	top:0px;
}

#Resources_Item_1 {
/* Unique ID for item 1 of menu Resources so we can set its position */
	left:0px;
	top:21px;
}

#Resources_Item_2 {
/* Unique ID for item 2 of menu Resources so we can set its position */
	left:0px;
	top:42px;
}

.Resources_Style {
/* This class determines the general characteristics of the menu items in menu Resources */
	border:none;
	width:110px;
	voice-family: "\"}\"";
	voice-family:inherit;
	width:104px;
}