@charset "UTF-8";
/* CSS Document */

/* NAVIGATION BUTTONS */
			.cssnav	{
						position:relative;
						font-family: arial, helvetica, sans-serif;
						background-image:url(_buttons/button-down.jpg);
						background-repeat: no-repeat;
						white-space: nowrap;
						display: block;
						width: 244px;
						height: 26px;
						margin: 0; 
						padding: 0; 
						
			}
			.cssnav a {
						display: block;
						color: #000000;
						font-size: 14px;
						font-weight:bold;
						width: 244px;
						height: 26px;
						display: block;
						float: left;
						color: white; 
						text-decoration: none;
			}

			.cssnav img {width: 244px; height: 26px; border: 0; }
			* html a:hover {visibility:visible}
			.cssnav a:hover img{visibility:hidden}

			.cssnav span {
						position: absolute;
						left: 20px;
						top: 5px;
						margin: 0px;
						padding: 0px;
						cursor: pointer;
						width: 165px;
						height: 14px;
						text-align: left;
			}
			/* END OF NAVIGATION */


/*buttons 01*/



#links1
{
  display: block;
  width: 149px;
  height: 40px;
  background:url(_imagery/button-down.jpg) no-repeat 0 0;

}

#links1:hover
{ 
  background-position: 0 -40px;
}

#links1 span
{
  display: none;
}

/* LINKS2*/


#links2
{
  display: block;
  width: 149px;
  height: 40px;
  background:url(_imagery/002-FDA.jpg) no-repeat 0 0;

}

#links2:hover
{ 
  background-position: 0 -40px;
}

#links2 span
{
  display: none;
}
/* LINKS3*/


#links3
{
  display: block;
  width: 149px;
  height: 40px;
  background:url(_imagery/003-FCC.jpg) no-repeat 0 0;

}

#links3:hover
{ 
  background-position: 0 -40px;
}

#links3 span
{
  display: none;
}


/* LINKS4*/


#links4
{
  display: block;
  width: 149px;
  height: 40px;
  background:url(_imagery/004-NRC.jpg) no-repeat 0 0;

}

#links4:hover
{ 
  background-position: 0 -40px;
}

#links4 span
{
  display: none;
}
