/* START top navigation *//* This is the menu container. Position this to move the menu around the screen. Also adjust size of menu. */#menu_container {	position: absolute;	top: 19px;	width: 385px;	height: 32px;	left: 350px;}.menu {margin: 0;padding: 0;width: 385px;list-style: none;/* You can have a bg image running behind the menu if need be. If not then just comment out *//*background: url(../images/bg.gif);*/}.menu li {padding: 0;margin: 0;height: 32px;/* space between menu options */margin-right: 0px;}.menu li a, .menu li a:visited {display: block;text-decoration: none;text-indent: -100em;height: 32px;}.menu li, .menu li a {background-repeat: no-repeat}#home {background: url(../images/home_on.gif); width: 37px;} #home a {background: url(../images/home_off.gif);}#contact {background: url(../images/contact_on.gif); width: 48px;} #contact a {background: url(../images/contact_off.gif);}#about {background: url(../images/about_on.gif); width: 39px;} #about a {background: url(../images/about_off.gif);}#pm {background: url(../images/pm_on.gif); width: 123px;} #pm a {background: url(../images/pm_off.gif);}#consult {background: url(../images/consultancy_on.gif); width: 73px;} #consult a {background: url(../images/consultancy_off.gif);}#rfid {background: url(../images/rfid_on.gif); width: 35px;} #rfid a {background: url(../images/rfid_off.gif);}#links {background: url(../images/links_on.gif); width: 30px;} #links a {background: url(../images/links_off.gif);}#home a:hover, #contact a:hover, #about a:hover, #pm a:hover, #consult a:hover, #rfid a:hover, #links a:hover  {background: none;}/* Keep FLOAT to make horizontal. Remove FLOAT to make vertical*/.menu li {float: left;}.menu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}/* END top navigation*//* START footer navigation */#footer_nav{	position:absolute;	float : left;	width : 536px;	left: 0px;	top: 12px;	z-index: 11;} #footer_nav ul{   padding : 0;   margin : 0;   float : left;}#footer_nav ul li{   display: inline;}#footer_nav ul li a{	padding-left : 0px;	padding-right : 8px;	padding-top : 0px;	padding-bottom : 0px;	font-family: Arial;	color : #ffffff;	font-size: 11px;	text-decoration : underline;	float : left;}#footer_nav ul li a:hover{	font-family: Arial;	font-size: 11px;	color : #ffffff;	text-decoration : none;} /* END footer navigation */