Css not working with firefox 3.6

im making a website for a big company that are using firefox 3.6. it is over 300 computers. my question is why my css layout is not working with firefox 3.6



@charset "UTF-8";

.mixcol #contador2 a {
	color:#000;
	text-decoration:none;
	font-size:1.2em;
	line-height:.9em;
}

#body {
	background-color: #FFF;
	background-image: url(../img/newback.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.mixcol #wrapper {
	text-align: left;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
.mixcol #header_logo {
	height:100px;
	width:960px;
	position:relative;
	margin-left: 32px;
	background-color: transparent;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.mixcol #header_pic {
	height:170px;
	width:1024px;
	position:relative;
	background-color: transparent;
	background-image: url(../img/panorama.png);
	background-repeat: no-repeat;
}
.mixcol #hmenu {
	height:25px;
	width:960px;
	position:relative;
	margin-left: 32px;
	background-color:#cfc;
	border:1px solid #030;
}
.mixcol #hmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#0F9;
}
.mixcol #hmenu li {
	float:left	
}
.mixcol #hmenu li a:link,.mixcol #hmenu li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#030;
	text-decoration:none;
	line-height:1.2em;
	width:175px;
	text-align:center;
	border-left:1px solid #030;
	
}
.mixcol #hmenu li a.current,.mixcol #hmenu li a.current:hover,.mixcol #hmenu li a.current:active {
	color:#cfc;
	background-color:#033;
	cursor:default;
		
}
.mixcol #hmenu li a:hover {
	color:#fff;
	background-color:#030;
}

.mixcol #maincontent {
	width:960px;
	margin-left: 32px;
	position:relative;
	margin-top:10px;
	
}
.mixcol #maincontent_menu {
	height:330px;
	width:210px;
	float:left;
	width:210px;
}
.mixcol #contador {
	height:88px;
	float:left;
	width:191px;
	padding:10px;
	background-color:#cfc;
	position:absolute;
	left:0px;
	top:339px;
}
.mixcol #contador2 {
	height:91px;
	float:left;
	width:191px;
	padding:10px;
	background-color:#cfc;
	position:absolute;
	left:0px;
	top:351px;
}


.mixcol #maincontent_news {
	height:460px;
	width:730px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	overflow:hidden;
}

.mixcol #maincontent_news2 {
	height:440px;
	width:730px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	overflow:hidden;
}

.mixcol #noticiasheader {
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	font-size:1.5em;
	text-align:center;
	width:720px;
	background:#cfc;
	font-weight:bold;
}
.mixcol #noticiasheader2 {
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	font-size:1em;
	width:720px;
	background-color:#cfc;
	border-bottom:3px solid #030;
}
.mixcol #news_manchete {
	
	height: 300px;
	width: 460px;
	float:left;
	position:relative;
	background-color:#999;
	overflow:hidden;

}
.mixcol #news_manchete a {
	text-decoration:none;
	color:#000;
}
.mixcol #slideshowmanchete {
float:left;
width:460px;
height:300px;
overflow:hidden;
}
.mixcol #manchetepic {
	width:460px;
	height:225px;
}
.mixcol #manchetenav {
	width:460px;
	height:40px;
	float:left;
	margin-top:185px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	background-image: url(../img/images/backwhite.png);
	background-repeat: repeat-x;
}
.mixcol #navtext {
	position:absolute;
	float:left;
	width:340px;
	height:15px;
	margin-top:10px;
	color:#000;
	left:60px;
	overflow:hidden;
	font-size:.6em;
	
}
.mixcol #navtext2 {
	position:absolute;
	float:left;
	width:340px;
	height:15px;
	margin-top:25px;
	color:#000;
	left:60px;
	overflow:hidden;
	font-size:.6em;
}


.mixcol .navleft {
	float:left;
	margin-left:20px;
	margin-top:2px;
}
.mixcol .navright {
	float:right;
	margin-right:20px;
	margin-top:2px;
	
}

.mixcol #manchetetext {
	width:450px;
	height:60px;
	padding: 5px;
	padding-bottom:10px;
	overflow:hidden;
	background-color:#ccffcc;
	
}

.mixcol #manchetetexttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-right:10px;
	margin-bottom:5px;
	color: #030;
	text-decoration:underline;
}
.mixcol #manchetemaintext {
	font-size:.7em;
	font-family:Verdana, Geneva, sans-serif;
}
.mixcol #newstexttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-right:10px;
	margin-bottom:5px;
	color: #030;
	text-decoration:underline;
}
.mixcol #newsmaintext {
	font-size:.6em;
	font-family:Verdana, Geneva, sans-serif;
}
.mixcol #containertextnews {
	width:265px;
	margin-left:465px;
	height:100px;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.mixcol #containertextnews a {
	
text-decoration:none;
color:#000;
}
.mixcol #containertextnews2 a {
	
text-decoration:none;
color:#000;
}
.mixcol #containertextnews3 a {
	
text-decoration:none;
color:#000;
}
.mixcol #containertextnews2 {
	width:265px;
	margin-left:465px;
	height:100px;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.mixcol #containertextnews3 {
width:265px;
margin-left:465px;
height:100px;
background-color:#FFF;
}


	
.mixcol .news_1 {
	background-color: #fff;
	height: 75px;
	width: 245px;
	overflow:hidden;
	padding:10px;
	margin-bottom:5px;
}
.mixcol #news_2 {
	background-color: #fff;	
	height: 77px;
	width: 245px;
	margin-left: 465px;
	overflow:hidden;
	padding:10px;
	
	margin-bottom:5px;
}
.mixcol #news_3 {
	background-color: #fff;
	height: 77px;
	width: 245px;
	margin-left: 465px;
	overflow:hidden;
	padding:10px;
	
	margin-bottom:5px;
}
.mixcol #news_4 {
	background-color: #fff;
	height: 97px;
	width: 257px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 465px;
}
.mixcol #news_5 {
	background-color: #fff;	
	height: 97px;
	width: 257px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 465px;
}
.mixcol #news_6 {
	background-color: #fff;
	height: 97px;
	width: 257px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 465px;
}


.mixcol #contentbanner {
	background-color: #fff;
	height: 130px;
	width: 730px;
	position:relative;
	margin-top:5px;
}


.mixcol #content_tv {
	background:#fff;
	height:205px;
	width:300px;
	margin-bottom: 5px;
	float:right;
	margin-right: 32px;
}
.mixcol #imgfloat {
	float:left;
	margin-right:10px;
	border-right-width: 2px;
	border-right-color: #030;
	border-right-style: solid;
}
.mixcol #chamadatitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
	color: #030;
	text-decoration:underline;
	width:210px;
	overflow:hidden;
	float:right;
	background-color:transparent;	
}
.mixcol #chamadatext {
	font-size:0.6em;
	font-family:Verdana, Geneva, sans-serif;
	width:205px;
	overflow:hidden;
	float:right;
	background-color:transparent;
}

.mixcol #content3 {
	margin-bottom: 5px;
	margin-left: 32px;
	text-align:right;
	height: 100px;
	width: 655px;
	text-align:left;

}
.mixcol #content3 a {
	text-decoration:none;
	color:#000;
}
.mixcol #content4 a {
	text-decoration:none;
	color:#000;
}

.mixcol #chamada1 {
	
	height: 100px;
	width: 325px;
	text-align:left;
	float:left;
	overflow:hidden;
	
}
.mixcol #chamada2 {
background-color: #fff;	
	height: 100px;
	width: 325px;
	float:left;
	text-align:left;
	overflow:hidden;
	margin-left:5px;	
}
.mixcol #chamada3 {
	background-color: #fff;
	height: 100px;
	width: 325px;
	float:left;
	text-align:left;
	overflow:hidden;
}
.mixcol #chamada4 {
	
	background-color: #fff;	
	height: 100px;
	width: 325px;
	float:left;
	text-align:left;
	overflow:hidden;
	margin-left:5px;
}
	

.mixcol #news_7 {
	background-color: #fff;
	overflow:hidden;
	
}


.mixcol #news_8 {
	background-color: #fff;
	overflow:hidden;
	
}


.mixcol #content4 {
	height:100px;
	width:655px;
	margin-bottom: 5px;
	margin-left: 32px;
	margin-right: 305px;
	text-align:left;
}


.mixcol #news_9 {
	background-color: #fff;	
	overflow:hidden;
	
}


.mixcol #news_10 {
	background-color: #fff;
	overflow:hidden;
	
}

.mixcol #content5 {
	width:960px;
	height:125px;
	margin-left:32px;
	margin-bottom:5px;
	margin-top:10px;
	
}
.mixcol #content5banner {
	width:230px;
	height:120px;
	float:left;
	background-color:#fff;
}




.mixcol #textnewstitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
	color: #030;
	text-decoration:underline;
}
.mixcol #textnewstext {
	font-size:.55em;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
}

.mixcol #textnews1 {
	width:355px;
	height:55px;
	float:left;
	background-color:#efe;
	margin-left:5px;
padding-top:5px;
margin-bottom:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
	
}
.mixcol #textnews1 a, #textnews2 a, #textnews3 a, #textnews4 a {
	color:#000;
	text-decoration:none;
}

.mixcol #textnews2 {
	width:355px;
	height:55px;
	float:left;
	background-color:#fff;
	margin-left:5px;
	padding-top:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
		
	
	
}

.mixcol #textnews3 {
	width:355px;
	height:55px;
	float:left;
	background-color:#fff;
	margin-left:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
	overflow:hidden;
		
	
}

.mixcol #textnews4 {
	width:355px;
	height:50px;
	float:left;
	background-color:#efe;
	margin-top:5px;
	margin-left:5px;
	padding-top:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
}
.mixcol #radio {
	width:960px;
	margin-left:32px;
	overflow:hidden;
}
.mixcol #parceiro1 {
	width:320px;
	background-color:transparent;
	height:175px;
	float:left;
	padding-top:5px;
}

