ul#topnav {
	margin: 0;
	padding: 0;
	float: left;
	width: 70%;
	list-style: none;
	font-size: 1.1em;
	z-index: 89878;
	position: relative;
}
ul#topnav li {
	float: left;
	margin: 0; padding: 0;
	position: relative; /*--Important--*/
}
ul#topnav li a {
	float: left;
	text-indent: -9999px; /*--Push text off of page--*/
	height: 44px;
}
ul#topnav li:hover a, ul#topnav li a:hover { background-position: left bottom; } /*--Hover State--*/
ul#topnav a.home {
	background: url(images/home1.jpg) no-repeat;
	width: 50px;
	height: 54px;
}
ul#topnav a.colegio {
	background: url(images/colegio1.jpg) no-repeat;
	width: 66px;
	height: 54px;
}
ul#topnav a.visaovestibulares {
	background: url(images/visaovest1.jpg) no-repeat;
	width: 129px;
	height: 54px;
}
ul#topnav a.professores {
	background: url(images/profs1.jpg) no-repeat;
	width: 141px;
	height: 54px;
}
ul#topnav a.aluno {
	background: url(images/aluno1.jpg) no-repeat;
	width: 90px;
	height: 54px;
}
ul#topnav a.vestibular {
	background: url(images/vest1.jpg) no-repeat;
	width: 83px;
	height: 54px;
}
ul#topnav a.noticias {
	background: url(images/noticias1.jpg) no-repeat;
	width: 135px;
	height: 54px;
}
ul#topnav a.noticias1 {
	background: url(images/aluno1.jpg) no-repeat;
	width: 135px;
	height: 54px;
}
ul#topnav a.galerias {
	background: url(images/fotos1.jpg) no-repeat;
	width: 125px;
	height: 54px;
}
ul#topnav a.projetos {
	background: url(images/projetos1.jpg) no-repeat;
	width: 74px;
	height: 54px;
}
ul#topnav a.contato {
	background: url(images/contato1.jpg) no-repeat;
	width: 67px;
	height: 54px;
}
ul#topnav a.bt1a {
	background: url(images/bt_1a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt2a {
	background: url(images/bt_2a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt3a {
	background: url(images/bt_3a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt4a {
	background: url(images/bt_4a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt5a {
	background: url(images/bt_5a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt6a {
	background: url(images/bt_6a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt6b {
	background: url(images/bt_6b.gif) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt7a {
	background: url(images/bt_7a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt7b {
	background: url(images/bt_7b.gif) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt8a {
	background: url(images/bt_8a.png) no-repeat;
	width: 50px;
	height: 50px;
}
ul#topnav a.bt8b {
	background: url(images/bt_8b.png) no-repeat;
	width: 50px;
	height: 50px;
}



ul#topnav a.bt9a {
	background: url(images/bt_9a.png) no-repeat;
	width: 50px;
	height: 50px;
}

ul#topnav a.bt9b {
	background: url(images/bt_9b.png) no-repeat;
	width: 50px;
	height: 50px;
}


ul#topnav li .sub {
	position: absolute; /*--Important--*/
	top: 50px;
	left: 0;
	z-index: 99999; /*--Background gradient--*/
	padding: 10px;
	float: left;
	/*--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;
	display: none; /*--Hidden for those with js turned off--*/
	background-color: #b61413;
	background-image: url(sub_bg.png);
	background-repeat: repeat-x;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
}
ul#topnav li .row { /*--If needed to break out into rows--*/
	clear: both;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
ul#topnav li .sub ul{
	list-style: none;
	width: 155px;
	float: left;
	margin: 0;
	padding: 0;
}
ul#topnav .sub ul li {
	width: 155px; /*--Override parent list item--*/
	color: #CCC;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #cccccc;
	border-bottom-color: #660f06;
}


ul#topnav .sub ul li:first-child  {
   border-top: none;
}

ul#topnav .sub ul li:last-child  {
   border-bottom: none;
}



ul#topnav .sub ul li h2 { /*--Sub nav heading style--*/
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
}
ul#topnav .sub ul li h2 a { /*--Sub nav heading link style--*/
	padding: 5px 0;
	background-image: none;
	color: #0196B4;
}
ul#topnav .sub ul li a {
	float: none;
	text-indent: 0; /*--Override text-indent from parent list item--*/
	height: auto;
	padding: 7px 5px 7px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	background-image: url(images/seta.png);
	background-repeat: no-repeat;
	background-position: 5px 12px;
}
ul#topnav .sub ul li a:hover {
	color: #FC0;
	background-position: 5px 12px;/*--Override background position--*/
}
