@media screen {

	/* MENU PRINCIPAL */
	#menu{	
		float: left;
		
		padding-top: 0;
		padding-bottom: 0;

		width: 100%;

		border-bottom: 1px solid #340E70;
	}
	#menu ul{
		float: right;
		list-style: none;

		height: 18px;

		margin: 0;
		padding: 0 0 0 15px !important;

		background: #340E70 url('../imagens/canto_menu.gif') top left no-repeat;
	}
	#menu ul li{
		float: left;
		margin: 0;
		padding: 0;
		height: 18px;
	}
	#menu ul li a{
		font: bold 10px Verdana, Arial, Helvetica, sans-serif;
		color: #D6EBFF !important;

		border-right: 1px solid #fff; 
		padding: 2px 10px 4px 10px; /* top -> right -> bottom -> left */
		
		text-decoration: none;
	}	
	#menu ul li a:hover {
		text-decoration: none;
		color: #006DA5 !important;
		background-color: #D6EBFF;
	}
	#menu .semBorda {
		border: none !important;
	}

}/* screen */