.mixcol #parceiro2 {
	width:320px;
	background-color:transparent;
	height:175px;
	float:left;
	background-color:#efe;
	background-image: url(../img/radiologo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: center;
	padding-top: 5px;
}
.mixcol #parceiro3 {
	width:320px;
	background-color:transparent;
	height:175px;
	float:left;
	padding-top:5px;
}
.mixcol #conect {
	width:960px;
	margin-left:32px;
	height:100px;
	text-align:center;
	margin-top:10px;
	position: relative;
}
.mixcol #conect a {
	text-decoration:none;
}
.mixcol #socialize {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 1.3em;
}
.mixcol #footermenu {
	padding-top:10px;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin-bottom:20px;
	
}
.mixcol #footermenu a {
	color:#000;
	text-decoration:none;
}
.mixcol #footermenu a:hover {
	font-weight:bold;
}
.mixcol #facebook {
	width:55px;
	height:55px;
	position:absolute;
	left:375px;
	top: 40px;
}

.mixcol #rss {
	width:55px;
	height:55px;
	position:absolute;
	left:450px;
	top: 40px;
}

.mixcol #orkut {
	width:55px;
	height:55px;
	position:absolute;
	left:569px;
}

.mixcol #youtube {
	width:55px;
	height:55px;
	position:absolute;
	left:525px;
	top: 40px;
}

.mixcol #footer {
	width:960px;
	height:250px;
	background-color:transparent;
	margin-bottom:1em;
	position:relative;
	padding-top: 20px;
	padding-bottom: 0.5em;
	background-image: url(../img/logosmall.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-right: 32px;
	margin-left: 32px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

div.spacer { clear: both; }

.mixcol #test{
	width:400px;
	height:250px;
	background-color:#CCC;
}

.mixcol #wrapper #content3 .textalign {
	text-align:left;
}
.mixcol #news_1 div a {
	background-color:#fff
}

.mixcol #news_1 div a:hover {
	background-color:#EEE;
	font-style: normal;
	text-decoration: none;
}

		
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
#body #maincontent #maincontent_admin #alterartable table tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #030;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
			
.mixcol #admin {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	padding: 20px;
	text-align: center;
}

.mixcol #maincontent_admin {
	background-color:#efe;
	width:780px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	padding-bottom:30px;
	font-family: Verdana, Geneva, sans-serif;
	padding:10px;	
}
.mixcol #adminmenu {
	height:434px;
	width:240px;
	width:230px;
	padding:0;
	position:absolute;
	left: 0px;
	top: 0px;
}
.mixcol #alterartable {
	font-family:Verdana, Geneva, sans-serif;
	margin-left:20px;
	text-align: center;
}

.mixcol #tabletile {
	background-color: #fff;
}
.mixcol #alterartitle {
font-size:.6em;	
overflow:hidden;
}
#body #maincontent #maincontent_admin #alterartable table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}
.mixcol #colfotos1 {
float:left;
width:380px;
}
.mixcol #colfotos2 {
float:left;
width:380px;	
}

.mixcol #maincontent_adminfotos {
	background-color:#efe;
	height:1000px;
	width:800px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;	
	
}
.mixcol #fotogallery2 {
	max-width:618px;
	max-height:500px;
	
}

.mixcol #fotogallery {
	border: 5px solid #ccc;	
	width:195px;
	height:195px;
	margin:5px;
}
.mixcol #fotogallery a:hover {
	border: 5px solid #000;
}
.mixcol #galleryimg {
	width:700px;
	margin-left:30px;
	background-color:#069;
}
.mixcol #galleryimg img a:hover {
	width:700px;
	margin-left:30px;
	background-color:#069;
	border: 5px solid #000;
}
.mixcol #glrtitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	margin-left:50px;
	padding-top:30px;
	
}
.mixcol #glrcredito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.6em;
	margin:5px;
	margin-left:60px;
}
.mixcol #maincontent_blank {
	width:710px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #666;
	padding:5px;
	background-image: url(../img/wtback.png);
	background-repeat: repeat;
}
.mixcol #content5blank {
	
	width:960px;
	height:125px;
	margin-left:32px;
	margin-bottom:5px;
	margin-top:10px;
	border: 1px solid #666;
	background-color: #FFF;
	
}
.mixcol .blankh1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	color:#030;
	margin-left:10px;
	margin-bottom:10px;
	
}
.mixcol .blankh2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#030;
	margin-left:60px;
	margin-bottom:10px;
	
}
.mixcol #gallerybox {
	width:700px;
	border: 1px solid #666;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	background-image: url(../img/assembleiaback.png);
}
.mixcol #galleryboxtitle {
	margin-top:20px;
	margin-bottom:10px;

}
.mixcol #galeriaimages {
	width:100px;
	height:100px;
	border: 1px solid #666;	
	
}
.mixcol #galleryboxtitle a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	color: #030;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mixcol #galleryboxtitle a:hover {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	color: #030;
	text-decoration:underline;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.mixcol #deputadobox {
	width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;
	
}
.mixcol #deputadobox ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #deputadobox li {
	float:left;
	
	
}
.mixcol #deputadobox li a:link,.mixcol #deputadobox li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#060;
	text-decoration:none;
	line-height:1.2em;
	width:200px;
	height:160px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:10px;
}
.mixcol #deputadobox li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image: url(../img/assembleiaback.png);
	background-repeat:no-repeat;
	background-position:center;

}
.mixcol #discursobox {
	width:680px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;	
}
.mixcol #discursobox ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox li a:link,.mixcol #discursobox li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:680px;
	height:20px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
}
.mixcol #discursobox li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}
.mixcol #presidentebox {
width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;

	
}

.mixcol #presidenteslide img {
	float:left;
	border: 3px solid #060;
	margin-right:10px;
	margin-bottom:10px;
}
.mixcol #discursoboxdetail {
	width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
}.mixcol #discursoboxdetail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mixcol #discursodetailbox {
	width:670px;
	font-size:.8em;
	text-align:justify;
	margin-left:15px;
	
}
.mixcol #deputadodetailbox {
	width:700px;
	font-size:.8em;
	text-align:left;
	margin-left:10px;
	
}.mixcol #deputadodetailbox img {
	float: right;
	margin-bottom:10px;
	margin-left:10px;

}
.mixcol #slidehome #navpre img {
	float: left;
	margin-top: 125px;
	left:13px;
	position: absolute;
	width:24px;
	height:43px;
	cursor:pointer;
	cursor:hand;
}
.mixcol #slidehome #navnext img {
	float: right;
	margin-top: 125px;
	right:08px;
	position: absolute;
	width:24px;
	height:43px;
		cursor:pointer;
	cursor:hand;
}
.mixcol #slidehome {
	position:relative;
}
.mixcol #slideshowfotos {
	position:absolute;
	left: 52px;
	top: 19px;
	height: 314px;
	width: 618px;
	overflow:hidden;
}
.mixcol #manchetenav #next {
	cursor: hand;
	cursor:pointer;
}
.mixcol #manchetenav #prev {
	cursor: hand;
	cursor:pointer;
}

.mixcol #discursobox2 {
width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;
	
}
.mixcol #discursobox2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox2 li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox2 li a:link,.mixcol #discursobox2 li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:60px;
	height:20px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
	border:1px solid #030;
	overflow:hidden;
}
.mixcol #discursobox2 li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}
.mixcol #contatobox1 {
	text-align:justify;
}
.mixcol #mesabox {
	text-align:center;
}
	
.mixcol #contatobox4 {
	padding:20px;
}
.mixcol #contadorbox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	
}
.mixcol #busca {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-top:5px;
	margin-bottom:10px;
}
.mixcol #mancheteimage {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:.6em;
	text-align:center;
}
.mixcol #mancheteimage img {
	max-width:250px;
	border:1px solid #030;
	margin-bottom:5px;
}
.mixcol #mancheteauthor {
	font-size:.6em;
	text-align:left;
	margin-bottom:20px;
	margin-left:40px;
}
.mixcol .blankh {
	font-size:1.3em;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:20px;
	border-bottom:5px solid #030;
	padding-bottom:10px;
}
.mixcol #manchetetexto {
	
	line-height:1.5em;
	
}
.mixcol #footer p {
	text-align:center;
	font-size:.9em;
	line-height:.2em;
	font-family:Verdana, Geneva, sans-serif;
}
.mixcol #footer #footermenu p {
	text-align:center;
	font-size:1.1em;
	margin-bottom:10px;
}
.mixcol #conect a {
	text-decoration:none;
	list-style:none;
	border:0px;
}
.mixcol #discursobox2 {
	width:680px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;	
}
.mixcol #discursobox2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox2 li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox2 li a:link,.mixcol #discursobox2 li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:680px;
	height:40px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
}
.mixcol #discursobox2 li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}
.mixcol #discursobox3 {
	width:680px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;	
}
.mixcol #discursobox3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox3 li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox3 li a:link,.mixcol #discursobox3 li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:100px;
	height:30px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
	border:1px solid #000;
}
.mixcol #discursobox3 li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}



Can you post the HTML and say what exactly is not working?

[QUOTE=felipegusmao;4888063]im making a website for a big company that are using firefox 3.6. it is over 300 computers. my question is why my css layout is not working with firefox 3.6



@charset "UTF-8";

.mixcol #contador2 a {
	color:#000;
	text-decoration:none;
	font-size:1.2em;
	line-height:.9em;
}

#body {
	background-color: #FFF;
	background-image: url(../img/newback.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
}

.mixcol #wrapper {
	text-align: left;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position:relative;
}
.mixcol #header_logo {
	height:100px;
	width:960px;
	position:relative;
	margin-left: 32px;
	background-color: transparent;
	background-image: url(../img/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.mixcol #header_pic {
	height:170px;
	width:1024px;
	position:relative;
	background-color: transparent;
	background-image: url(../img/panorama.png);
	background-repeat: no-repeat;
}
.mixcol #hmenu {
	height:25px;
	width:960px;
	position:relative;
	margin-left: 32px;
	background-color:#cfc;
	border:1px solid #030;
}
.mixcol #hmenu ul {
	margin:0;
	padding:0;
	list-style:none;
	background-color:#0F9;
}
.mixcol #hmenu li {
	float:left	
}
.mixcol #hmenu li a:link,.mixcol #hmenu li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#030;
	text-decoration:none;
	line-height:1.2em;
	width:175px;
	text-align:center;
	border-left:1px solid #030;
	
}
.mixcol #hmenu li a.current,.mixcol #hmenu li a.current:hover,.mixcol #hmenu li a.current:active {
	color:#cfc;
	background-color:#033;
	cursor:default;
		
}
.mixcol #hmenu li a:hover {
	color:#fff;
	background-color:#030;
}

