#main_tab {
	border: 1px dotted #333;
	clear: both;
	background: #000;
}

#content_tab {
	background: #000;
	color:#FFFFFF;
	min-height: 300px;
	overflow:hidden;
}

#header_tab {
	position: relative;
	width: 100%;
	height: 3em;
	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;
}

/*
#header_tab ul#primary a,#header_tab ul#primary span,#header_tab ul#primary a.current {
	width: auto;
	display: block;
	float: left;
	padding: 5px 10px;
	margin: 1px 5px 0 0;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	text-decoration: none;
	color: #333;
}

#header_tab ul#primary span,#header_tab ul#primary a.current,#header_tab ul#primary a.current:hover, #header_tab ul#primary a:active {
	border: 1px solid #666;
	border-bottom: none;
	background: #000;
	padding-bottom: 7px;
	margin-top: 0;
	color:#ffff66;
}

#header_tab ul#primary a {
	background:#333333;
	border: 1px solid #353535;
	border-bottom: none;
	color:#666666;
}

#header_tab ul#primary a:hover {
	margin-top: 0;
	border-color: #353535;
	background: #272727;
	padding-bottom: 5px;
	color:#666666;
}
*/
#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; }

/* open class and dance courses links */
#header_tab ul#primary li a:link.link_1, #header_tab ul#primary li a:visited.link_1{
    color:#000000;
	padding:10px;
	font-size:12px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
	background:#FF6600 url(../img/openclass_menu_bg.jpg) repeat-x;
}

#header_tab ul#primary li a:link.link_2, #header_tab ul#primary li a:visited.link_2{
    color:#000000;
	background:#85754e;
	padding:10px;
	font-size:12px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
}

#header_tab ul#primary li a:link.link_3, #header_tab ul#primary li a:visited.link_3{
    color:#000000;
	background:#584d34;
	padding:10px;
	font-size:12px;
	display:inline-block;
	text-decoration:none;
	font-weight:bold;
}