/* The tabs */
#nav {
	position: relative;
	margin-top: 0px;
}
	#nav .navline {
		background: white;
		position: absolute;
		bottom: 0px;
		width: 770px;
		display: block;
		height: 11px;
		font-size: 10px;
		line-height: 10px;
		z-index: 50;
	}
		* html #nav .navline {
			bottom: -1px !important;
		}

	#tabs { 
		overflow: hidden;
		padding: 0px;
		margin: 0px;
		float: right;
	}
	* html #tabs { 
		height:1%;
	}
		#tabs li { 
			float: left;
			color: #fff;
			list-style: none; 
			padding: 0;
			margin: 10px -21px 0 0px;
		}
		* html #tabs li { 
			display:inline-block;
		}
			#tabs li a,#tabs li a:active, #tabs li a:hover { 
				display:block;
				font-family: Verdana, Arial, Helvetica, sans-serif;
				font-size: 10px;
				text-transform: uppercase; 
				float: left; 
				text-decoration:none; 
				padding: 10px 30px 23px 15px; 
				color: #fff; 
			}
	
		#tabs li:hover {
			/*margin-top: 0px;*/
		}
		#tabs li .sb-border { background:#fff; }
		#tabs-content { 
			background:#ccc;
			width:380px;
			margin:-1px auto 20px auto;
			padding: 10px;
			border: 1px solid #fff;
			color: #000;
		}
	li.last {margin-right: 0px !important;}
	li.tab1 .sb-inner {background: #201f22 }
	li.tab2 .sb-inner {background: #3a3a3c }
	li.tab3 .sb-inner {background: #595a5b }
	li.tab4 .sb-inner {background: #7b7c7e }
	li.tab5 .sb-inner {background: #929395 }
	li.tab6 .sb-inner {background: #a3a4a6 }
	li.tab7 .sb-inner {background: #b9bbbc }
	li.tab8 .sb-inner {background: #d0d0d0 }
	#tabs li:hover, #tabs li:hover .sb-inner { background:#d4001a; }
	#tabs li.hover, #tabs li.hover .sb-inner { background:#d4001a; } /* for ie6 */
	
	li.active {
		margin-top: 0px !important;
	}
	li.active .sb-inner {
		background:#d4001a !important;
	}
