#DecoBar {
	height:45px;
	background-image: url(images/bar_n.gif);
	background-repeat: no-repeat;
}
#DecoSep {
	height:45px;
	margin-left:-10px;
	width:1004px;
	background-image: url(images/bar_n.gif);
	background-repeat: no-repeat;
}

#TabAboveLeft {
	width:20px;
	height:25px;
	float:left;
	background-image: url(images/n-t-l.gif);
	background-repeat: no-repeat;
}
#TabAboveCenter {
	width:auto;
	height:25px;
	float:left;
	background-image: url(images/n-t-c.gif);
	background-repeat: repeat-x;
	color: #000000;
}
#TabAboveRight {
	width:20px;
	height:25px;
	float:left;
	background-image: url(images/n-t-r.gif);
	background-repeat: no-repeat;
}
#TabAboveRLeft {
	width:20px;
	height:25px;
	float:right;
	background-image: url(images/n-t-r.gif);
	background-repeat: no-repeat;
}
#TabAboveRCenter {
	width:auto;
	height:25px;
	float:right;
	background-image: url(images/n-t-c.gif);
	background-repeat: repeat-x;
	color: #000000;
}
#TabAboveRRight {
	width:20px;
	height:25px;
	float:right;
	background-image: url(images/n-t-l.gif);
	background-repeat: no-repeat;
}

#TabBelowLeft {
	width:20px;
	height:25px;
	float:left;
	background-image: url(images/b-n-l.gif);
	background-repeat: no-repeat;
}
#TabBelowCenter {
	width:auto;
	height:25px;
	float:left;
	background-image: url(images/b-n-c.gif);
	background-repeat: repeat-x;
	color: #000000;
}
#TabBelowRight {
	width:20px;
	height:25px;
	float:left;
	background-image: url(images/b-n-r.gif);
	background-repeat: no-repeat;
}