/* ----- Menu Lateral ----- */
a.menuCursos:link {
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;
	background-color: #CCCCCC;
	width: 100%;
	DISPLAY: block;
	line-height: 15px;
	text-decoration: none;
}

a.menuCursos:visited {
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;
	background-color: #CCCCCC;
	width: 100%;
	DISPLAY: block;
	line-height: 15px;
	text-decoration: none;
}

a.menuCursos:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #151b8d;
	background-color: #F1EDEC; 
	text-decoration: none;
}
/* ----- Menu Lateral ---- FIM */


/* ----- Menu Webmail ----- */
a.menuWebmail:link {
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;
	background-color: #deecec;
	width: 100%;
	DISPLAY: block;
	line-height: 20px;
	text-decoration: none;
}

a.menuWebmail:visited {
	font-family: Verdana;
	font-size: 7pt;
	color: #000000;
	background-color: #deecec;
	width: 100%;
	DISPLAY: block;
	line-height: 20px;
	text-decoration: none;
}

a.menuWebmail:hover {
	font-family: Verdana;
	font-size: 7pt;
	color: #151b8d;
	background-color: #afc7c7; 
	text-decoration: none;
}
/* ----- Menu Webmail ---- FIM */

/* ----- Cores para form ----- */
#form {
	FLOAT: left
}
#form #meuselect {
	FONT: 11px arial, helvetica, sans-serif; COLOR: #36648b
}
#meuselect {
	BACKGROUND: #f0fff0; WIDTH: 200px
}
#form #meuselect OPTION.stit {
	BACKGROUND: #c1cdcd; COLOR: #003366
}
#form #meuselect OPTION.sep {
	BACKGROUND: #fff; COLOR: #000
}
#form #meuselect OPTION.impar {
	BACKGROUND: #e0eee0; COLOR: #00008b
}
#form #meuselect OPTION.par {
	BACKGROUND: #f0fff0; COLOR: #009acd
}
/* ----- Cores para form ----- FIM */

