/***********************************************/
/* Menu Styles and Layers                      */
/***********************************************/

#logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

/* 	Link styles for the Triggers */

.p7snaptrigger a {
	display: block;
}

/* 	When the trigger images are hovered over, the background color changes to white.
	We don't change text color because the link text is actually the non-transparent
	portion of the trigger image.
	
	Active and Focus trigger the color change in IE-PC and other
	modern browsers when tabbing through the links with keyboard. */

.p7snaptrigger a:hover, .p7snaptrigger a:active, .p7snaptrigger a:focus {
}

#P7snapsubs1 {
	position: absolute;
	width: 150px;
	top: 151px;
	background-color: #ADB2C1;
	z-index: 1;
	left: 20px;
	visibility: hidden;
	border-top: 0px solid #3A4972;
	border-right: 1px solid #3A4972;
	border-bottom: 1px solid #3A4972;
	border-left: 1px solid #3A4972;
}

#P7snapsubs2 {
	position: absolute;
	width: 225px;
	top: 151px;
	background-color: #ADB2C1;
	z-index: 1;
	left: 95px;
	border-top: 0px solid #3A4972;
	border-right: 1px solid #3A4972;
	border-bottom: 1px solid #3A4972;
	border-left: 1px solid #3A4972;
	visibility: hidden;
}

#P7snapsubs3 {
	position: absolute;
	width: 200px;
	top: 151px;
	background-color: #ADB2C1;
	z-index: 1;
	left: 170px;
	border-top: 0px solid #ADB2C1;
	border-right: 1px solid #ADB2C1;
	border-bottom: 1px solid #ADB2C1;
	border-left: 1px solid #ADB2C1;
	visibility: hidden;
}

#P7snapsubs4 {
	position: absolute;
	width: 200px;
	top: 151px;
	background-color: #ADB2C1;
	z-index: 1;
	left: 245px;
	visibility: hidden;
	border-top: 0px solid #3A4972;
	border-right: 1px solid #3A4972;
	border-bottom: 1px solid #3A4972;
	border-left: 1px solid #3A4972;
}

#P7snapsubs5 {
	position: absolute;
	width: 150px;
	top: 151px;
	background-color: #ADB2C1;
	z-index: 1;
	left: 320px;
	visibility: hidden;
	border-top: 0px solid #3A4972;
	border-right: 1px solid #3A4972;
	border-bottom: 1px solid #3A4972;
	border-left: 1px solid #3A4972;
}

#P7snapsubs6 {
	position: absolute;
	width: 175px;
	top: 151px;
	background-color: #ADB2C1;
	z-index: 1;
	left: 395px;
	visibility: hidden;
	border-top: 0px solid #3A4972;
	border-right: 1px solid #3A4972;
	border-bottom: 1px solid #3A4972;
	border-left: 1px solid #3A4972;
}

.p7submenus p {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.nav {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
}


.submenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF

}

a.submenu:link{
	font-style:normal;
	text-decoration:none;
	color:#FFFFFF
}

a:submenu:active {
	text-decoration:none;
	color:#FFFFFF

}	

a:submenu:hover {
	text-decoration:none;
	color:#FFFFFF

}
	
a:submenu:visited{
	color:#FFFFFF

}


.Search {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: left;
	color: #d2e2e8;
	margin: 0px;
}

a.Search:link{
	color: #3A4972;
}

a:Search:active {
	color: #3A4972;
}	

a:Search:hover {
	color: #3A4972;
	text-decoration : underline;
}
	
a:Search:visited {
	color: #3A4972;
}


.Searchbox {
	MARGIN: 1px;
	FONT-FAMILY: Arial, Verdana, sans-serif;
	font-size: 0.8em;
	color: #3A4972;
	background-color: #ffffff;
	border-top: 1px solid #000000;
	border-right: 1px solid #c0c0c0;
	border-bottom: 1px solid #c0c0c0;
	border-left: 1px solid #000000;
}

.toplink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #3A4972;
}

.inline-button {
   _width:12em;
	font-size: 0.8em;
   font-family: Arial, Helvetica, sans-serif;
   margin: 0px; padding: 0.1em; _padding:0;
   border: 0px #c0c0c0;
   white-space:nowrap;
   text-decoration: none;
   }
.inline-button em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: black;
   }
.inline-button span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.1em;
   }
.inline-button:hover {
   background: #ffffff;
   color: white;
   }
.inline-button:hover em {
   background: #3A4972;
   color: white;
   }
