/* CSS Document */

/* -------------------------
LEOPARD INC.
Author:  Chris Johnson
March 13, 2007
-------------------------*/
p {
	margin-top: 0px;
	padding-top: 0px;
	}

/*----------------HEADER NAV-------------------*/
#headernav {
 width: 150px;
 height: 19px;
 float: left;
 background-image:url(../home/images/headernavigation.gif);
 margin: 0px auto;
 padding: 0px;
 position: relative;
}

#headernav li {margin: 0; padding: 0; list-style: none; float: left;}

#headernav a {display: block;}

#buyfsi {left: 0px; top: 0px; width: 150px; height: 19px;}

#buyfsi a {height: 19px;}

#buyfsi a:hover {background: url(../home/images/headernavigation.gif) -157px 0px no-repeat;}


/*---------------------MAIN NAVIGATION----------------------*/

#navigation{
	}

#navbuttons {
 width: 750px;
 height: 26px;
 float: left;
 background-image:url(../researchpatents/images/navigation.jpg);
 margin: 0px auto;
 padding: 0px;
 position: relative;
}

#navbuttons li {margin: 0; padding: 0; list-style: none; float: left;}

#navbuttons a {display: block;}


#whoweare {left: 0px; top: 0px; width: 125px; height: 26px;}
#capabilities {left: -125px; top: 0px; width: 125px; height: 26px;}
#workingwithyou {left: -250px; top: 0px; width: 125px; height: 26px;}
#researchpatents {left: -375px; top: 0px; width: 125px; height: 26px;}
#casestudies {left: -500px; top: 0px; width: 125px; height: 26px;}
#contactus {left: -625px; top: 0px; width: 125px; height: 26px;}

#whoweare a {height: 26px;}
#capabilities a {height: 26px;}
#workingwithyou a {height: 26px;}
#researchpatents a {height: 26px;}
#casestudies a {height: 26px;}
#contactus a {height: 26px;}

#whoweare a:hover {background: url(../researchpatents/images/navigation.jpg) -750px 0px no-repeat;}
#capabilities a:hover {background: url(../researchpatents/images/navigation.jpg) -875px 0px no-repeat;}
#workingwithyou a:hover {background: url(../researchpatents/images/navigation.jpg) -1000px 0px no-repeat;}
#researchpatents a:hover {background: url(../researchpatents/images/navigation.jpg) -1125px 0px no-repeat;}
#casestudies a:hover {background: url(../researchpatents/images/navigation.jpg) -1250px 0px no-repeat;}
#contactus a:hover {background: url(../researchpatents/images/navigation.jpg) -1375px 0px no-repeat;}


