	.fundo_busca {
		/*background-color:#f9f9f9;*/
		background-color:#E7F2F6;
	}

	#main {
		/*border: 1px solid #666;*/
		clear: both;
		/*background: #FFF3B3;*/
		padding-top: 2em;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:10px;
		*padding-top: 2em; /*ie 6*/
	}
	
	#contents {
		/*padding: 1.5em;*/
		/*background: #FFFDF3;*/
		/*min-height: 300px;*/
	}
	
	#header {
		z-index:0px;
		position: relative;
		/*width: 100%;*/
		/*height: 3em;*/
		width: 55em; /* tamanho do fundo da busca de produtos */
	}
	
	#header ul#primary {
		margin: 0;
		padding: 0;
		position: absolute;
		/*bottom: -1px;*/
		width: 60em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
		cursor:pointer;
	}
	
	#header ul#primary li  {
		display: inline;
		list-style: none;
	}
	
	#header ul#primary a,#header ul#primary span,#header ul#primary a.current {
		width: 10em;
		display: block;
		float: left;
		/*padding: 4px 0;*/
		/*margin: 1px 2px 0 0;*/
		text-align: center;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		font-size:11px;
		text-decoration: none;
		color: #000000;
	}
	
	#header ul#primary span,#header ul#primary a.current,#header ul#primary a.current:hover {
		/*border-left: 1px solid #666;
		border-right: 1px solid #666;*/
		border-bottom: none;
		/*background: #FFF3B3;*/
		/*padding-bottom: 6px;*/
		color:#000000; 		/*cor do titulo das tabs */
		margin-top: 0;
		font-weight:bold;
	}
	
	#header ul#primary a {
		/*background: #f9f9f9;*/ /*Cor de Fundo dos itens do menu*/
		background: #E7F2F6;
		
		
		/*border: 1px solid #AAA;*/
		/*border-left: 1px solid #666;*/
		border-right: 1px solid #666;
		border-bottom: none;
	}
	
	#header ul#primary a:hover {
		margin-top: 0;
		/*border-color: #666;*/
		/*background: #FFF7CD;*/
		/*padding-bottom: 5px;*/
	}
	
	#header ul#secondary {
		position: absolute;
		margin: 0;
		padding: 0;
		/*bottom: -1.4em;*/
		left: 1px;
		width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	}
	
	#header ul#secondary li a,#header ul#secondary li span {
		width: auto;
		display: block;
		float: left;
		padding: 0 10px;
		margin: 0;
		text-align: auto;
		border: none;
		border-right: 1px dotted #AAA;
		background: none;

	}
	
	#header ul#secondary li a {
		color: #06C;
		text-decoration: underline;
	}
	
	#header ul#secondary li a:hover {
		color: #333;
		background: transparent;
		padding: 0 10px;
		border: none;
		border-right: 1px dotted #AAA;
	}
	
	#header ul#secondary li a:active {
		color: #000;
		background: transparent;
	}

#header ul#secondary li:last-child a { border: none; }