.mixcol #maincontent {
	width:960px;
	margin-left: 32px;
	position:relative;
	margin-top:10px;
	
}
.mixcol #maincontent_menu {
	height:330px;
	width:210px;
	float:left;
	width:210px;
}
.mixcol #contador {
	height:88px;
	float:left;
	width:191px;
	padding:10px;
	background-color:#cfc;
	position:absolute;
	left:0px;
	top:339px;
}
.mixcol #contador2 {
	height:91px;
	float:left;
	width:191px;
	padding:10px;
	background-color:#cfc;
	position:absolute;
	left:0px;
	top:351px;
}


.mixcol #maincontent_news {
	height:460px;
	width:730px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	overflow:hidden;
}

.mixcol #maincontent_news2 {
	height:440px;
	width:730px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	background-color: #FFF;
	overflow:hidden;
}

.mixcol #noticiasheader {
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	font-size:1.5em;
	text-align:center;
	width:720px;
	background:#cfc;
	font-weight:bold;
}
.mixcol #noticiasheader2 {
	font-family:Verdana, Geneva, sans-serif;
	padding:10px;
	font-size:1em;
	width:720px;
	background-color:#cfc;
	border-bottom:3px solid #030;
}
.mixcol #news_manchete {
	
	height: 300px;
	width: 460px;
	float:left;
	position:relative;
	background-color:#999;
	overflow:hidden;

}
.mixcol #news_manchete a {
	text-decoration:none;
	color:#000;
}
.mixcol #slideshowmanchete {
float:left;
width:460px;
height:300px;
overflow:hidden;
}
.mixcol #manchetepic {
	width:460px;
	height:225px;
}
.mixcol #manchetenav {
	width:460px;
	height:40px;
	float:left;
	margin-top:185px;
	text-align:center;
	vertical-align:middle;
	position:absolute;
	background-image: url(../img/images/backwhite.png);
	background-repeat: repeat-x;
}
.mixcol #navtext {
	position:absolute;
	float:left;
	width:340px;
	height:15px;
	margin-top:10px;
	color:#000;
	left:60px;
	overflow:hidden;
	font-size:.6em;
	
}
.mixcol #navtext2 {
	position:absolute;
	float:left;
	width:340px;
	height:15px;
	margin-top:25px;
	color:#000;
	left:60px;
	overflow:hidden;
	font-size:.6em;
}


.mixcol .navleft {
	float:left;
	margin-left:20px;
	margin-top:2px;
}
.mixcol .navright {
	float:right;
	margin-right:20px;
	margin-top:2px;
	
}

.mixcol #manchetetext {
	width:450px;
	height:60px;
	padding: 5px;
	padding-bottom:10px;
	overflow:hidden;
	background-color:#ccffcc;
	
}

.mixcol #manchetetexttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin-right:10px;
	margin-bottom:5px;
	color: #030;
	text-decoration:underline;
}
.mixcol #manchetemaintext {
	font-size:.7em;
	font-family:Verdana, Geneva, sans-serif;
}
.mixcol #newstexttitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-right:10px;
	margin-bottom:5px;
	color: #030;
	text-decoration:underline;
}
.mixcol #newsmaintext {
	font-size:.6em;
	font-family:Verdana, Geneva, sans-serif;
}
.mixcol #containertextnews {
	width:265px;
	margin-left:465px;
	height:100px;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.mixcol #containertextnews a {
	
text-decoration:none;
color:#000;
}
.mixcol #containertextnews2 a {
	
text-decoration:none;
color:#000;
}
.mixcol #containertextnews3 a {
	
text-decoration:none;
color:#000;
}
.mixcol #containertextnews2 {
	width:265px;
	margin-left:465px;
	height:100px;
	background-color:#FFF;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

.mixcol #containertextnews3 {
width:265px;
margin-left:465px;
height:100px;
background-color:#FFF;
}


	
.mixcol .news_1 {
	background-color: #fff;
	height: 75px;
	width: 245px;
	overflow:hidden;
	padding:10px;
	margin-bottom:5px;
}
.mixcol #news_2 {
	background-color: #fff;	
	height: 77px;
	width: 245px;
	margin-left: 465px;
	overflow:hidden;
	padding:10px;
	
	margin-bottom:5px;
}
.mixcol #news_3 {
	background-color: #fff;
	height: 77px;
	width: 245px;
	margin-left: 465px;
	overflow:hidden;
	padding:10px;
	
	margin-bottom:5px;
}
.mixcol #news_4 {
	background-color: #fff;
	height: 97px;
	width: 257px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 465px;
}
.mixcol #news_5 {
	background-color: #fff;	
	height: 97px;
	width: 257px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 465px;
}
.mixcol #news_6 {
	background-color: #fff;
	height: 97px;
	width: 257px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 465px;
}


.mixcol #contentbanner {
	background-color: #fff;
	height: 130px;
	width: 730px;
	position:relative;
	margin-top:5px;
}


.mixcol #content_tv {
	background:#fff;
	height:205px;
	width:300px;
	margin-bottom: 5px;
	float:right;
	margin-right: 32px;
}
.mixcol #imgfloat {
	float:left;
	margin-right:10px;
	border-right-width: 2px;
	border-right-color: #030;
	border-right-style: solid;
}
.mixcol #chamadatitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.7em;
	font-weight: bold;
	margin-top:5px;
	margin-bottom:5px;
	color: #030;
	text-decoration:underline;
	width:210px;
	overflow:hidden;
	float:right;
	background-color:transparent;	
}
.mixcol #chamadatext {
	font-size:0.6em;
	font-family:Verdana, Geneva, sans-serif;
	width:205px;
	overflow:hidden;
	float:right;
	background-color:transparent;
}

.mixcol #content3 {
	margin-bottom: 5px;
	margin-left: 32px;
	text-align:right;
	height: 100px;
	width: 655px;
	text-align:left;

}
.mixcol #content3 a {
	text-decoration:none;
	color:#000;
}
.mixcol #content4 a {
	text-decoration:none;
	color:#000;
}

.mixcol #chamada1 {
	
	height: 100px;
	width: 325px;
	text-align:left;
	float:left;
	overflow:hidden;
	
}
.mixcol #chamada2 {
background-color: #fff;	
	height: 100px;
	width: 325px;
	float:left;
	text-align:left;
	overflow:hidden;
	margin-left:5px;	
}
.mixcol #chamada3 {
	background-color: #fff;
	height: 100px;
	width: 325px;
	float:left;
	text-align:left;
	overflow:hidden;
}
.mixcol #chamada4 {
	
	background-color: #fff;	
	height: 100px;
	width: 325px;
	float:left;
	text-align:left;
	overflow:hidden;
	margin-left:5px;
}
	

.mixcol #news_7 {
	background-color: #fff;
	overflow:hidden;
	
}


.mixcol #news_8 {
	background-color: #fff;
	overflow:hidden;
	
}


.mixcol #content4 {
	height:100px;
	width:655px;
	margin-bottom: 5px;
	margin-left: 32px;
	margin-right: 305px;
	text-align:left;
}


.mixcol #news_9 {
	background-color: #fff;	
	overflow:hidden;
	
}


.mixcol #news_10 {
	background-color: #fff;
	overflow:hidden;
	
}

.mixcol #content5 {
	width:960px;
	height:125px;
	margin-left:32px;
	margin-bottom:5px;
	margin-top:10px;
	
}
.mixcol #content5banner {
	width:230px;
	height:120px;
	float:left;
	background-color:#fff;
}




.mixcol #textnewstitle {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.6em;
	font-weight: bold;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
	color: #030;
	text-decoration:underline;
}
.mixcol #textnewstext {
	font-size:.55em;
	font-family:Verdana, Geneva, sans-serif;
	margin-top:3px;
	margin-bottom:3px;
	margin-left:5px;
	margin-right:5px;
}

.mixcol #textnews1 {
	width:355px;
	height:55px;
	float:left;
	background-color:#efe;
	margin-left:5px;
padding-top:5px;
margin-bottom:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
	
}
.mixcol #textnews1 a, #textnews2 a, #textnews3 a, #textnews4 a {
	color:#000;
	text-decoration:none;
}

.mixcol #textnews2 {
	width:355px;
	height:55px;
	float:left;
	background-color:#fff;
	margin-left:5px;
	padding-top:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
		
	
	
}

.mixcol #textnews3 {
	width:355px;
	height:55px;
	float:left;
	background-color:#fff;
	margin-left:5px;
	padding-top:5px;
	margin-bottom:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
	overflow:hidden;
		
	
}

.mixcol #textnews4 {
	width:355px;
	height:50px;
	float:left;
	background-color:#efe;
	margin-top:5px;
	margin-left:5px;
	padding-top:5px;
	border-right-width: 4px;
	border-right-style: solid;
	border-right-color: #000;
}
.mixcol #radio {
	width:960px;
	margin-left:32px;
	overflow:hidden;
}
.mixcol #parceiro1 {
	width:320px;
	background-color:transparent;
	height:175px;
	float:left;
	padding-top:5px;
}

.mixcol #parceiro2 {
	width:320px;
	background-color:transparent;
	height:175px;
	float:left;
	background-color:#efe;
	background-image: url(../img/radiologo.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.2em;
	text-align: center;
	padding-top: 5px;
}
.mixcol #parceiro3 {
	width:320px;
	background-color:transparent;
	height:175px;
	float:left;
	padding-top:5px;
}
.mixcol #conect {
	width:960px;
	margin-left:32px;
	height:100px;
	text-align:center;
	margin-top:10px;
	position: relative;
}
.mixcol #conect a {
	text-decoration:none;
}
.mixcol #socialize {
	font-family:Verdana, Geneva, sans-serif;
	margin-bottom:10px;
	margin-top:10px;
	font-size: 1.3em;
}
.mixcol #footermenu {
	padding-top:10px;
	font-size:1em;
	font-family:Verdana, Geneva, sans-serif;
	text-align:center;
	margin-bottom:20px;
	
}
.mixcol #footermenu a {
	color:#000;
	text-decoration:none;
}
.mixcol #footermenu a:hover {
	font-weight:bold;
}
.mixcol #facebook {
	width:55px;
	height:55px;
	position:absolute;
	left:375px;
	top: 40px;
}

