/* styles tabs
   -------------- */

#main{
	border-bottom:1px solid #808080;
	border-left:1px solid #808080;
	border-right:1px solid #808080;
	clear:both;
	padding:0;
	width:100%;
}

/* ----- navi ----- */
#nav{
	background:url(../images/greypx.gif) bottom left repeat-x;
	float:left;
	width:100%;
}

	#nav ul{
		list-style:none;
		margin:0;
		padding:0;
	}

	#nav a{
		font-weight:700;
		background:url(../images/tabs.gif) no-repeat 100% 0;
		color:#808080;
		display:block;
		font-size:1.2em;
		letter-spacing:-1px;
		padding:7px 20px 4px 11px;
		text-decoration:none;
	}

	#nav a:hover{
		color:#505050;
	}

	#nav li{
		background:url(../images/tabs.gif) no-repeat 0 0;
		float:left;
		margin:0 4px 0 0;
		padding:0 0 0 9px;
	}

	#nav #current{
		background:url(../images/tabs.gif) no-repeat 0 -41px;
	}

	#nav #current a{
		background:url(../images/tabs.gif) no-repeat 100% -41px;
		color:#303030;
		padding:7px 20px 5px 11px;
	}
