@charset "iso-8859-1";
/* CSS Document */
#HEAD {

	width: 100%;
	left: 94px;
	top: 0px;
	height:95px;
}	
body {
	background-color: #FFFFFF;
	margin: 0px 0 0 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
}
#popmenu1, #popmenu2, #popmenu3 {
	position: absolute;
	width: 216px;
	top: 132px;
	background-color: #E4DFCA;
	visibility: hidden;
	font-family: Arial, Helvetica, sans-serif;
}

#popmenu1 {left: 14px;}
#popmenu2 {left: 230px;}
#popmenu3 {left: 446px;}
/* 	Submenu Link Styles
 	Set Margin to 0 so no space will be inbetween paragraphs. */
.p7submenus p {margin: 0;}
/* 	Submenu Link Styles
 	Use a combined selector for a and a:visited. Set padding in shorthand
	to 1px on top and bottom, 8px right and 12px left.
	
	Set display to block so entire link box, including padding is clickable.
	IMPORTANT!!! SET A:LINK BOX WIDTH TO THAT OF BOX DIV SIZE!!! (IE-6) */
.p7submenus a, .p7submenus a:visited {
	display: block;
	color: #000099;
	text-decoration: none;
	border-right: 2px solid #68655A;
	border-bottom: 2px solid #68655A;
	border-left: 2px solid #68655A;
	padding-top: 4px;
	padding-bottom: 3px;
	padding-left: 6px;
	width: 216px;
	background-color: #E4DFCA;
	font-weight: bold;
	font-size: 11px;
}
/* 	Change background and text colors when links are hovered over.
	Use a combined selector for hover, active, and focus.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */ 
.p7submenus a:hover {
	background-color: #B30023;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
}