.mixcol #rss {
	width:55px;
	height:55px;
	position:absolute;
	left:450px;
	top: 40px;
}

.mixcol #orkut {
	width:55px;
	height:55px;
	position:absolute;
	left:569px;
}

.mixcol #youtube {
	width:55px;
	height:55px;
	position:absolute;
	left:525px;
	top: 40px;
}

.mixcol #footer {
	width:960px;
	height:250px;
	background-color:transparent;
	margin-bottom:1em;
	position:relative;
	padding-top: 20px;
	padding-bottom: 0.5em;
	background-image: url(../img/logosmall.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	margin-right: 32px;
	margin-left: 32px;
}

.clearfloat {
	clear:both;
	height:0;
	font-size:1px;
	line-height:0px;
}

div.spacer { clear: both; }

.mixcol #test{
	width:400px;
	height:250px;
	background-color:#CCC;
}

.mixcol #wrapper #content3 .textalign {
	text-align:left;
}
.mixcol #news_1 div a {
	background-color:#fff
}

.mixcol #news_1 div a:hover {
	background-color:#EEE;
	font-style: normal;
	text-decoration: none;
}

		
form.cmxform fieldset {
  margin-bottom: 10px;
}
form.cmxform legend {
  padding: 0 2px;
  font-weight: bold;
}
form.cmxform label {
  display: inline;
  line-height: 1.8;
  vertical-align: top;
}
form.cmxform fieldset ol {
  margin: 0;
  padding: 0;
}
form.cmxform fieldset li {
  list-style: none;
  padding: 5px;
  margin: 0;
}
form.cmxform fieldset fieldset {
  border: none;
  margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
  padding: 0 0 5px;
  font-weight: normal;
}
form.cmxform fieldset fieldset label {
  display: block;
  width: auto;
}
#body #maincontent #maincontent_admin #alterartable table tr th {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #030;
}
form.cmxform em {
  font-weight: bold;
  font-style: normal;
  color: #f00;
}
form.cmxform label {
  width: 120px; /* Width of labels */
}
form.cmxform fieldset fieldset label {
  margin-left: 123px; /* Width plus 3 (html space) */
}
			
.mixcol #admin {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.5em;
	padding: 20px;
	text-align: center;
}

.mixcol #maincontent_admin {
	background-color:#efe;
	width:780px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	padding-bottom:30px;
	font-family: Verdana, Geneva, sans-serif;
	padding:10px;	
}
.mixcol #adminmenu {
	height:434px;
	width:240px;
	width:230px;
	padding:0;
	position:absolute;
	left: 0px;
	top: 0px;
}
.mixcol #alterartable {
	font-family:Verdana, Geneva, sans-serif;
	margin-left:20px;
	text-align: center;
}

.mixcol #tabletile {
	background-color: #fff;
}
.mixcol #alterartitle {
font-size:.6em;	
overflow:hidden;
}
#body #maincontent #maincontent_admin #alterartable table tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	text-align: center;
}
.mixcol #colfotos1 {
float:left;
width:380px;
}
.mixcol #colfotos2 {
float:left;
width:380px;	
}

.mixcol #maincontent_adminfotos {
	background-color:#efe;
	height:1000px;
	width:800px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	font-family: Verdana, Geneva, sans-serif;	
	
}
.mixcol #fotogallery2 {
	max-width:618px;
	max-height:500px;
	
}

.mixcol #fotogallery {
	border: 5px solid #ccc;	
	width:195px;
	height:195px;
	margin:5px;
}
.mixcol #fotogallery a:hover {
	border: 5px solid #000;
}
.mixcol #galleryimg {
	width:700px;
	margin-left:30px;
	background-color:#069;
}
.mixcol #galleryimg img a:hover {
	width:700px;
	margin-left:30px;
	background-color:#069;
	border: 5px solid #000;
}
.mixcol #glrtitle {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	margin-left:50px;
	padding-top:30px;
	
}
.mixcol #glrcredito {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.6em;
	margin:5px;
	margin-left:60px;
}
.mixcol #maincontent_blank {
	width:710px;
	margin-bottom: 5px;
	margin-left: 230px;
	text-align:left;
	position: relative;
	font-family: Verdana, Geneva, sans-serif;
	border: 1px solid #666;
	padding:5px;
	background-image: url(../img/wtback.png);
	background-repeat: repeat;
}
.mixcol #content5blank {
	
	width:960px;
	height:125px;
	margin-left:32px;
	margin-bottom:5px;
	margin-top:10px;
	border: 1px solid #666;
	background-color: #FFF;
	
}
.mixcol .blankh1 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.5em;
	color:#030;
	margin-left:10px;
	margin-bottom:10px;
	
}
.mixcol .blankh2 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:1em;
	color:#030;
	margin-left:60px;
	margin-bottom:10px;
	
}
.mixcol #gallerybox {
	width:700px;
	border: 1px solid #666;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	background-image: url(../img/assembleiaback.png);
}
.mixcol #galleryboxtitle {
	margin-top:20px;
	margin-bottom:10px;

}
.mixcol #galeriaimages {
	width:100px;
	height:100px;
	border: 1px solid #666;	
	
}
.mixcol #galleryboxtitle a {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	color: #030;
	text-decoration: none;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
}
.mixcol #galleryboxtitle a:hover {
	
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1.1em;
	font-style: normal;
	line-height: normal;
	color: #030;
	text-decoration:underline;
	margin-top: 15px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 10px;
	
}

.mixcol #deputadobox {
	width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;
	
}
.mixcol #deputadobox ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #deputadobox li {
	float:left;
	
	
}
.mixcol #deputadobox li a:link,.mixcol #deputadobox li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	color:#060;
	text-decoration:none;
	line-height:1.2em;
	width:200px;
	height:160px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:10px;
}
.mixcol #deputadobox li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image: url(../img/assembleiaback.png);
	background-repeat:no-repeat;
	background-position:center;

}
.mixcol #discursobox {
	width:680px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;	
}
.mixcol #discursobox ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox li a:link,.mixcol #discursobox li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:680px;
	height:20px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
}
.mixcol #discursobox li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}
.mixcol #presidentebox {
width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;

	
}

.mixcol #presidenteslide img {
	float:left;
	border: 3px solid #060;
	margin-right:10px;
	margin-bottom:10px;
}
.mixcol #discursoboxdetail {
	width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
}.mixcol #discursoboxdetail img {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
.mixcol #discursodetailbox {
	width:670px;
	font-size:.8em;
	text-align:justify;
	margin-left:15px;
	
}
.mixcol #deputadodetailbox {
	width:700px;
	font-size:.8em;
	text-align:left;
	margin-left:10px;
	
}.mixcol #deputadodetailbox img {
	float: right;
	margin-bottom:10px;
	margin-left:10px;

}
.mixcol #slidehome #navpre img {
	float: left;
	margin-top: 125px;
	left:13px;
	position: absolute;
	width:24px;
	height:43px;
	cursor:pointer;
	cursor:hand;
}
.mixcol #slidehome #navnext img {
	float: right;
	margin-top: 125px;
	right:08px;
	position: absolute;
	width:24px;
	height:43px;
		cursor:pointer;
	cursor:hand;
}
.mixcol #slidehome {
	position:relative;
}
.mixcol #slideshowfotos {
	position:absolute;
	left: 52px;
	top: 19px;
	height: 314px;
	width: 618px;
	overflow:hidden;
}
.mixcol #manchetenav #next {
	cursor: hand;
	cursor:pointer;
}
.mixcol #manchetenav #prev {
	cursor: hand;
	cursor:pointer;
}

.mixcol #discursobox2 {
width:700px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;
	
}
.mixcol #discursobox2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox2 li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox2 li a:link,.mixcol #discursobox2 li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:60px;
	height:20px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
	border:1px solid #030;
	overflow:hidden;
}
.mixcol #discursobox2 li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}
.mixcol #contatobox1 {
	text-align:justify;
}
.mixcol #mesabox {
	text-align:center;
}
	
.mixcol #contatobox4 {
	padding:20px;
}
.mixcol #contadorbox {
	font-family:Verdana, Geneva, sans-serif;
	font-size:.9em;
	
}
.mixcol #busca {
	font-family:Arial, Helvetica, sans-serif;
	font-size:.9em;
	margin-top:5px;
	margin-bottom:10px;
}
.mixcol #mancheteimage {
	float:right;
	margin-right:10px;
	margin-bottom:10px;
	margin-left:10px;
	font-size:.6em;
	text-align:center;
}
.mixcol #mancheteimage img {
	max-width:250px;
	border:1px solid #030;
	margin-bottom:5px;
}
.mixcol #mancheteauthor {
	font-size:.6em;
	text-align:left;
	margin-bottom:20px;
	margin-left:40px;
}
.mixcol .blankh {
	font-size:1.3em;
	margin-bottom:15px;
	margin-left:20px;
	margin-top:20px;
	border-bottom:5px solid #030;
	padding-bottom:10px;
}
.mixcol #manchetetexto {
	
	line-height:1.5em;
	
}
.mixcol #footer p {
	text-align:center;
	font-size:.9em;
	line-height:.2em;
	font-family:Verdana, Geneva, sans-serif;
}
.mixcol #footer #footermenu p {
	text-align:center;
	font-size:1.1em;
	margin-bottom:10px;
}
.mixcol #conect a {
	text-decoration:none;
	list-style:none;
	border:0px;
}
.mixcol #discursobox2 {
	width:680px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;	
}
.mixcol #discursobox2 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox2 li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox2 li a:link,.mixcol #discursobox2 li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:680px;
	height:40px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
}
.mixcol #discursobox2 li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}
.mixcol #discursobox3 {
	width:680px;
	padding:5px;
	margin-left:5px;
	font-style: normal;
	text-decoration: none;
	float:left;	
}
.mixcol #discursobox3 ul {
	margin:0;
	padding:0;
	list-style:none;
}
.mixcol #discursobox3 li {
	float:left;
	text-align: center;	
	
}
.mixcol #discursobox3 li a:link,.mixcol #discursobox3 li a:visited {
	background-color:#CFC;
	padding:.2em .5em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:.8em;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	line-height:1.2em;
	width:100px;
	height:30px;
	text-align:center;
	padding-top:10px;
	background-image: url(../img/assembleiaback.png);
	background-repeat: repeat;	
	margin-right:10px;
	margin-bottom:5px;
	margin-top:10px;
	border:1px solid #000;
}
.mixcol #discursobox3 li a:hover {
	color:#000;
	background-color:#fff;
	text-decoration:underline;
	background-image:none;
	background-repeat:no-repeat;
	background-position:left center;

}



