*{
	outline: none;
}
#menu img {
	border: 0;
}

/* MENU PRINCIPAL 
====================================================*/
/* Skin menu  */ 
.topnav {
	font-size: 12px;
	float:right;
	list-style: none;
	/*margin: -61px 0 0 0; /* valor negativo  a altura do menu */
	width: 725px;
}
.topnav * {
	list-style:		none;
	margin:			0;
	padding:		0;
}

.topnav li {
	float:			left;
	position:		relative;
}

.topnav li:hover, 
.topnav li.hover  {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}

.topnav a {
	display:		block;
	position:		relative;
}

.topnav li a {
	height:61px;
	padding:0;
	text-decoration:none;
	text-indent: -9999px;
}

.topnav ul {
	position:		absolute;
	top:			-999em;
	width:			150px; /* largura geral. Em alguns, a largura muda. Veja abaixo */
}

.topnav li.apresentacao ul{ width: 230px	}
.topnav li.administracao ul{ width: 170px	}
.topnav li.direito ul{ width: 200px	}
.topnav li.alunos ul{ width: 120px	}


.topnav ul li {
	float: left;
	margin: 0; padding: 0;
	position: relative;
	width: 100%;
}


.topnav li:hover ul, 
.topnav li.hover ul  {
	left:			0;
	top:			61px; /* match top ul list item height */
	z-index:		99;
}

.topnav li.noticias ul{ left: -77px	} /* no ultimo dropdown, a posicao e diferente */


.topnav li:hover li ul{
	top:			-999em;
}

.topnav li li a {
	height: auto;
	padding:0;
	text-decoration:none;
	text-indent: 0;
}

/* Skin menu  */ 

.topnav a.apresentacao {
	background: url(images/menu_bg.jpg) no-repeat;
	width: 151px; 
}

.topnav a.administracao {
	background: url(images/menu_bg.jpg) no-repeat -151px 0px;
	width: 154px;
}

.topnav a.direito {
	background: url(images/menu_bg.jpg) no-repeat -305px 0px;
	width: 80px; 
}

.topnav a.alunos {
	background: url(images/menu_bg.jpg) no-repeat -385px 0px;
	width: 84px; 
}

.topnav a.ingressar {
	background: url(images/menu_bg.jpg) no-repeat -468px 0px;
	width: 161px; 
}

.topnav a.noticias {
	background: url(images/menu_bg.jpg) no-repeat -629px 0px;
	width: 95px; 
}

.topnav li:hover a.apresentacao,
.topnav li.hover a.apresentacao{
	background-position: 0 bottom; 
}

.topnav li:hover a.administracao,
.topnav li.hover a.administracao {
	background-position: -151px bottom; 
}

.topnav li:hover a.direito,
.topnav li.hover a.direito{
	background-position: -305px bottom; 
}

.topnav li:hover a.alunos,
.topnav li.hover a.alunos {
	background-position: -385px bottom; 
}

.topnav li:hover a.ingressar,
.topnav li.hover a.ingressar{
	background-position: -468px bottom; 
}

.topnav li:hover a.noticias,
.topnav li.hover a.noticias{
	background-position: -629px bottom; 
}

.topnav li ul {
	background-color: #FFF;
	padding: 10px 10px 10px;
	
	/*--Bottom right rounded corner--*/
	-moz-border-radius-bottomright: 5px;
	-khtml-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	
	/*--Bottom left rounded corner--*/
	-moz-border-radius-bottomleft: 5px;
	-khtml-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
}



.topnav ul li {
	border-bottom: solid 1px #efeee6;
	width: 100%;
}

.topnav ul li a {
	color: #0099ff;
	display: block;
	float: none; 
	height: auto;
	padding: 7px 4px;
	text-decoration: none;
	text-indent: 0;	
	}
	
.topnav ul li:hover,
.topnav ul li.hover {
	background-color: #efeee6; 
	}	
	
.topnav ul li a:hover {
	color: #006699; 
	}
	
.topnav ul li a:active {
	color: #000; 
	}
		
	
/* hides the last level */	

.topnav ul ul {
	display:none;
	position:absolute;
	top:-999em;
	}