/*drop shadows section */
* html #nw, * html #ne, * html #se, * html #sw, * html #n, * html #s, * html #w, * html #e {
}

#nw {
  	background: url("../images/shadow_nw.jpg") top left no-repeat;
	}
	
#ne {
  	background: url("../images/shadow_ne.jpg") top right no-repeat;
	}
	
#se {
  	background: url("../images/shadow_se.jpg") bottom right no-repeat;
	}

#sw {
  	background: url("../images/shadow_sw.jpg") bottom left no-repeat;
  	padding:0 10px ; /* border thickness */
	}

#n {
  	background: url("../images/shadow_n.jpg") top repeat-x;
	}
	
#s {
  	background: url("../images/shadow_s.jpg") bottom repeat-x;
  	padding-bottom: 8.99px; /* border thickness */
	padding-top: 10px; /* border thickness */
	}

#w {
  	background: url("../images/shadow_w.jpg") left repeat-y;
  	margin-left: -10px; /* border thickness */
  	margin-right: -10px; /* border thickness */
	}

#e {
  	background: url("../images/shadow_e.jpg") right repeat-y;
	}
	
#main {
  	margin-right: 10px; /* border thickness */
  	margin-left: 10px; /* border thickness */
	}

table#workaround {
  	margin: 0;
  	border: 0;
  	border-collapse: collapse;
/*	width:100% border thickness */
	}/*	the width was uncommented because it mess up the right side of IE5.5 shadow */

table#workaround td {
    padding:0;
	margin:0;
	}