body,td,div,p,a	{font-family:helvetica,verdana,arial,sans-serif; font-size: 12px}
body {
	background-color: #ececec;
	background-image: url(http://www.akram.pt/home/imagens/bg_side2.gif);
	background-position:center;
	background-repeat:repeat-y;
}

a			{text-decoration: none}
a:hover		{text-decoration: underline}
a:link		{color:#00c}
a:visited		{color:#00c}
a:active		{color:#f00}

#navigation td { border-bottom: 0px solid #003a50;}
	
#navigation a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: black;
	line-height:10px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	width:160px;
	padding:9px 0px 9px 0px;
}
#navigation a:hover {
	color: gray;
	display:block;
	width=160px;
	background: #003a50;
	text-decoration: none;
}
#navigation .selected {
	color: white;
	display:block;
	width=160px;
	background: #003a50;
	text-decoration: none;
}