.menuWrapper{
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
	position: relative;
	width: 997px;
	background-position: 0 0;
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
ul.menu{
	list-style: none;
	width: 997px;
	margin: 0px;
	padding: 0px;
	float: left;
}
ul.menu > li{
	float: left;
	width: 331px;
	height: 542px;
	border-right: 1px solid #777;
	background-repeat: no-repeat;
	background-color: transparent;
}
ul.menu > li.last{
    border:none;
}
.bg1{
	background-image: url(../images/aovivo.png);
}
.bg2{
    background-image: url(../images/tvcandides.png);
}
.bg3{
    background-image: url(../images/contato.png);
}
ul.menu > li > a{
	float: left;
	width: 100%;
	height: 50px;
	margin-top: 450px;
	text-align: center;
	line-height: 50px;
	color: #ddd;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
	text-shadow: 0px 0px 1px #fff;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: #3b5c91; /* Old browsers */
	background: -moz-linear-gradient(top,  #3b5c91 0%, #003893 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3b5c91), color-stop(100%,#003893)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #3b5c91 0%,#003893 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #3b5c91 0%,#003893 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #3b5c91 0%,#003893 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #3b5c91 0%,#003893 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3b5c91', endColorstr='#003893',GradientType=0 ); /* IE6-9 */
}
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/bg1sub.png);
}
ul.menu > li ul.sub2{
    background-image:url(../images/bg2sub.png);
}
ul.menu > li ul.sub3{
    background-image:url(../images/bg3sub.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.sub1 li{
    display:block;
}
ul.menu > li ul li a:hover{
    border-bottom:1px dotted #fff;
}
 