
div.kwicks_container {
	width: 730px;
	margin: 0px auto 0 220px;
	background-color:transparent;
	padding-top:0px;
}
/*-------------------------KWICKS--------------------*/
.kwicks {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	width:730px;
	height:50px;
	z-index:2;
}
.kwicks li {
	display: block;
	float: left;
	overflow: hidden;
	padding: 0;
	cursor: pointer;
	width: 100px;
	height: 30px;
	margin-top:15px;
	z-index:2;
	cursor:pointer;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #7F7B7B;
	padding-top:8px;
	padding-left:3px;
	width:7px;
	height:40px;
	background-image:url(../images/div_menu.gif);
	background-repeat:no-repeat;
}
.kwicks li.kwick1 {	width:7px;
	height:40px;
	background:none;
	background-repeat:no-repeat;} 
.kwicks li a {
	background-image:url(../images/sprites_menu_2.png);
	background-repeat:no-repeat;
	font-family: "Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size: 12px;
	letter-spacing: -0.07em;
	color: #FFF;
	height: 37px;
	outline:none;
	display:block;
	z-index:100;
	cursor:pointer;
	font-weight: bold;
	margin-top: -3px;
	margin-left: 5px;
	text-decoration: none;
	width:200px;
}
.kwicks li h3 {
	position: absolute;
	width: 120px;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial;
	font-size: 10px;
	color: #870809;
	letter-spacing: -0.02em;
	outline:none;
	z-index:0;
	cursor:pointer;
	font-weight: normal;
	margin-left: 0px;
	text-decoration: none;
	left: 0px;
	top: 20px;
	right: 0px;
	bottom: 0px;
}
#kwick_1, #kwick_2, #kwick_3, #kwick_4, #kwick_5, #kwick_6 {
	margin: 0pt;
	overflow: hidden;
	position: absolute;
	display: block;
	width: 120px;
}
#kwick_1 {
	left: 0px;
	border: none;
}
#kwick_2 {
	left: 120px;
}
#kwick_3 {
	left: 200px;
}
#kwick_4 {
	left: 360px;
}
#kwick_5 {
	left: 480px;
}
#kwick_6 {
	right: 0px;
}

#kwick_1 a {
	background-position:0px 0px;
}
.kwicks a:hover, .kwicks #active {
	color: #AB0000;
}
.kwicks li a:hover h3, .kwicks li #active h3 {
	color: #7C797A;
}
#kwick_2 a {
	background-position:0px -50px;
}
#kwick_3 a {
	background-position:0px -192px;
}
#kwick_4 a {
	background-position:0px -100px;
}
#kwick_5 a {
	background-position:0px -150px;
}
#kwick_6 a {
	background-position:0px -250px;
}

