﻿/***************** Top ****************/

td.top{
	background-repeat:no-repeat;
	background-image:url('../imagens/top.png');
	height:170px;
	width:800px;
}

/***************** Content ****************/

td.content{
	background-image:url('../imagens/content.png');
	background-repeat:repeat-y;
	height:320px;
	width:800px;
}

/***************** Bottom ****************/

td.bottom{
	font-family:Arial, Helvetica, sans-serif;
	background-repeat:no-repeat;
	background-image:url('../imagens/bottom.png');
	height:55px;
	width:800px;
	text-align:center;
	font-size:x-small;
}

/***************** Menu Content ****************/

td.menu{
	padding-left:30px;
	width:100px;
}

/***************** Links Menu ****************/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 110px;
}

ul li {
	position: relative;
}

li ul {
	position: absolute;
	left: 110px;
	top: 0;
	display: none;
}

ul li a.menu {
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	font-size:small;
	display: block;
	text-decoration: none;
	background-image:url('../imagens/menu.gif');
	color: #ED008C;
	padding: 6px;
	border-bottom: 0px;
}

ul li a.submenu {
	font-size:small;
	font-family:Comic Sans MS, Arial, Helvetica, sans-serif;
	display: block;	
	background-image:url('../imagens/menu.gif');
	text-decoration: none;
	color:#6C8CC7;
	padding: 6px;
	border-bottom: 0;
}

li a:hover {
	color: #C7377D;
	background:  url(menu.gif) 0 -32px;
	padding: 8px 0 0 10px;
	}

li:hover ul, li.over ul { 
	display: block; 
}


/***************** Links Copytight ****************/

a.copyright {
	font-size:x-small;
	text-decoration:none;
}
a.copyright:hover {
}
