
a:active,a:focus {
	outline: expression(hideFocus='true');
}

p {
	margin-bottom: 20px;
}

#wrapper {
	width: 912px;
	margin: 0 auto;
}
#tabs,#tabs2,#tabs3,#tabs4,#tabs5 {
	width: 902px;
	margin: 0 auto;
	margin-bottom: 40px;
}

#tabs li,#tabs2 li,#tabs3 li,#tabs4 li,#tabs5 li {
	float: left;

}

#tabs li a,#tabs2 li a,#tabs3 li a,#tabs4 li a,#tabs5 li a {
	display: block;
	padding: 10px 30px;
	background: #bababa;
	text-decoration: none;
	color: #ffffff;font-size:20px;
}

#tabs li a:hover,#tabs2 li a:hover,#tabs3 li a:hover,#tabs4 li a:hover,#tabs5 li a:hover {
	background: #f09500;color: #ffffff;
}

#tabs_container {
	padding: 10px 0px;
}

#tabs_container div {
	margin-right: 0px;
}



.tabulous_active {
	background: #2054a0 !important;
	color: #ffffff !important;
}

.tabulousclear {
	display: block;
	clear: both;
}