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


#nav {
	position: absolute;
	top:99px;
	left: 284px;
	list-style: none;
	margin: 0;
	padding: 0;
	height: 200px;
	display: inline;
	overflow: hidden;
	width: 590px;
	color: #666666;
	}
	
#nav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
	color: #666666;
	}

#nav a {
	float: left;
	padding: 32px 8.4px 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:20px; /* for IE5/Win */
	color: #666666;
	}
	
#nav a:hover {
	background-position: 0 -32px;
	color: #666666;
	}

#nav a.selected {
	background-position: 0 -64px;
	}
	
#home a  {
	width: 68px;
	background: url(images/home_butt.jpg) top left no-repeat;
	margin-right: 10px;
	}

#intro a  {
	width: 88px;
	background: url(images/intro_butt.jpg) top left no-repeat;
	}

#what a  {
	width: 92px;
	background: url(images/what_butt.jpg) top left no-repeat;
	}

#talk a  {
	width: 107px;
	background: url(images/talk_butt.jpg) top left no-repeat;
	}

#case a  {
	width: 85px;
	background: url(images/case_butt.jpg) top left no-repeat;
	}
	
#group a  {
	width: 69px;
	background: url(images/group_butt.jpg) top left no-repeat;
	}
	
#contact a  {
	width: 68px;
	background: url(images/contact_butt.jpg) top left no-repeat;
	}