/*
 * Menu
 * Copyright (c) 2010 Allison de O. Ramos
 */

/* Barra */
.menu
{
	display: block;
	width: 100%;
	height: 32px;
	margin: 3px 0px;
	border-top: solid 2px #CCCCCC;
	border-bottom: solid 2px #999999;
	text-align: center;
	background: top left repeat-x url(../imagens/menu.png);
}

/* Botőes */
.menu img
{
	margin: 0px 8px 0px 0px;
	/*vertical-align: middle;*/ /* Só funciona com tabelas - por enquanto */
	position: relative;
	top: 3px; /* Na falta de vertical-align... */
}

.menu a
{
	display: inline-block;
	margin: 0px;
	padding: 0px 8px;
	border-left: solid 2px #CCCCCC;
	border-right: solid 2px #999999;
	width: auto;
	height: 32px;
	line-height: 32px; /* Na falta de vertical-align... */
	color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	text-decoration: none;
	/*vertical-align: middle;*/ /* Só funciona com tabelas - por enquanto */
	background: none;
	font-style: normal;
}

.menu a:hover
{
	color: #CC0033;
	background: center left repeat-x url(../imagens/menu_bt.png);
}

.menu a:active
{
	color: #FFFFFF;
}

/* Indicador de página atual */
#pg_atual
{
	color: #CC0033;
	background: center left repeat-x url(../imagens/menu_bt.png);
}
