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

/******************** TABS *************************/

#navigation {
	position: relative;
	top:0px;
	left:0px;
	z-index:99;
	color: #FFF;
	font:12px Geneva, Arial, Helvetica, sans-serif;
	overflow:hidden;
	margin:12px 0 0 0;
}
.b1 {width:75px;} /* this sets the width of the otherwise narrower buttons */
.b2 {width:105px;} /* this sets the width of the otherwise narrower buttons */
#navigation li {
	list-style-type:none;
	text-align:center;
}
#navigation li a {
	color:#FFF;
}
#navigation strong {
	float: left;
	padding-right: 9px;
}
#navigation ul {
	float: left;
	white-space:nowrap;
}
#navigation li {
	float: left;
	clear:right;
	padding:2px 10px;
}
#navigation a {
	float: left;
	cursor: pointer;
	text-decoration: none !important;
}
#navigation span {
	float: left;
}
#navigation li {
	background: url('images/bg_nav.gif') no-repeat 50% 0;
	padding: 0;
}
#navigation li a {
	background: url('images/bg_nav_left.gif') no-repeat;
}
#navigation li span {
	padding:2px 12px;
	background: url('images/bg_nav_right.gif') no-repeat 100% 0;
}
#navigation li.active {
	background: url('images/bg_nav_active.gif') no-repeat 50% 0;
	padding: 0;
}
#navigation li.active a {
	background: url('images/bg_nav_left_active.gif') no-repeat;
}
#navigation li.active span {
	background: url('images/bg_nav_right_active.gif') no-repeat 100% 0;
}



