/* ---- TAB MENU ---- */

#tab {
	width					:718px;
	height					:40px;
	z-index					:0;
}
#tab-l {
	width					:15px;
	height					:40px;
	position					:absolute;
	top						:0px;
	left						:0px;
	background			:url(../images/layout/tab-l-w.jpg) no-repeat;
	padding					:0px 0px 0px 0px;
	z-index					:0;
}
#tab-1 {
	width					:240px;
	height					:25px;
	position					:absolute;
	top						:0px;
	left						:15px;
	float						:left;
	text-align				:center;
	background			:url(../images/layout/tab-m-w.gif) repeat-x;
	padding					:15px 0px 0px 0px;
	z-index					:0;
}
#tab-r {
	width					:15px;
	height					:40px;
	position					:absolute;
	top						:0px;
	left						:255px;
	background			:url(../images/layout/tab-r-w.gif) no-repeat;
	padding					:0px 0px 0px 0px;
	z-index					:0;
}
#tab-2 {
	width					:105px;
	height					:25px;
	position					:absolute;
	top						:0px;
	left						:270px;
	text-align				:center;
	background			:url(../images/layout/tab-g.jpg) no-repeat;
	padding					:15px 0px 0px 0px;
	z-index					:0;
}
#tab-3 {
	width					:105px;
	height					:25px;
	position					:absolute;
	top						:0px;
	left						:375px;
	text-align				:center;
	background			:url(../images/layout/tab-g.jpg) no-repeat;
	padding					:15px 0px 0px 0px;
	z-index					:0;
}
