@charset "utf-8";
/* CSS Document */

#menuPag ul {
	padding: 0;
	background-repeat: repeat;
	background-position: left top;
	margin:0px 0 0px 0px;
	float: left;
	width: 574px;
	overflow: visible;
	background-color:#EDEDED;
	list-style:none;
	font:80% Tahoma;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #A6A6A6;

	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C1C1C1;
}

#menuPag ul li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C1C1C1;
	display: inline;
	height: 20px;

	}

#menuPag ul li a {
	font-family: Trebuchet Ms;
	font-size: 12px;
	height: 20px;
	color: #333;
	text-decoration: none;
	padding: 4px 10px;
	float:left;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #A6A6A6;
	overflow:hidden;
}

#menuPag ul li ul{
display:none;
}

#menuPag ul li a:hover{
	background-color:#FFF;
	color: #6D6D6D;
	padding: 2px 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #00751e;
}

.curso {
	width: 220px;
	padding: 10px 23px;
	margin: 10px auto;
	border: 4px #87ad5a solid;
	background-color:#c0db8e;
	display:block;
text-align: center;
}

.curso a{
font: 12px "Arial";
color: #000;
text-decoration: none;
}