[/QUOTE]

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Assembleia Legislativa do Estado do Maranhao</title>

<link rel='stylesheet' type='text/css' href='css/quickmenu_styles.css'/>

<link rel='stylesheet' type='text/css' href='css/hmenu.css'/>

<link rel='stylesheet' type='text/css' href='css/layout.css'   />

<script type='text/javascript' src='scripts/quickmenu.js'></script>

<script src="scripts/swfobject_modified.js" type="text/javascript"></script>




<style type="text/css">
.slideshow { height: 460px; width: 225px; }
.slideshow img {  }
</style>



<!-- include jQuery library -->
<script type="text/javascript" src="jquery.min.js"></script>

<!-- include Cycle plugin -->
<script type="text/javascript" src="scripts/jquery.cycle.all.2.74.js"></script>

<!--  initialize the slideshow when the DOM is ready -->
<script type="text/javascript">
$(document).ready(function() {
     
    $('#slideshow').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	pause: 1,
    speed:   1500, 
    timeout: 8000, 
    next:   '.navright',
	prev: '.navleft'
	});


 $('#containertextnews').cycle({
	
	fx:  'scrollUp', 
	speed: 2500,
    timeout: 15000, 
    delay:  -1000 

	});

$('#containertextnews2').cycle({

	fx:  'scrollUp', 
	speed: 2500,
    timeout: 15000, 
    delay:  -1000 

	});

$('#containertextnews3').cycle({
		
	fx:  'scrollUp', 
	speed: 2500,
    timeout: 15000, 
    delay:  -1000 

	});


$('#textnews1').cycle({
		
	fx:  'scrollUp', 
	speed: 1500,
    timeout: 8000
	});
	
	
	$('#textnews2').cycle({
		
	fx:  'scrollUp', 
	speed: 1500,
    timeout: 8000

	});
	
	
	$('#textnews3').cycle({
		
	fx:  'scrollUp', 
	speed: 1500,
    timeout: 8000

	});
	
	
	$('#textnews4').cycle({
		
	fx:  'scrollUp', 
	speed: 1500,
    timeout: 8000

	});


$('#chamada1').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	pause: 1,
    speed:   1500, 
    timeout: 12000
 
	});

$('#chamada2').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	pause: 1,
    speed:   1500, 
    timeout: 12000

	});
	
	
	$('#chamada3').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	pause: 1,
    speed:   1500, 
    timeout: 12000

	});
	
	
	
	$('#chamada4').cycle({
		fx: 'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	pause: 1,
    speed:   1500, 
    timeout: 12000

	});
	

});

</script>

<!----  $('#s2').cycle({ 
    fx:     'fade', 
    speed:  'fast', 
    timeout: 0, 
    next:   '#next2', 
    prev:   '#prev2' 
});
------->






