
/* 	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
	Mayer - Tecno | Soluções Inteligentes em TI
	Departamento de Desenvolvimento de Sistemas
	Projeto: Portal Mayer Saúde
	Documento: CSS do Menu Global de Navegação Lateral
	Arquivo: menu-global.css
	xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
*/


#primeira-coluna{
	width:					185px;
	height:					overflow;
	float:					left;
	padding-bottom:         1px;
	}

.base-menu {
	width:					185px;
	height:					overflow;
	float:					left;
	padding-bottom:         25px;
	}
	
.menu-global ul{
	width:					185px;
	height:					overflow;
	float:					left;	
	background:				#fff;	
	list-style:				none;
	padding-bottom:         25px;
	}

*{	padding:                0px;
	margin:					0px;
	}
	
.menu-global li {
	width:					185px;
	height:					20px;
	float:					left;
	
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:				12px;
	text-transform:			none, capitalize;	

	
	list-style:			 	none;
	
	margin:					0px;
	padding-top:            5px;
	padding-left:           5px;
	
	background:				url(../images/sobra-menu.png) bottom no-repeat;
	}

.menu-global li a{
	width:					185px;
	height:					20px;
	float:					left;
	
	text-decoration:		none;
	color: 					#999999;
	text-align: 			justify;
	
	
	padding:                0px;
	margin:					0px;
	}

.menu-global li a:hover{
	width:					185px;
	height:					20px;
	color: 					#005A9B;
	background-image:		url(../imagens/fund-aba-menu-glob2.png) ;
	}

.menu-global li a:active{
	text-decoration:		none;
	color: 					#999999;
	}



.img-titulo{
	width:					175px;
	height:					32px;
	margin-left:			3px;	
	}

