div.kwicks_container {
	width: 840px;
	margin: 100px auto 0 auto;
}
/*-------------------------KWICKS--------------------*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:860px;
	height:50px;
	z-index:2;
}
.kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 200px;
	height: 35px;
	z-index:2;
	cursor:pointer;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
}
.kwicks li a {
	background-image:url(images/sprites_menu.png);
	background-repeat:no-repeat;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 14px;
	letter-spacing: -0.07em;
	color: #333;
	height: 40px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: -3px;
	margin-left: 5px;
	text-decoration: none;
}
.kwicks li h3 {
	position: absolute;
	width: 215px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #999;
	letter-spacing: -0.02em;
	outline:none;
	z-index:0;
	cursor:pointer;
	text-transform: uppercase;
	font-weight: normal;
	margin-left: 5px;
	text-decoration: none;
	left: 0px;
	top: 20px;
	right: 0px;
	bottom: 0px;
}

/* IE8‚Ì‚Ý‘Î‰ž */

html>/**/body .kwicks li h3 {
	font-size /*\**/: 6px\9;
}


#kwick_1, #kwick_2, #kwick_3, #kwick_4 {
	margin: 0pt;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 215px;
	padding: 5px 0px 0px 0px;
}
#kwick_1 {
	left: 0px;
	border: none;
background-image:url(images/01.gif);
	background-repeat:no-repeat;
}
#kwick_2 {
	left: 225px;
background-image:url(images/02.gif);
	background-repeat:no-repeat;
}
#kwick_3 {
	left: 450px;
background-image:url(images/03.gif);
	background-repeat:no-repeat;
}
#kwick_4 {
	right: 0px;
background-image:url(images/04.gif);
	background-repeat:no-repeat;
}


#kwick_1 a {
	background-position:0px 0px;
}

#kwick_2 a {
	background-position:0px -50px;
}
#kwick_3 a {
	background-position:0px -192px;
}
#kwick_4 a {
	background-position:0px -100px;
}

#kwick_1 a:hover   {color:#66c05b}
#kwick_1 a:active  {color:#66c05b}

#kwick_2 a:hover   {color:#f6ab00}
#kwick_2 a:active  {color:#f6ab00}

#kwick_3 a:hover   {color:#626cb0}
#kwick_3 a:active  {color:#626cb0}

#kwick_4 a:hover   {color:#5291fa}
#kwick_4 a:active  {color:#5291fa}

.kwicks li a:hover h3, .kwicks_1 li #active h3 {
	color: #666666;
}
