.az_tabs {
    list-style: none;
    margin: 0;
	padding: 0;
}
.az_tabs li {
    float: left;
    margin: 0 2px 0 0px;
}

.az_tabs a {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:17px;
	color:#ffffff;
	display:block;
}

.aztab_mid {
	white-space: nowrap;
	cursor:pointer;
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:17px;
	color:#ffffff;
}
.aztab_mid h1 {
	white-space: nowrap;
	cursor:pointer;
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:17px;
	color:#ffffff;
	font-weight:normal;
	margin-bottom:0px;
}





.az_tabs .aztab_left {
	background:url(../images/az_template/az_tab_left.gif) no-repeat;
	width:4px;
	height:29px;
}
.az_tabs .aztab_mid {
	background:url(../images/az_template/az_tab_mid.gif) repeat-x;
	height:29px;
	padding:0 4px 0 4px;
}
.az_tabs .aztab_right {
	background:url(../images/az_template/az_tab_right.gif) no-repeat;
	width:5px;
	height:29px;
}


.az_tabs li.az_tabs_sel {
	/*margin-bottom:1px;*/
}
.az_tabs .az_tabs_sel a .aztab_mid {
	font-family:"Century Gothic", Tahoma, Verdana;
	font-size:17px;
	color:#ffffff;
}

.az_tabs .az_tabs_sel .aztab_left {
	background:url(../images/az_template/az_tabsel_left.gif) no-repeat;
	width:5px;
	height:30px;
}
.az_tabs .az_tabs_sel .aztab_mid {
	background:url(../images/az_template/az_tabsel_mid.gif) repeat-x;
	height:30px;
	padding:0 4px 0 4px;
}
.az_tabs .az_tabs_sel .aztab_right {
	background:url(../images/az_template/az_tabsel_right.gif) no-repeat;
	width:5px;
	height:30px;
}

.az_tabs_body {
	background:#69899D;
	clear:both;
	width:720px;
	padding:0;
	margin:0;
}