/* CSS Document */
a:link {}
a:visited {
	color: #0000FF;
}
a:hover {}
a:active {}

#nav {
	margin:90px 0 80px 0;
	}

/* A modified version of A List Apart - http://alistapart.com/articles/slidingdoors2/ */
    #nav {
	  float:left;
	  width:775px;
	  background:#FFFFFF url("bg.gif") repeat-x bottom;
	  }
    #nav ul {
	margin:0;
	padding:10px 10px 0;
	list-style:none;
      }
    #nav li {
      float:left;
      background:url("right_both.gif") no-repeat right top;
      margin:0 0 0 9px;
      padding:0;
      }
    #nav a {
	float:left;
	display:block;
	position:relative;
	left:-9px;
	margin-right:-9px;
	width:0.1em;
	background:url("left_both.gif") no-repeat left top;
	padding:5px 20px;
	text-decoration:none;
	font-weight:bold;
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
      }
    #nav > ul a {width:auto;}
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #nav a {float:none;}
    /* End IE5-Mac hack */
    #nav a:hover {
      color:#333;
      }
    #home #nav-home, 
    #services #nav-services,
	#newsletter #nav-newsletter,
    #industries #nav-industries, 
    #pricing #nav-pricing,
	#contact #nav-contact {
       background-position:100% -150px;
      }
    #home #nav-home a, 
    #services #nav-services a,
	#newsletter #nav-newsletter a,
    #industries #nav-industries a, 
    #pricing #nav-pricing a,
	#contact #nav-contact a {
      background-position:0 -150px;
      padding-bottom:6px;
      color:#333;
      }
	  /* not for IE5.x or IE6 */
    #nav li:hover, 
	#nav li:hover a {
      background-position:100% -150px;
      color:#333;
      }
    #nav li:hover a {
      background-position:0 -150px;
      }
#navlinks {
	width: 578px;
	height: 28px;
	position: absolute;
	left: 47px;
	top: 151px;
	z-index: 52;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	}
	#navlinks a:link {
}
	#navlinks a:visited {
}
	#navlinks a:hover {
	color: #000000;
    }
	#navlinks a:active {
	color:#000000;
	font-weight: bold;
    }
	#navlinks ul {
	margin: 0px;
	padding: 0px;
	white-space: nowrap;
	}
	#navlinks li {
	display: inline;
	list-style-type: none;
	padding-right: 23px;
	padding-bottom: 5px;
	}
	#navlinks .currentnavlink {
	text-decoration: none;
	color: #000000;
	font-weight: bold;
	}
	#current {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
	