@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: center;
	height: 100%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
}

/* define main nav bar width, height and background image */

a:active,
a:link,
a:visited { 
	color: #000000;  
	text-decoration: none;
}

img {
	border: none;
}

h1, 
h2, 
h3, 
h4 {
	font-family: Helvetica, Arial, sans-serif;
}

.navWrapper {
	position: absolute; 
	left: 50%; 
	top: 0px; 
	margin-left: -450px;
	z-index: 10;
	width: 900px;
	height: 75px;
}

.nav {
	width: 900px;
	height: 75px;
	background: url(../images/menu.gif) no-repeat;  
	list-style-type: none;	
	margin: 0;
	padding: 0;
}

.nav li {
	display: block;
}

.nav li a {
	left: 0;
	width: 100%;
	text-indent: -9999em;
}

.nav li.current a {
	cursor: default;
}

.nav li .effect {
	left: 0;
	width: 100%;
}

.nav li,
.nav li a,
.nav li .effect {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

/* individual elements defined here */

/* - 1 - */
#nav_1 { 
  left: 37px;
  width: 125px;
}
#nav_1 .effect, #nav_1 a:hover, #nav_1 a:focus {
  background: url(../images/menu.gif) no-repeat -37px -74px;
}
#nav_1 .mousedown, #nav_1 a:active {
  background-position: -37px -74px;
}
#nav_1.current a:link, #nav_1.current a:visited {
  background: url(../images/menu.gif) no-repeat -37px -74px;
}

/* - 2 - */
#nav_2 {
  left: 211px;
  width: 134px;
}
#nav_2 .effect, #nav_2 a:hover, #nav_2 a:focus {
  background: url(../images/menu.gif) no-repeat -211px -74px;
}
#nav_2 .mousedown, #nav_2 a:active {
  background-position: -211px -74px;
}
#nav_2.current a:link, #nav_2.current a:visited {
  background: url(../images/menu.gif) no-repeat -211px -74px;
}

/* - 3 - */
#nav_3 {
  left: 374px;
  width: 152px;
}
#nav_3 .effect, #nav_3 a:hover, #nav_3 a:focus {
  background: url(../images/menu.gif) no-repeat -374px -74px;
}
#nav_3 .mousedown, #nav_3 a:active {
  background-position: -374px -160px;
}
#nav_3.current a:link, #nav_3.current a:visited {
  background: url(../images/menu.gif) no-repeat -374px -74px;
}

/* - 4 - */
#nav_4 {
  left: 571px;
  width: 127px;
}
#nav_4 .effect, #nav_4 a:hover, #nav_4 a:focus {
  background: url(../images/menu.gif) no-repeat -571px -74px;
}
#nav_4 .mousedown, #nav_4 a:active {
  background-position: -571px -74px;
}
#nav_4.current a:link, #nav_4.current a:visited {
  background: url(../images/menu.gif) no-repeat -571px -74px;
}

/* - 5 - */
#nav_5 {
  left: 721px;
  width: 144px;
}
#nav_5 .effect, #nav_5 a:hover, #nav_5 a:focus {
  background: url(../images/menu.gif) no-repeat -721px -74px;
}
#nav_5 .mousedown, #nav_5 a:active {
  background-position: -721px -74px;
}
#nav_5.current a:link, #nav_5.current a:visited {
  background: url(../images/menu.gif) no-repeat -721px -74px;
}

/* - corporate - */
#nav_6 {
  left: 305px;
  width: 63px;
}
#nav_6 .effect, #nav_6 a:hover, #nav_6 a:focus {
  background: url(../images/menu.gif) no-repeat -305px -80px;
}
#nav_6 .mousedown, #nav_6 a:active {
  background-position: -305px -160px;
}
#nav_6.current a:link, #nav_6.current a:visited {
  background: url(../images/menu.gif) no-repeat -305px -80px;
}