#main_tab {
	border: 1px solid #AEC9E4;
	clear: both;
	background: #FFFDF3;
	padding-top: 1px;
}

#contents_tab {
	padding: 7px;
	background: #FFFDF3;
	min-height: 300px;
}
#contents_tab  div ol{
  margin-left:30px;
}
#header_tab {
	position: relative;
	width: 100%;
	height: 2em;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header_tab ul#primary {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 45em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header_tab ul#primary li  {
	display: inline;
	list-style: none;
	cursor:pointer;
}

#header_tab ul#primary a,#header_tab ul#primary span,#header_tab ul#primary a.current {
	width: auto;
	display: block;
	float: left;
	padding: 4px 10px ;
	margin: 1px 2px 0 0;
	text-align: left;
	font-family: tahoma, verdana, sans-serif;
	font-size: 75%;
	font-weight:bolder;	
	text-decoration: none;
	color: #26415E;
	cursor:pointer;
}

#header_tab ul#primary span,#header_tab ul#primary a.current,#header_tab ul#primary a.current:hover {
	border: 1px solid  #AEC9E4;
	border-bottom: none;
	background: #FFFDF3 url("images/tab_hightlight_2.gif") repeat-x;
	background-position:top;
	padding-bottom: 6px;
	margin-top: 0;
	height:30px;
	width:156px;
	text-align: left;
	cursor:pointer;
}

#header_tab ul#primary a {
	background: #F0F0F0;
	border: 1px solid #AAA;
	border-bottom: none;
	height:30px;
	width:156px;
	text-align:left;
	cursor:pointer;
}

#header_tab ul#primary a:hover {
	margin-top: 0;
	border-color: #AEC9E4;
	background: #eff6fc;
	padding-bottom: 5px;
		height:30px;
	width:156px;
	cursor:pointer;
}

#header_tab ul#secondary {
	position: absolute;
	margin: 0;
	padding: 0;
	bottom: -1.4em;
	left: 1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

#header_tab ul#secondary li a,#header_tab ul#secondary li span {
	width: auto;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0;
	text-align: auto;
	border: none;
	border-right: 1px dotted #AAA;
	background: none;

}

#header_tab ul#secondary li a {
	color: #06C;
	text-decoration: underline;
}

#header_tab ul#secondary li a:hover {
	color: #333;
	background: transparent;
	padding: 0 10px;
	border: none;
	border-right: 1px dotted #AAA;
}

#header_tab ul#secondary li a:active {
	color: #000;
	background: transparent;
}

#header_tab ul#secondary li:last-child a { border: none; }