/*==== MENU TABS ===*/

.tab_pnd{
	background: url(../img/bg_tab.gif) repeat-x left top;
	width: 725px;
	height: 42px;
	display: block;
	padding:0px 0px 0px 0px;
	margin: 20px auto 0px auto;
}
.tab_pnd ul{
	width: 100%;
	height: 40px;
	display: block;
	float: left;
	list-style-type: none;
	margin:0px 0 0 0px;
	padding:0;
}
.tab_pnd li{
	width: auto;
	display:inline;
	margin:0;
	padding:0;
}
.tab_pnd a{
	background: url(../img/line_tab.gif) no-repeat right;
	height: 33px;	
	float:left;
	margin:2px 0 0 0;
	text-decoration:none;
}
.tab_pnd a span{
	background: url(../img/line_tab.gif) no-repeat right top;
	font: 14px Georgia, arial, tahoma;
	color: White;
	height: 36px;
	float: left;
	display: block;
	padding: 4px 10px 0 10px;
}
.tab_pnd a:hover span {
	background: url(../img/hover.gif) no-repeat center bottom;
	font: 14px Georgia, arial, tahoma;
	color: White;
	width: auto;
	height: 36px;
	float: left;
	display: block;
	padding: 4px 10px 0 10px;
}
.tab_pnd a.current{ 
	background: url(../img/hover.gif) no-repeat center bottom;
	width: auto;
	height: 40px;
}
.pndcontainer{
	float: left;
	height: auto; 
	width: 70%; /*width of 2nd level sub menus*/
	margin: 0 0 0 15px;
}
.pndcontent{
	display:none;
}