*{
	margin:0;
	padding:0;
	}
body{
	font-family:Arial;
	/*padding-top:30px;*/
	background:#fff url(../images/p1_fun2.jpg) no-repeat top center;
		/*background:#FFF9DF;*/
	}

.rodape{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#333;
	margin:0px auto;
	width:600px;
	padding:0px;
	text-align:center;
	}
	
.rodape p a{
	text-transform:uppercase;
	text-shadow:1px 1px 1px #fff;
	color:#666;
	text-decoration:none;
}
 
.rodape p a:hover{
	color:#333;
	}
	
.conteudo{
    font-family: "Trebuchet MS", Arial, sans-serif;
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    text-transform:uppercase;
    letter-spacing: normal;
    line-height: 1.45em;
    position:relative;
    margin:20px auto;
    height:422px;
    width:1000px;
    background-position:0 0;
    background-repeat:no-repeat;
    background-color:transparent;
	border:solid 0px #fff;


}
ul.menu{
    list-style:none;
    width:1000px;
	z-index:-1000;
	
}
ul.menu > li{
    float:left;
    width:240px;
    height:422px;
    border-right:1px solid transparent;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
	/*background-image: url(../images/1.jpg);*/
}
.bg2{
   /* background-image: url(../images/2.jpg);*/
}
.bg3{
   /* background-image: url(../images/3.jpg);*/
}
.bg4{
   /* background-image: url(../images/3.jpg);*/
}
ul.menu > li > a{
    float:left;
    width:240px;
    height:50px;
    margin-top:390px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#333;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

 #cor1 a:hover{
    float:left;
    width:240px;
    height:50px;
    margin-top:390px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#aaa;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

 #cor2 a:hover{
    float:left;
    width:240px;
    height:50px;
    margin-top:390px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#56804A;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

#cor3 a:hover{
    float:left;
    width:240px;
    height:50px;
    margin-top:390px;
    text-align:center;
    line-height:50px;
    color:#ddd;
    background-color:#254389;
    letter-spacing:1px;
    cursor:pointer;
    text-decoration:none;
    text-shadow:0px 0px 1px #fff;
}

#cor4 a:hover{
	float:left;
	width:240px;
	height:50px;
	margin-top:390px;
	text-align:center;
	line-height:50px;
	color:#ddd;
	background-color:#39C;
	letter-spacing:1px;
	cursor:pointer;
	text-decoration:none;
	text-shadow:0px 0px 1px #fff;
}
ul.menu > li ul{
    list-style:none;
    float:left;
    margin-top:-180px;
    width:100%;
    height:110px;
    padding-top:20px;
    background-repeat:no-repeat;
    background-color:transparent;
}
ul.menu > li ul li{
    display:none;
}
ul.menu > li ul.sub1{
   /* background-image:url(../images/bg3sub.png);*/
}
ul.menu > li ul.sub2{
  /* background-image:url(../images/bg2sub.png);*/
}
ul.menu > li ul.sub3{
   /* background-image:url(../images/bg1sub.png);*/
}
ul.menu > li ul.sub4{
   /* background-image:url(../images/bg1sub.png);*/
}
ul.menu > li ul li a{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
}

ul.menu > li ul li:hover{
    color:#fff;
    text-decoration:none;
    line-height:30px;
    margin-left:20px;
    text-shadow:1px 1px 1px #444;
    font-size:11px;
	background:#f90;
}
ul.menu > li ul.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
	
}

