.az_tabs {

    list-style: none;

    margin: 0;

	padding: 0;

}

.az_tabs li {

    float: left;

    margin: 0 2px 0 0px;

}



.az_tabs a {

	display:block;

}

.az_tabs a .aztab_mid {

	font-family:"Century Gothic", Tahoma, Verdana;

	font-size:17px;

	color:#646464;

}



.aztab_mid {

	white-space: nowrap;

	cursor:pointer;

}

.az_tabs .aztab_left {

	background:url(../images/az_tab_left.gif) no-repeat;

	width:4px;

	height:30px;

}

.az_tabs .aztab_mid {

	background:url(../images/az_tab_mid.gif) repeat-x;

	height:30px;

	padding:0 4px 0 4px;

}

.az_tabs .aztab_right {

	background:url(../images/az_tab_right.gif) no-repeat;

	width:4px;

	height:30px;

}



.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_tabsel_left.gif) no-repeat;

	width:4px;

	height:30px;

}

.az_tabs .az_tabs_sel .aztab_mid {

	background:url(../images/az_tabsel_mid.gif) repeat-x;

	height:30px;

	padding:0 4px 0 4px;

}

.az_tabs .az_tabs_sel .aztab_right {

	background:url(../images/az_tabsel_right.gif) no-repeat;

	width:4px;

	height:30px;

}



.az_tabs_body {

	background:#a3a294;

	clear:both;

	width:724px;

	padding:0;

	margin:0;

}
