
	div.tabnav div.ds
	{
		background:url(../images/ds/b.png) repeat-x;
		position:absolute;
    	right:0px;
    	left:0px;
    	top:30px;
    	height:3px;
	}
	
	
	/* CONTENT PANEL */
	
	
	div.page
	{
		position:absolute;
    	right:8px;
    	left:10px;
    	top:180px;
    	bottom:0px;
	}
	
	div.contentpanel td.tr
	{
	    white-space:nowrap;
		background:url(../images/content/ds/tr.png) no-repeat;
		width:12px;
		height:10px;
	}
	
	div.contentpanel td.r
	{
		background:url(../images/content/ds/r.png) repeat-y;
		width:12px;
	}
	
	div.contentpanel td.bl
	{
		background:url(../images/content/ds/bl.png) no-repeat;
		width:10px;
		height:13px;
	}
	
	div.contentpanel td.b
	{
		background:url(../images/content/ds/b.png) repeat-x;
		height:13px;
	}
	
	div.contentpanel td.br
	{
		background:url(../images/content/ds/br.png) no-repeat;
		width:12px;
		height:13px;
	}
	
	div.page td.foot
	{
		height:7px;
	}
	
	
	/* SECONDARY NAVIGATION */
	
	
	div.tabpanel div.sgl
	{
		cursor:pointer;
	    display: table;
		background:url(../images/nav/secondary/ds/sgl.png) no-repeat;
    	width: 141px;
    	height: 64px;
	}
	
	div.tabpanel div.sgl-selected
	{
		background:url(../images/nav/secondary/ds/sgl-selected.png) no-repeat;
	}
	
	div.tabpanel div.sgl:hover
	{
		background:url(../images/nav/secondary/ds/sgl-hover.png) no-repeat;
	}
	
	div.tabpanel div.btm
	{
		cursor:pointer;
	    display: table;
		background:url(../images/nav/secondary/ds/btm.png) no-repeat;
    	width: 141px;
    	height: 64px;
	}
	
	div.tabpanel div.btm-selected
	{
		background:url(../images/nav/secondary/ds/btm-selected.png) no-repeat;
	}
	
	div.tabpanel div.btm:hover
	{
		background:url(../images/nav/secondary/ds/btm-hover.png) no-repeat;
	}