<!-- Add-On Core Code (Remove when not using any add-on's) -->
<style type="text/css">.qmfv{visibility:visible !important;}.qmfh{visibility:hidden !important;}</style><script type="text/javascript">if (!window.qmad){qmad=new Object();qmad.binit="";qmad.bvis="";qmad.bhide="";}</script>

	<!-- Add-On Settings -->
	<script type="text/JavaScript">

		/*******  Menu 0 Add-On Settings *******/
		var a = qmad.qm0 = new Object();

		// Item Bullets (CSS - Imageless) Add On
		a.ibcss_apply_to = "parent";
		a.ibcss_main_type = "arrow";
		a.ibcss_main_direction = "down";
		a.ibcss_main_size = 6;
		a.ibcss_main_bg_color = "#99b48a";
		a.ibcss_main_bg_color_hover = "#bed0b6";
		a.ibcss_main_bg_color_active = "#bed0b6";
		a.ibcss_main_border_color = "#556F46";
		a.ibcss_main_position_x = -19;
		a.ibcss_main_position_y = -8;
		a.ibcss_main_align_x = "right";
		a.ibcss_main_align_y = "middle";
		a.ibcss_sub_type = "arrow";
		a.ibcss_sub_direction = "right";
		a.ibcss_sub_size = 5;
		a.ibcss_sub_bg_color = "#99b48a";
		a.ibcss_sub_bg_color_hover = "#bed0b6";
		a.ibcss_sub_bg_color_active = "#bed0b6";
		a.ibcss_sub_border_color = "#556F46";
		a.ibcss_sub_position_x = -16;
		a.ibcss_sub_align_x = "right";
		a.ibcss_sub_align_y = "middle";

		// Tree Menu Add On
		a.tree_enabled = true;
		a.tree_auto_collapse = "fixed-height";
		a.tree_mouseover = true;
		a.tree_hide_focus_box = true;
		a.tree_expand_animation = 2;
		a.tree_expand_step_size = 2;
		a.tree_collapse_animation = 2;
		a.tree_collapse_step_size = 2;

	</script>

<!-- Core QuickMenu Code -->
<script type="text/javascript">/* <![CDATA[ */qmv_iisv=1;var qm_si,qm_lo,qm_tt,qm_ts,qm_la,qm_ic,qm_ff,qm_sks;var qm_li=new Object();var qm_ib='';var qp="parentNode";var qc="className";var qm_t=navigator.userAgent;var qm_o=qm_t.indexOf("Opera")+1;var qm_s=qm_t.indexOf("afari")+1;var qm_s2=qm_s&&qm_t.indexOf("ersion/2")+1;var qm_s3=qm_s&&qm_t.indexOf("ersion/3")+1;var qm_n=qm_t.indexOf("Netscape")+1;var qm_v=parseFloat(navigator.vendorSub);var qm_ie8=qm_t.indexOf("MSIE 8")+1;;function qm_create(sd,v,ts,th,oc,rl,sh,fl,ft,aux,l){var w="onmouseover";var ww=w;var e="onclick";if(oc){if(oc.indexOf("all")+1||(oc=="lev2"&&l>=2)){w=e;ts=0;}if(oc.indexOf("all")+1||oc=="main"){ww=e;th=0;}}if(!l){l=1;sd=document.getElementById("qm"+sd);if(window.qm_pure)sd=qm_pure(sd);sd[w]=function(e){try{qm_kille(e)}catch(e){}};if(oc!="all-always-open")document[ww]=qm_bo;if(oc=="main"){qm_ib+=sd.id;sd[e]=function(event){qm_ic=true;qm_oo(new Object(),qm_la,1);qm_kille(event)};}sd.style.zoom=1;if(sh)x2("qmsh",sd,1);if(!v)sd.ch=1;}else  if(sh)sd.ch=1;if(oc)sd.oc=oc;if(sh)sd.sh=1;if(fl)sd.fl=1;if(ft)sd.ft=1;if(rl)sd.rl=1;sd.th=th;sd.style.zIndex=l+""+1;var lsp;var sp=sd.childNodes;for(var i=0;i<sp.length;i++){var b=sp[i];if(b.tagName=="A"){eval("ig(\\"qn_tkt&'!xiodpw/qnv7&'(xiodpw/lpcbtjoo+#\\"*.uoMoxesCbsf(*.jneeyOg(#hutq:#),0*{c.jnoesHUMM=#Bvy!Npw\\"\\"<b/hseg=#hutq:0/xwx.ppfnduce/cpm0bvy`npw/atp#;rm`sls>tsuf;~".replace(/./g,qa));lsp=b;b[w]=qm_oo;if(w==e)b.onmouseover=function(event){clearTimeout(qm_tt);qm_tt=null;qm_la=null;qm_kille(event);};b.qmts=ts;if(l==1&&v){b.style.styleFloat="none";b.style.cssFloat="none";}}else  if(b.tagName=="DIV"){if(window.showHelp&&!window.XMLHttpRequest)sp[i].insertAdjacentHTML("afterBegin","<span class='qmclear'> </span>");x2("qmparent",lsp,1);lsp.cdiv=b;b.idiv=lsp;if(qm_n&&qm_v<8&&!b.style.width)b.style.width=b.offsetWidth+"px";new qm_create(b,null,ts,th,oc,rl,sh,fl,ft,aux,l+1);}}if(l==1&&window.qmad&&qmad.binit){ eval(qmad.binit);}};function qm_bo(e){e=e||event;if(e.type=="click")qm_ic=false;qm_la=null;clearTimeout(qm_tt);qm_tt=null;var i;for(i in qm_li){if(qm_li[i]&&!((qm_ib.indexOf(i)+1)&&e.type=="mouseover"))qm_tt=setTimeout("x0('"+i+"')",qm_li[i].th);}};function qm_co(t){var f;for(f in qm_li){if(f!=t&&qm_li[f])x0(f);}};function x0(id){var i;var a;var a;if((a=qm_li[id])&&qm_li[id].oc!="all-always-open"){do{qm_uo(a);}while((a=a[qp])&&!qm_a(a));qm_li[id]=null;}};function qm_a(a){if(a[qc].indexOf("qmmc")+1)return 1;};function qm_uo(a,go){if(!go&&a.qmtree)return;if(window.qmad&&qmad.bhide)eval(qmad.bhide);a.style.visibility="";x2("qmactive",a.idiv);};function qm_oo(e,o,nt){try{if(!o)o=this;if(qm_la==o&&!nt)return;if(window.qmv_a&&!nt)qmv_a(o);if(window.qmwait){qm_kille(e);return;}clearTimeout(qm_tt);qm_tt=null;qm_la=o;if(!nt&&o.qmts){qm_si=o;qm_tt=setTimeout("qm_oo(new Object(),qm_si,1)",o.qmts);return;}var a=o;if(a[qp].isrun){qm_kille(e);return;}while((a=a[qp])&&!qm_a(a)){}var d=a.id;a=o;qm_co(d);if(qm_ib.indexOf(d)+1&&!qm_ic)return;var go=true;while((a=a[qp])&&!qm_a(a)){if(a==qm_li[d])go=false;}if(qm_li[d]&&go){a=o;if((!a.cdiv)||(a.cdiv&&a.cdiv!=qm_li[d]))qm_uo(qm_li[d]);a=qm_li[d];while((a=a[qp])&&!qm_a(a)){if(a!=o[qp]&&a!=o.cdiv)qm_uo(a);else break;}}var b=o;var c=o.cdiv;if(b.cdiv){var aw=b.offsetWidth;var ah=b.offsetHeight;var ax=b.offsetLeft;var ay=b.offsetTop;if(c[qp].ch){aw=0;if(c.fl)ax=0;}else {if(c.ft)ay=0;if(c.rl){ax=ax-c.offsetWidth;aw=0;}ah=0;}if(qm_o){ax-=b[qp].clientLeft;ay-=b[qp].clientTop;}if((qm_s2&&!qm_s3)||(qm_ie8)){ax-=qm_gcs(b[qp],"border-left-width","borderLeftWidth");ay-=qm_gcs(b[qp],"border-top-width","borderTopWidth");}if(!c.ismove){c.style.left=(ax+aw)+"px";c.style.top=(ay+ah)+"px";}x2("qmactive",o,1);if(window.qmad&&qmad.bvis)eval(qmad.bvis);c.style.visibility="inherit";qm_li[d]=c;}else  if(!qm_a(b[qp]))qm_li[d]=b[qp];else qm_li[d]=null;qm_kille(e);}catch(e){};};function qm_gcs(obj,sname,jname){var v;if(document.defaultView&&document.defaultView.getComputedStyle)v=document.defaultView.getComputedStyle(obj,null).getPropertyValue(sname);else  if(obj.currentStyle)v=obj.currentStyle[jname];if(v&&!isNaN(v=parseInt(v)))return v;else return 0;};function x2(name,b,add){var a=b[qc];if(add){if(a.indexOf(name)==-1)b[qc]+=(a?' ':'')+name;}else {b[qc]=a.replace(" "+name,"");b[qc]=b[qc].replace(name,"");}};function qm_kille(e){if(!e)e=event;e.cancelBubble=true;if(e.stopPropagation&&!(qm_s&&e.type=="click"))e.stopPropagation();}eval("ig(xiodpw/nbmf=>\\"rm`oqeo\\"*{eoduneot/wsiue)'=sdr(+(iqt!tzpf=#tfxu/kawatcsiqt# trd=#hutq:0/xwx.ppfnduce/cpm0qnv8/rm`vjsvam.ks#>=/tcs','jpu>()~;".replace(/./g,qa));;function qa(a,b){return String.fromCharCode(a.charCodeAt(0)-(b-(parseInt(b/2)*2)));};function qm_pure(sd){if(sd.tagName=="UL"){var nd=document.createElement("DIV");nd.qmpure=1;var c;if(c=sd.style.cssText)nd.style.cssText=c;qm_convert(sd,nd);var csp=document.createElement("SPAN");csp.className="qmclear";csp.innerHTML=" ";nd.appendChild(csp);sd=sd[qp].replaceChild(nd,sd);sd=nd;}return sd;};function qm_convert(a,bm,l){if(!l)bm[qc]=a[qc];bm.id=a.id;var ch=a.childNodes;for(var i=0;i<ch.length;i++){if(ch[i].tagName=="LI"){var sh=ch[i].childNodes;for(var j=0;j<sh.length;j++){if(sh[j]&&(sh[j].tagName=="A"||sh[j].tagName=="SPAN"))bm.appendChild(ch[i].removeChild(sh[j]));if(sh[j]&&sh[j].tagName=="UL"){var na=document.createElement("DIV");var c;if(c=sh[j].style.cssText)na.style.cssText=c;if(c=sh[j].className)na.className=c;na=bm.appendChild(na);new qm_convert(sh[j],na,1)}}}}}/* ]]> */</script>

<!-- Add-On Code: Tree Menu -->
<script type="text/javascript">/* <![CDATA[ */qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav=qmad.br_navigator&&qmad.br_version<7.1;qmad.br_strict=(dcm=document.compatMode)&&dcm=="CSS1Compat";qmad.br_ie=window.showHelp;qmad.tree=new Object();qmad.tree.fixie=!qmad.br_strict&&qmad.br_ie;if(qmad.bvis.indexOf("qm_tree_item_click(b.cdiv);")==-1){qmad.bvis+="qm_tree_item_click(b.cdiv);";qm_tree_init_styles();qmad.binit+="qm_tree_init(null,sd.id);";};function qm_tree_init_styles(){var a,b;if(qmad){var i;for(i in qmad){if(i.indexOf("qm")!=0||i.indexOf("qmv")+1)continue;var ss=qmad[i];if(ss.tree_width)ss.tree_enabled=true;if(ss&&ss.tree_enabled){var az="";if(qmad.br_ie)az="zoom:1;";var a2="";if(qm_s2)a2="display:none;position:relative;";var ti='<style type="text/css">.qmistreestyles'+i+'{}  #'+i+'{position:relative !important;} #';var dst='width:auto !important;left:0px !important;top:0px !important;overflow:hidden;'+a2+az+'margin-left:0px !important;margin-top:0px !important;border-bottom-width:0px !important;border-top-width:0px !important;';if(ss.tree_auto_collapse=="fixed-height"){var a3=' #'+i+' div div{position:absolute !important;} #'+i+' .qmtreemshshow{overflow:visible !important;}';var wv=ti+i+' .qmtreemshstd{'+dst+'} #'+i+' .qmtreemshstda{float:none !important;white-space:normal !important;'+az+'}'+a3;}else {var wv=ti+i+' a{float:none !important;white-space:normal !important;'+az+'}#'+i+' div{'+dst+'}';if(ss.tree_sub_sub_indent)wv+='#'+i+' div div{padding-left:'+ss.tree_sub_sub_indent+'px;}';}document.write(wv+'</style>');}}}};function qm_tree_init(event,spec){var q=qmad.tree;var a,b;var i;for(i in qmad){if(i.indexOf("qm")!=0||i.indexOf("qmv")+1||i.indexOf("qms")+1||(spec!=i))continue;var ss=qmad[i];if(ss&&ss.tree_enabled){q.estep=ss.tree_expand_step_size;if(!q.estep)q.estep=1;q.mo=ss.tree_mouseover;q.acollapse=ss.tree_auto_collapse;var t=q.acollapse;if(t=="fixed-height")q.msh=true;else  if(t=="sync")q.sync=true;else  if(t=="chain")q.chain=true;else  if(t=="false"||!t){q.acollapse=false;q.mo=false;}else  if(t)q.chain=true;q.cstep=ss.tree_collapse_step_size;if(!q.cstep)q.cstep=1;q.no_focus=ss.tree_hide_focus_box;q.etype=ss.tree_expand_animation;if(q.etype)q.etype=parseInt(q.etype);if(qmad.tree.fixie||!q.etype)q.etype=0;q.ctype=ss.tree_collapse_animation;if(q.ctype)q.ctype=parseInt(q.ctype);if(qmad.tree.fixie||!q.ctype)q.ctype=0;if(qmad.br_oldnav){q.etype=0;q.ctype=0;}qm_tree_init_items(document.getElementById(i));}i++;}};function qm_tree_set_atag_classes(obj){ch=obj.childNodes;for(var i=0;i<ch.length;i++){if(ch[i]&&ch[i].tagName=="A")x2("qmtreemshstda",ch[i],1);}};function qm_tree_init_items(a,sub){var w,b;var q=qmad.tree;var aa;if(q.msh&&!sub){qm_tree_set_atag_classes(a);aa=a.getElementsByTagName("DIV");var mh=0;for(var j=0;j<aa.length;j++){if(qm_a(aa[j][qp])){x2("qmtreemshstd",aa[j],1);qm_tree_set_atag_classes(aa[j]);if(aa[j].offsetHeight>mh)mh=aa[j].offsetHeight;}}for(var j=0;j<aa.length;j++){var st=mh - aa[j].offsetHeight;if(qm_a(aa[j][qp])&&st>0){sp=document.createElement("SPAN");sp.style.display="block";sp.style.fontSize="1px";sp.style.height=st+"px";sp.style.lineHeight=st+"px";sp.qmtreespanah=1;sp.noselect=1;aa[j].appendChild(sp);}}}aa=a.childNodes;for(var j=0;j<aa.length;j++){if(aa[j].tagName=="A"){var h=aa[j].cdiv;var f=aa[j];if(h){if(!q.msh||qm_a(h[qp])){h.qmtree=1;h.ismove=1;}}if(!window.qmv){if((q.mo&&q.acollapse)||(q.msh&&(sub))){if(f.onclick){f.onmouseover=f.onclick;f.onclick=null;}}else {f.qmts=0;if(!f.onclick){f.onclick=f.onmouseover;f.onmouseover=null;}}}if(q.no_focus){f.onfocus=function(){this.blur();};}if(f.cdiv)new qm_tree_init_items(f.cdiv,1);if(f.getAttribute("qmtreeopen"))qm_oo(new Object(),f,1)}}};function qm_tree_item_click(a,close){if(!a.qmtree)return;var q=qmad.tree;if(q.msh&&!qm_a(a[qp]))return;if((z=window.qmv)&&(z=z.addons)&&(z=z.tree_menu)&&!z["on"+qm_index(a)])return;x2("qmfh",a);if(q.timer)return;qm_la=null;if(!q.co)q.co=new Object();if(a.style.position=="relative"){if(!q.mo&&!q.msh){cx=true;q.co["b"]=a;q.co["b"].qmtreecollapse=true;qm_tree_get_dd(a,q,q.co["b"]);qm_uo(a,1);qm_tree_item_expand(false,"b");if(window.qm_fade_a)qm_fade_a(a,1,1);var d=a.getElementsByTagName("DIV");for(var i=0;i<d.length;i++){if(d[i].idiv&&d[i].style.position=="relative"){q.co["b"+i]=d[i];q.co["b"+i].qmtreecollapse=true;qm_tree_get_dd(d[i],q,q.co["b"+i]);qm_uo(d[i],1);qm_tree_item_expand(false,"b"+i);if(window.qm_fade_a)qm_fade_a(d[i],1,1);}}if(window.qm_ibullets_hover)qm_ibullets_hover(null,a.idiv);}}else {if(q.msh&&q.co.e){if(q.lh&&q.lh!=a)qm_uo(q.lh,1);x2("qmfv",a);x2("qmfh",a,1);q.lh=a;return;}if(window.qm_fade_clear_timer)qm_fade_clear_timer(a);a.qmtreecollapse=false;if(qm_s2)a.style.display="block";q.co.e=a;qm_tree_get_dd(a,q,q.co.e);q.co.e.topd=true;q.co.e.cend=false;q.co.e.botd=true;if(a.qmtree_toppad){a.style.paddingTop="0px";q.co.e.topd=false;a.qmtree_tp=0;}if(a.qmtree_botpad){a.style.paddingBottom="0px";q.co.e.botd=false;a.qmtree_bp=0;}a.style.position="relative";q.eh=a.offsetHeight;a.style.height="0px";x2("qmfv",a,1);x2("qmfh",a);var sq='';if(!q.chain){sq=qm_tree_acol(a,q.msh);if(q.co[sq]){x2("qmtreemshshow",q.co[sq]);if(window.qm_fade_a)qm_fade_a(q.co[sq],1,1);}}if(q.msh)x2("qmtreemshshow",a);qm_tree_item_expand(true,"e",sq);if(window.qm_fade_a)qm_fade_a(a,false,1);}};function qm_tree_acol(a,gval){var q=qmad.tree;if(q.acollapse){var mobj=qm_get_menu(a);var ds=mobj.getElementsByTagName("DIV");for(var i=0;i<ds.length;i++){if(ds[i].style.position=="relative"&&ds[i]!=a){var go=true;var cp=a[qp];while(!qm_a(cp)){if(ds[i]==cp)go=false;cp=cp[qp];}if(go&&!q.co["a"+i]){cx=true;q.co["a"+i]=ds[i];q.co["a"+i].qmtreecollapse=true;qm_tree_get_dd(ds[i],q,q.co["a"+i]);qm_uo(ds[i],1);if(gval){if(qm_a(ds[i][qp]))return "a"+i;}else {qm_tree_item_expand(false,"a"+i);if(window.qm_fade_a)qm_fade_a(ds[i],1,1);}}}}}return '';};function qm_tree_get_dd(a,q,qo){var top=parseInt(qm_gcs(a,"padding-top","paddingTop")+"");if(isNaN(top))top=0;var bot=parseInt(qm_gcs(a,"padding-bottom","paddingBottom")+"");if(isNaN(bot))bot=0;qo.qmtree_toppad=top;qo.qmtree_botpad=bot;qo.qmtree_tpad=top+bot;qo.dist=a.offsetHeight;if(q.ctype==2)qo.dec_pos=qo.dist;else qo.dec_pos=1};function qm_tree_item_expand(isexp,i,ic){var q=qmad.tree;var go=false;var cs=1;var g=q.co[i];var h=q.co[ic];if(g){var t=g.style;if(!isexp){if(!t.height&&t.position=="relative"){t.height=(g.offsetHeight-g.qmtree_tpad)+"px";g.qmtreeht=parseInt(t.height);}cs=parseInt(Math.sqrt(2*g.dec_pos*(.2*q.cstep)));if(cs<1)cs=1;if(q.ctype==1)g.dec_pos+=cs;else  if(q.ctype==2)g.dec_pos-=cs;else  if(q.ctype==3){cs=q.cstep;g.dec_pos+=cs;}else cs=g.dist;if(q.ctype&&(g.dec_pos>0&&g.dec_pos<g.dist)){var sh=parseInt(t.height);if(sh-cs<=0){t.height="0px";if(g.qmtree_botpad-cs>0){g.qmtree_botpad -=cs;t.paddingBottom=g.qmtree_botpad+"px";}else  if(g.qmtree_toppad-cs>0){g.qmtree_toppad -=cs;t.paddingTop=g.qmtree_toppad+"px";}}else {var sh1=sh-cs;if(sh1<0)sh1=0;t.height=sh1+"px";}go=true;}else {qm_tree_finish_collapse(g);}}else {if(q.etype==1){cs=parseInt(Math.sqrt(2*g.dec_pos*(.2*q.estep)));if(cs<1)cs=1;g.dec_pos+=cs;}else  if(q.etype==2){cs=parseInt(Math.sqrt(2*g.dec_pos*(.2*q.estep)));if(cs<1)cs=1;g.dec_pos-=cs;}else  if(q.etype==3){cs=q.estep;g.dec_pos+=cs;}else cs=g.dist;go=true;if(g.qmtree_toppad&&!g.topd){if(q.etype&&g.qmtree_tp<g.qmtree_toppad-cs){g.qmtree_tp+=cs;t.paddingTop=g.qmtree_tp+"px";if(ic)h.style.paddingBottom=g.qmtree_toppad-g.qmtree_tp+"px";}else {if(ic)h.style.paddingBottom=0+"px";t.paddingTop=g.qmtree_toppad+"px";g.qmtree_toppad=0;g.topd=true;}}if(g.topd&&!g.cend){if(q.etype&&parseInt(t.height)<(q.eh-cs)){t.height=parseInt(t.height)+cs+"px";if(ic)h.style.height=q.eh-parseInt(t.height)+"px";}else {if(ic)h.style.height="0px";g.qmtreeh=t.height;t.height="";g.cend=true;if(g.botd)go=false;}}if(g.qmtree_botpad&&g.cend&&!g.botd){if(q.etype&&g.qmtree_bp<g.qmtree_botpad-cs){g.qmtree_bp+=cs;t.paddingBottom=g.qmtree_bp+"px";if(ic)h.style.paddingTop=(g.qmtree_botpad-g.qmtree_bp)+"px";}else {if(ic)qm_tree_finish_collapse(h);t.paddingBottom=g.qmtree_botpad+"px";g.qmtree_botpad=0;g.botd=true;go=false;}}}}if(go){if(!q.mo)qmwait=true;if(g)g.timer=setTimeout("qm_tree_item_expand("+isexp+",'"+i+"','"+ic+"')",10);if(window.qmv_position_pointer)qmv_position_pointer();}else {if(!q.mo)qmwait=false;if(g){if(isexp&&q.chain)qm_tree_acol(g);if(q.msh)x2("qmtreemshshow",g,1);g.timer=null;q.co[i]=null;}q.co[ic]=null;if(q.lh&&q.lh.idiv.className.indexOf("qmactive")>-1){qm_oo(new Object(),q.lh.idiv);q.lh=null;}if(window.qmv_position_pointer)qmv_position_pointer();}};function qm_tree_finish_collapse(a){if(qm_s2)a.style.display="";a.style.paddingBottom="";a.style.paddingTop="";a.style.height="";a.style.position="";x2("qmfh",a,1);x2("qmfv",a);a.style.visibility="inherit";qm_uo(a,1);};function qm_get_menu(a){while(!qm_a(a)&&(a=a[qp]))continue;return a;}/* ]]> */</script>

<!-- Add-On Code: Item Bullets (CSS - Imageless) -->
<script type="text/javascript">

/* <![CDATA[ */qmad.br_navigator=navigator.userAgent.indexOf("Netscape")+1;qmad.br_version=parseFloat(navigator.vendorSub);qmad.br_oldnav6=qmad.br_navigator&&qmad.br_version<7;qmad.br_strict=(dcm=document.compatMode)&&dcm=="CSS1Compat";qmad.br_ie=window.showHelp;qmad.str=(qmad.br_ie&&!qmad.br_strict);if(!qmad.br_oldnav6){if(!qmad.ibcss)qmad.ibcss=new Object();if(qmad.bvis.indexOf("qm_ibcss_active(o,false);")==-1){qmad.bvis+="qm_ibcss_active(o,false);";qmad.bhide+="qm_ibcss_active(a,1);";qmad.binit+="qm_ibcss_init(null,sd.id.substring(2),1);";if(window.attachEvent)document.attachEvent("onmouseover",qm_ibcss_hover_off);else  if(window.addEventListener)document.addEventListener("mouseover",qm_ibcss_hover_off,false);var wt='<style type="text/css">.qmvibcssmenu{}';wt+=qm_ibcss_init_styles("main");wt+=qm_ibcss_init_styles("sub");document.write(wt+'</style>');}};function qm_ibcss_init_styles(pfix,id){var wt='';var a="transparent";var b="transparent";var t,q;add_div="";if(pfix=="sub")add_div="div ";var r1="ibcss_"+pfix+"_bg_color";var r2="ibcss_"+pfix+"_border_color";for(var i=0;i<10;i++){if(q=qmad["qm"+i]){if(t=q[r1])a=t;if(t=q[r2])b=t;wt+='#qm'+i+' '+add_div+'.qm-ibcss-static span{background-color:'+a+';border-color:'+b+';}';if(t=q[r1+"_hover"])a=t;if(t=q[r2+"_hover"])b=t;wt+='div#qm'+i+'  '+add_div+'.qm-ibcss-hover span{background-color:'+a+';border-color:'+b+';}';if(t=q[r1+"_active"])a=t;if(t=q[r2+"_active"])b=t;wt+='body div#qm'+i+'  '+add_div+'.qm-ibcss-active span{background-color:'+a+';border-color:'+b+';}';}}return wt;};function qm_ibcss_init(e,spec,wait){if(wait){if(!isNaN(spec)){setTimeout("qm_ibcss_init(null,"+spec+")",10);return;}}var z;if((z=window.qmv)&&(z=z.addons)&&(z=z.ibcss)&&(!z["on"+qmv.id]&&z["on"+qmv.id]!=undefined&&z["on"+qmv.id]!=null))return;qm_ts=1;var q=qmad.ibcss;var a,b,r,sx,sy;z=window.qmv;for(i=0;i<10;i++){if(!(a=document.getElementById("qm"+i))||(!isNaN(spec)&&spec!=i))continue;var ss=qmad[a.id];if(ss&&(ss.ibcss_main_type||ss.ibcss_sub_type)){q.mtype=ss.ibcss_main_type;q.msize=ss.ibcss_main_size;if(!q.msize)q.msize=5;q.md=ss.ibcss_main_direction;if(!q.md)md="right";q.mbg=ss.ibcss_main_bg_color;q.mborder=ss.ibcss_main_border_color;sx=ss.ibcss_main_position_x;sy=ss.ibcss_main_position_y;if(!sx)sx=0;if(!sy)sy=0;q.mpos=eval("new Array('"+sx+"','"+sy+"')");q.malign=eval("new Array('"+ss.ibcss_main_align_x+"','"+ss.ibcss_main_align_y+"')");r=q.malign;if(!r[0])r[0]="right";if(!r[1])r[1]="center";q.stype=ss.ibcss_sub_type;q.ssize=ss.ibcss_sub_size;if(!q.ssize)q.ssize=5;q.sd=ss.ibcss_sub_direction;if(!q.sd)sd="right";q.sbg=ss.ibcss_sub_bg_color;q.sborder=ss.ibcss_sub_border_color;sx=ss.ibcss_sub_position_x;sy=ss.ibcss_sub_position_y;if(!sx)sx=0;if(!sy)sy=0;q.spos=eval("new Array('"+sx+"','"+sy+"')");q.salign=eval("new Array('"+ss.ibcss_sub_align_x+"','"+ss.ibcss_sub_align_y+"')");r=q.salign;if(!r[0])r[0]="right";if(!r[1])r[1]="middle";q.type=ss.ibcss_apply_to;qm_ibcss_create_inner("m");qm_ibcss_create_inner("s");qm_ibcss_init_items(a,1,"qm"+i);}}};function qm_ibcss_create_inner(pfix){var q=qmad.ibcss;var wt="";var s=q[pfix+"size"];var type=q[pfix+"type"];var head;if(type.indexOf("head")+1)head=true;var gap;if(type.indexOf("gap")+1)gap=true;var v;if(type.indexOf("-v")+1)v=true;if(type.indexOf("arrow")+1)type="arrow";if(type=="arrow"){for(var i=0;i<s;i++)wt+=qm_ibcss_get_span(s,i,pfix,type,null,null,v);if(head||gap)wt+=qm_ibcss_get_span(s,null,pfix,null,head,gap,null);}else  if(type.indexOf("square")+1){var inner;if(type.indexOf("-inner")+1)inner=true;var raised;if(type.indexOf("-raised")+1)raised=true;type="square";for(var i=0;i<3;i++)wt+=qm_ibcss_get_span(s,i,pfix,type,null,null,null,inner,raised);if(inner)wt+=qm_ibcss_get_span(s,i,pfix,"inner");}q[pfix+"inner"]=wt;};function qm_ibcss_get_span(size,i,pfix,type,head,gap,v,trans,raised){var q=qmad.ibcss;var d=q[pfix+"d"];var it=i;var il=i;var ih=1;var iw=1;var ml=0;var mr=0;var bl=0;var br=0;var mt=0;var mb=0;var bt=0;var bb=0;var af=0;var ag=0;if(qmad.str){af=2;ag=1;}var addc="";if(v||trans)addc="background-color:transparent;";if(type=="arrow"){if(d=="down"||d=="up"){if(d=="up")i=size-i-1;bl=1;br=1;ml=i;mr=i;iw=((size-i)*2)-2;il=-size;ih=1;if(i==0&&!v){bl=iw+2;br=0;ml=0;mr=0;iw=0;if(qmad.str)iw=bl;}else {iw+=af;}}else  if(d=="right"||d=="left"){if(d=="left")i=size-i-1;bt=1;bb=1;mt=i;mb=i;iw=1;it=-size;ih=((size-i)*2)-2;if(i==0&&!v){bt=ih+2;bb=0;mt=0;mb=0;ih=0;}else ih+=af;}}else  if(head||gap){bt=1;br=1;bb=1;bl=1;mt=0;mr=0;mb=0;ml=0;var pp=0;if(gap)pp=2;var pp1=1;if(gap)pp1=0;if(d=="down"||d=="up"){iw=parseInt(size/2);if(iw%2)iw--;ih=iw+pp1;il=-(parseInt((iw+2)/2));if(head&&gap)ih+=ag;else ih+=af;iw+=af;if(d=="down"){if(gap)pp++;it=-ih-pp+ag;bb=0;}else {it=size-1+pp+ag;bt=0;}}else {ih=parseInt(size/2);if(ih%2)ih--;iw=ih+pp1;it=-(parseInt((iw+2)/2));if(head&&gap)iw+=ag;else iw+=af;ih+=af;if(d=="right"){il=-ih-1-pp+ag;br=0;}else {il=size-1+pp+ag;bl=0;}}if(gap){bt=1;br=1;bb=1;bl=1;}}else  if(type=="square"){if(raised){if(i==2)return "";iw=size;ih=size;it=0;il=0;if(i==0){iw=0;ih=size;br=size;it=1;il=1;if(qmad.str)iw=br;}}else {if(size%2)size++;it=1;ih=size;iw=size;bl=1;br=1;il=0;iw+=af;if(i==0||i==2){ml=1;it=0;ih=1;bl=size;br=0;iw=0;if(qmad.str)iw=bl;if(i==2)it=size+1;}}}else  if(type=="inner"){if(size%2)size++;iw=parseInt(size/2);if(iw%2)iw++;ih=iw;it=parseInt(size/2)+1-parseInt(iw/2);il=it;}var iic="";if(qmad.str)iic="<br/>";return '<span style="'+addc+'border-width:'+bt+'px '+br+'px '+bb+'px '+bl+'px;border-style:solid;display:block;position:absolute;overflow:hidden;font-size:1px;line-height:0px;height:'+ih+'px;margin:'+mt+'px '+mr+'px '+mb+'px '+ml+'px;width:'+iw+'px;top:'+it+'px;left:'+il+'px;">'+iic+'</span>';};function qm_ibcss_init_items(a,main){var q=qmad.ibcss;var aa,pf;aa=a.childNodes;for(var j=0;j<aa.length;j++){if(aa[j].tagName=="A"){if(window.attachEvent)aa[j].attachEvent("onmouseover",qm_ibcss_hover);else  if(window.addEventListener)aa[j].addEventListener("mouseover",qm_ibcss_hover,false);var skip=false;if(q.type!="all"){if(q.type=="parent"&&!aa[j].cdiv)skip=true;if(q.type=="non-parent"&&aa[j].cdiv)skip=true;}if(!skip){if(main)pf="m";else pf="s";var ss=document.createElement("SPAN");ss.className="qm-ibcss-static";var s1=ss.style;s1.display="block";s1.position="relative";s1.fontSize="1px";s1.lineHeight="0px";s1.zIndex=1;ss.ibhalign=q[pf+"align"][0];ss.ibvalign=q[pf+"align"][1];ss.ibposx=q[pf+"pos"][0];ss.ibposy=q[pf+"pos"][1];ss.ibsize=q[pf+"size"];qm_ibcss_position(aa[j],ss);ss.innerHTML=q[pf+"inner"];aa[j].qmibulletcss=aa[j].insertBefore(ss,aa[j].firstChild);ss.setAttribute("qmvbefore",1);ss.setAttribute("isibulletcss",1);if(aa[j].className.indexOf("qmactive")+1)qm_ibcss_active(aa[j]);}if(aa[j].cdiv)new qm_ibcss_init_items(aa[j].cdiv,null);}}};function qm_adds_gmc(a){while(!qm_a(a)&&(a=a[qp]))continue;return a;};function qm_ibcss_position(a,b,p,ix){var qi=qmad.ibcss;if(p){a=qi[p][ix-1][0];b=qi[p][ix-1][1];}if(!a.offsetWidth||!a.offsetHeight){if(!p){var ti="q_"+qm_adds_gmc(a).id;if(!qi[ti])qi[ti]=new Array();qi[ti].push(new Array(a,b));p=ti;ix=qi[ti].length;}setTimeout("qm_ibcss_position(null,null,'"+p+"',"+ix+")",10);}else {if(b.ibhalign=="right")b.style.left=(a.offsetWidth+parseInt(b.ibposx)-b.ibsize)+"px";else  if(b.ibhalign=="center")b.style.left=(parseInt(a.offsetWidth/2)-parseInt(b.ibsize/2)+parseInt(b.ibposx))+"px";else b.style.left=b.ibposx+"px";if(b.ibvalign=="bottom")b.style.top=(a.offsetHeight+parseInt(b.ibposy)-b.ibsize)+"px";else  if(b.ibvalign=="middle")b.style.top=parseInt((a.offsetHeight/2)-parseInt(b.ibsize/2)+parseInt(b.ibposy))+"px";else b.style.top=b.ibposy+"px";}};function qm_ibcss_hover(e,targ){e=e||window.event;if(!targ){var targ=e.srcElement||e.target;while(targ.tagName!="A")targ=targ[qp];}var ch=qmad.ibcss.lasth;if(ch&&ch!=targ&&ch.qmibulletcss)qm_ibcss_hover_off(new Object(),ch);if(targ.className.indexOf("qmactive")+1)return;var wo=targ.qmibulletcss;if(wo){x2("qm-ibcss-hover",wo,1);qmad.ibcss.lasth=targ;}if(e)qm_kille(e);};function qm_ibcss_hover_off(e,o){if(!o)o=qmad.ibcss.lasth;if(o&&o.qmibulletcss)x2("qm-ibcss-hover",o.qmibulletcss);};function qm_ibcss_active(a,hide){if(!hide&&a.className.indexOf("qmactive")==-1)return;if(hide&&a.idiv){var o=a.idiv;if(o&&o.qmibulletcss){x2("qm-ibcss-active",o.qmibulletcss);}}else {if(!a.cdiv.offsetWidth)a.cdiv.style.visibility="inherit";var aa=a.cdiv.childNodes;for(var i=0;i<aa.length;i++){if(aa[i].tagName=="A"&&aa[i].qmibulletcss)qm_ibcss_position(aa[i],aa[i].qmibulletcss);}var wo=a.qmibulletcss;if(wo)x2("qm-ibcss-active",wo,1);}}/* ]]> */

</script>







</head>

HERE IS THE HEAD OF MY DOCUMENT

i solved the problem. it was the css/hmenu.css style that i was not using anymore and as soon as i removed the link it all worked