
ul
{
list-style-image: url("seta.gif");
}

ul.none {
list-style-image: none;
}


#container {
	width:960px;
	display:table;
	margin:0 auto;
	float:inherit;
}


#topo {
	width:136px;
	height:88px;
	display:block;	
	float:left;
	padding-left:18px;
	
}

#menu {
    width:750px;
	height:88px;
	padding-top:30px;
	display:block;
	float:left;
	}
	
#conteudo {
    padding-top:1px;
	}	


#texto {
    float:left;
    width:530px;
	padding-left:157px;
	font:10px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	}
	
#texto a{
    color:#666666;
	}
	
	
#imagens {

	float:right;
	padding-right:45px;

}



#rodape {
    width:960px;
	height:36px;
    background-image:url(images/rodape.png);
	background-repeat:no-repeat;
	background-position:center;
	text-align:center;
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#666666;
	padding-top:18px;
	display:table;
	}
	
#rodape a{
color:#666666;
margin-right: 1px;
text-decoration: none;
font: bold 11px Arial;
color:#666666;
}

#rodape a:hover, .tabsmenuclass a.selected{
color: black;
}

#mytabsmenu {
padding-top:19px;
width:900px;
}

#mytabsmenu-image {
float:inherit;
}

.tabsmenuclass ul{
overflow: hidden;
width: auto;
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenuclass li{
float: left;
}

.tabsmenuclass a{
display: block;
padding: 10px 10px;
height:17px;
background: #E8E8E8;
color: black;
margin-right: 1px;
text-decoration: none;
font: bold 12px Arial;
color:#666666;
background-image:url(images/menu_bg.png);
background-color:#CCCCCC;
}

.tabsmenuclass a:hover, .tabsmenuclass a.selected{
background-image:url(images/menu_bg_hover.png);
color: white;
}

/* ######### CSS for sub menu container below ######### */

.tabsmenucontentclass a{
text-decoration:none;
color:white;

}

.tabsmenucontentclass{
font: bold 0px Arial;
color:white;
clear: left;
background:white;
width:0px;
height: 0px;
border: 0px;
}

.tabsmenucontentclass ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.tabsmenucontentclass li{
float: left;
margin-right: 1em;
}

.texto li{
list-style-type: none;
}
