li
{
	display: inline;
	padding: 0;
	margin: 0;
	left: 0;
}

ul
{
	text-align: center;
	padding: 0;
	margin: 0;
	left: 0;
	
}

.tabs
{
	margin:0px;
}

.ui-tabs-nav a
{
	/*
		In general, style all links in the tab navigation area.
		In practice, this allows us to differentiate between active tabs
		and inactive tabs
	*/
	color: #000;
	background-color: #CCCCCC;
	padding:10px;
	left: 0px;
	border-bottom: 0; /* Make an unselected tab appear to float above the panel slightly */
	width: 80px;
}

.ui-tabs-nav
{
	/*
		A margin at the bottom allows us to put padding at the bottom
		of the tab headers
	*/
	margin-bottom: 0px;
	padding:0px;
	
}

.ui-tabs-selected
{
}

.ui-tabs-unselect
{
}

.ui-tabs-selected a
{
	/*
		Style the selected tab header link (which overwrites the 'ui-tabs-nav a'
		style)
	*/
	background-color: #333;
	color:#FFF;
	padding: 10px;
	left: 0px;
}

.ui-tabs-disabled
{
}

.ui-tabs-panel
{
	width: 620px;
}

.ui-tabs-hide
{
	display: none;
}

#Menuprg {
	width:100%;
	height:44px;
	background-color: #CCCCCC;
}
ul#menuprg{
	width:674px;
	margin:0 auto;
	position:relative;
	background-color: #CCCCCC;
}
ul#menuprg li{float:left}
ul#menuprg li a{
	font: 16px 'Cuprum', Helvetica, Arial, sans-serif;
	color:#FFF;
	text-decoration:none;
	letter-spacing:-1px;
	display:block;
	float:left;
	padding:0 8px;
	height:44px;
	line-height:44px
}
ul#menuprg li a:hover, ul#menu li a.ativo, ul#menu li a.atual{
	background:#000000;
	text-decoration:none;





color:<? echo $pad;?>}
ul#menuprg li ul{display:none; position:absolute; top:44px;background:#efefef}
