.basictab ul{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin: 0;
	padding: 0;
	float:left;
	border: 0px solid #000000;
	border-width: 0px 0;
	font-family: Century Gothic;
	font-size: 12px;
	line-height: 15px;
	text-align:center;
} 

.basictab li{
display: inline;
}

.basictab li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
background: black url(../images/blockdefault.gif) center center repeat-x;
}

.basictab li a:visited{
color: white;
}

.basictab li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../images/blockactive2.gif) center center repeat-x;
}

.tabcontainer{
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/
	height: 1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-size: 12px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
	display:none ;
	font-family: Arial;
	color: #FFFFFF;
}

/*--------------------------------SUBMENU----------------------------------*/

.basictab2 ul{
	display: block;
    margin-left: auto;
    margin-right: auto;
	margin: 0;
	padding: 0;
	float:left;
	border: 0px solid #000000;
	border-width: 0px 0;
	font-family: Century Gothic;
	font-size: 12px;
	line-height: 15px;
	text-align:center;
} 

.basictab2 li{
display: inline;
}

.basictab2 li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
background: black url(../images/blockactive2.gif) center center repeat-x;
}

.basictab2 li a:visited{
color: white;
}

.basictab2 li a:hover, .solidblockmenu li a.current{
color: white;
background: transparent url(../images/blockactive2.gif) center center repeat-x;
}

.tabcontainer2{
	clear: left;
	width: 95%; /*width of 2nd level sub menus*/
	height: 1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
	font-size: 12px;
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent2{
	display:none ;
	font-family: Arial;
	color: #FFFFFF;
}

.header {
	background: transparent url(../images/header.gif) center center repeat-x;
	display: block;
	margin: 1px;
	padding:0px;
	float:inherit;
	border: 0px solid #000000;
	border-width: 0px 0;
	font-family: Century Gothic;
	font-size: 14px;
	line-height: 20px;
	text-align:center;
	color:white;
	width:99.5%;
}

.button {
float:right;
color: white;
padding: 5px 5px;
text-decoration: none;
background: black url(../images/blockdefault.gif) center center repeat-x;
border:0px;
}

.button:hover {
color: white;
background: transparent url(../images/blockactive2.gif) center center repeat-x;
}
