/* -------------------- Absolute -------------------- */
	div#navigationArea {
		margin: 0px 0px 0px 26px;
		width: 780px;
		height: 99px;
	}
	html[xmlns] div.tab{
		margin: 0px 0px 0px 2px;
		position: relative;
		background-image: url("../images/tab/off.png");
		background-repeat: no-repeat;
		cursor: pointer;
		height: 27px;
		width: 99px;
		z-index: 10;
		float: left;
	}
	* html div.tab{
		margin: 0px 0px 0px 2px;
		position: relative;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/off.png');
		cursor: pointer;
		height: 27px;
		width: 99px;
		z-index: 10;
		float: left;
	}
	html[xmlns] .tab:hover{
		background-image: url("../images/tab/on.png");
		z-index: 10;
	}
	* html .tab:hover{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/on.png');
		z-index: 10;
	}

	html[xmlns] div.tabSupport{
		margin: 0px 0px 0px 2px;
		position: relative;
		background-image: url("../images/tab/off.png");
		background-repeat: no-repeat;
		cursor: pointer;
		height: 27px;
		width: 99px;
		z-index: 10;
		float: left;
	}
	* html div.tabSupport{
		margin: 0px 0px 0px 2px;
		position: relative;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/off.png');
		cursor: pointer;
		height: 27px;
		width: 99px;
		z-index: 10;
		float: left;
	}
	html[xmlns] .tabSupport:hover{
		background-image: url("../images/tab/on.png");
		z-index: 10;
	}
	* html .tabSupport:hover{
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/on.png');
		z-index: 10;
	}
	html[xmlns] div#border {
		position: absolute;
		margin: 26px 0px 0px -26px;
		width: 780px;
		height: 1px;
		background-color: #e1e4e6;
		z-index: 2;
	}
	* html div#border {
		position: absolute;
		margin: 26px 0px 0px -630px;
		width: 780px;
		height: 1px;
		border-top: solid 1px #e1e4e6;
		z-index: 2;
	}
	*:first-child+html div#border {
		margin: 26px 0px 0px -630px;
	}

	html[xmlns] .graded {
		position: absolute;
		margin: 27px 0px 0px 0px;
		background-image: url("../images/tab/graded.png");
		background-repeat: repeat-x;
		width: 800px;
		height: 45px;
		z-index: 1;
	}
	* html .graded {
		position: absolute;
		margin: 27px 0px 0px 0px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/graded.png');
		width: 800px;
		height: 45px;
		z-index: 1;
	}




	html[xmlns] #home {
		margin: 10px 0px 0px 28px;
		background-image: url("../images/tab/home.png");
		background-repeat: no-repeat;
		width: 44px;
		height: 11px;
		text-indent: -9999px;
	}
	* html #home {
		margin: 10px 0px 0px 28px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/home.png');
		width: 44px;
		height: 11px;
		text-indent: -9999px;
	}
	html[xmlns] #feature {
		margin: 9px 0px 0px 32px;
		background-image: url("../images/tab/feature.png");
		background-repeat: no-repeat;
		width: 36px;
		height: 12px;
		text-indent: -9999px;
	}
	* html #feature {
		margin: 9px 0px 0px 32px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/feature.png');
		width: 36px;
		height: 12px;
		text-indent: -9999px;
	}
	html[xmlns] #function {
		margin: 9px 0px 0px 32px;
		background-image: url("../images/tab/function.png");
		background-repeat: no-repeat;
		width: 76px;
		height: 12px;
		text-indent: -9999px;
	}
	* html #function {
		margin: 9px 0px 0px 32px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/function.png');
		width: 76px;
		height: 12px;
		text-indent: -9999px;
	}
	html[xmlns] #cases {
		margin: 9px 0px 0px 23px;
		background-image: url("../images/tab/cases.png");
		background-repeat: no-repeat;
		width: 54px;
		height: 12px;
		text-indent: -9999px;
	}
	* html #cases {
		margin: 9px 0px 0px 23px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/cases.png');
		width: 54px;
		height: 12px;
		text-indent: -9999px;
	}
	html[xmlns] #charge {
		margin: 9px 0px 0px 32px;
		background-image: url("../images/tab/charge.png");
		background-repeat: no-repeat;
		width: 54px;
		height: 12px;
		text-indent: -9999px;
	}
	* html #charge {
		margin: 9px 0px 0px 32px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/charge.png');
		width: 54px;
		height: 12px;
		text-indent: -9999px;
	}
	html[xmlns] #support {
		margin: 9px 0px 0px 25px;
		background-image: url("../images/tab/support.png");
		background-repeat: no-repeat;
		width: 48px;
		height: 13px;
		text-indent: -9999px;
	}
	* html #support {
		margin: 9px 0px 0px 25px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/support.png');
		width: 48px;
		height: 13px;
		text-indent: -9999px;
	}
    
    	html[xmlns] #pr {
		margin: 9px 0px 0px 25px;
		background-image: url("../images/tab/pr.png");
		background-repeat: no-repeat;
		width: 48px;
		height: 13px;
		text-indent: -9999px;
	}
	* html #pr {
		margin: 9px 0px 0px 25px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/pr.png');
		width: 48px;
		height: 13px;
		text-indent: -9999px;
	}

	html[xmlns] #movie {
		margin: 10px 0px 0px 27px;
		background-image: url("../images/tab/movie.png");
		background-repeat: no-repeat;
		width: 48px;
		height: 13px;
		text-indent: -9999px;
	}
	* html #movie {
		margin: 10px 0px 0px 27px;
		filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/tab/movie.png');
		width: 48px;
		height: 13px;
		text-indent: -9999px;
	}


