#nav {
	clear: both;
	list-style: none;
	margin: 0;
	padding: 0;
}
#nav ul {
	margin: 0px;
	border: 0 none;
	padding: 0px;
	padding-left: 0px;
	list-style: none;
}
#nav li {
	margin: 0px;
	border: 0 none;
	padding: 0;
	float: left;
	display: inline;
	padding-bottom: 12px;
}
#nav a {
	display: block;
	float: left;
	width: 156px;
	height: 30px;
	padding-top: 0px;
	color: #FFFFFF;		/* Text color */
	font: 16px/30px "Trebuchet MS";
	font-style: normal;
	font-weight: bold;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: none;
	text-align: center;
	text-indent: 0px;
	border: 0px none;
}

  /* Navigation settings for items */
#nav-home a {
	/*background: url(/images/menu_home.png) left top no-repeat;*/
	/*background: transparent url(/images/menu_divider.gif) center right no-repeat;*/
}
#nav-services a {
	/*background: url(/images/menu_services.png) left top no-repeat;*/
	/*background: transparent url(/images/menu_divider.gif) center right no-repeat;*/
}
#nav-products a {
	/*background: url(/images/menu_services.png) left top no-repeat;*/
	/*background: transparent url(/images/menu_divider.gif) center right no-repeat;*/
}
#nav-about a {
	/*background: url(/images/menu_about.png) left top no-repeat;*/
	/*background: transparent url(/images/menu_divider.gif) center right no-repeat;*/
}
#nav-contact a {
	/*background: url(/images/menu_contact.png) left top no-repeat;*/
}

  /* Navigation settings while hovered over */
#nav-home  a:hover,
#nav-home  a:focus,
#nav-home  a:active {
	/*background: url(/images/menu_home.png) no-repeat 0px -32px;*/
	color: #566BB6;
	outline: 0;
}
#nav-services  a:hover,
#nav-services  a:focus,
#nav-services  a:active {
	/*background: url(/images/menu_services.png) no-repeat 0px -32px;*/
	color: #566BB6;
	outline: 0;
}
#nav-products  a:hover,
#nav-products  a:focus,
#nav-products  a:active {
	/*background: url(/images/menu_services.png) no-repeat 0px -32px;*/
	color: #566BB6;
	outline: 0;
}
#nav-about  a:hover,
#nav-about  a:focus,
#nav-about  a:active {
	/*ackground: url(/images/menu_about.png) no-repeat 0px -32px;*/
	color: #566BB6;
	outline: 0;
}
#nav-contact  a:hover,
#nav-contact  a:focus,
#nav-contact  a:active {
	/*background: url(/images/menu_contact.png) no-repeat 0px -32px;*/
	color: #566BB6;
	outline: 0;
}
  /* Navigation settings while on current page */
#home #nav-home a {
	/*background: url(/images/menu_home.png) no-repeat 0px -32px;*/
	color: #566BB6;
	text-shadow:none;
}
#services #nav-services a {
	/*background: url(/images/menu_services.png) no-repeat 0px -32px;*/
	color: #566BB6;
	text-shadow:none;
}
#products #nav-products a {
	/*background: url(/images/menu_services.png) no-repeat 0px -32px;*/
	color: #566BB6;
	text-shadow:none;
}
#about #nav-about a {
	/*background: url(/images/menu_about.png) no-repeat 0px -32px;*/
	color: #566BB6;
	text-shadow:none;
}
#contact #nav-contact a {
	/*background: url(/images/menu_contact.png) no-repeat 0px -32px;*/
	color: #566BB6;
	text-shadow:none;
}

/* State of button for current page when hovered over */
/*#home #nav-home a:hover,
#products #nav-products a:hover,
#services #nav-services a:hover,
#about #nav-about a:hover,
#contact #nav-contact a:hover, 
#archive #nav-archive a:hover {
	color: #1E4FC1;
	text-shadow: none;
}*/
