/* deep blue	#003A79 */
/* main nav */

ul#nav {
	list-style: none;
	position: relative;
	
	width: 100%;
	height: 30px;
	
	margin-bottom: 20px;
	
	background: #136BC1 url(../images/sitewide/nav/nav-bg-02.jpg) bottom repeat-x;	
	}



li#n_home, li#n_clie, li#n_prod, li#n_abou, li#n_faqs, li#n_cont {
	position: absolute;
	width: 110px; height: 30px;
	background-image: url(../images/sitewide/nav/nav-buttons-01.gif);
	}



ul#nav li a {
	display: block;
	width: 110px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden; }

/* previous
li#n_home { top: 0; left: 110px; background-position: 0 0; }
li#n_prod {	top: 0; left: 220px; background-position: -110px 0 ; }
li#n_abou { top: 0; left: 330px; background-position: -220px 0; }
li#n_faqs { top: 0; left: 440px; background-position: -330px 0; }
li#n_cont { top: 0; left: 550px; background-position: -440px 0; }
 */

/* new - prod removed */
li#n_home { top: 0; left: 0px; background-position: 0 0; }
li#n_clie { top: 0; left: 110px; background-position: -110px 0; }
li#n_abou { top: 0; left: 220px; background-position: -220px 0; }
li#n_faqs { top: 0; left: 330px; background-position: -330px 0; }
li#n_cont { top: 0; left: 440px; background-position: -440px 0; }

/* hover */
li#n_home a:hover {	background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat 0 -30px; }
li#n_clie a:hover { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -110px -30px; }
li#n_abou a:hover {	background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -220px -30px; }
li#n_faqs a:hover { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -330px -30px; }
li#n_cont a:hover {	background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -440px -30px; }




/* down */
body.home li#n_home a { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat 0 -60px; }
/* clients */
body.clients li#n_clie a { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -110px -60px; }
/* about us */
body.aboutus li#n_abou a { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -220px -60px; }
/* faqs */
body.questions li#n_faqs a { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -330px -60px; }
/* contact */
body.contact li#n_cont a { background: url(../images/sitewide/nav/nav-buttons-01.gif) no-repeat -440px -60px; }





/* search */
div#searchbox {
	width: 160px;
	overflow: hidden;
	}

div#searchbox fieldset {
	border: 0px solid;
	}

div#searchbox fieldset input {
	width: 150px;
	margin: 2px 5px;
	}












/* categories nav */

ul#categories {
	list-style: none;
 width: 160px;
 float: left;	
	background: #fff;
	background: #76A5D6 url(../images/sitewide/nav/categories-bottom.gif) bottom no-repeat;
	text-align: left;
	padding-bottom: 5px;
	margin: 10px 0 15px 5px;
	}


li#products {
	background: url(../images/sitewide/nav/categories2.gif) no-repeat;
	}

li#products a {
	text-indent: -9000px; overflow: hidden; text-align: left;
	}
	
li#products a:hover { background: #fff url(../images/sitewide/nav/categories-hover.gif) no-repeat !important;
	}


ul#categories li a {
	display: block;
	margin: 0; width: 152px;
	text-decoration: none;
	border-bottom: 1px solid #d2e2f2; color: #009;
	padding: 4px;
	}



ul#categories li a:hover {
	background: #005cb9 url(../images/sitewide/nav/categories-hover-item.gif) bottom repeat-x;
	color: #fff;
	
	}







/* footer nav */

div#footer ul { list-style: none;  background: #ddd; }

div#footer ul li { display: inline;  background: #ddd; }

div#footer ul li a {
	text-decoration: none; padding: 0 .3em;
	color: #666; background: #ddd;
	}

div#footer ul li a:hover { text-decoration: underline; color: #222; background: #ddd;
	}
