/*******************Estilo Menu*************************/
	
#menu {
    float:left;
    width:195px;
	background-color:#145351;
	background-repeat:no-repeat;
	background-position:right top;
    }

#links {
	width:180px;
	margin-left:8px;
	}
	
#links img{
	margin-top: 10px;
	}



	/************Menu Principal************/


#links1 {
	margin-top:15px;
	}

#links1 h5{
	font-family:Arial, Helvetica, sans-serif;
	color: #003300;
	height:50px;
	background:url(../imagens/menu/menu_arr.jpg) no-repeat top;
	padding-top: 14px;
	padding-left:40px;
	margin-bottom:-15px;
	/margin:0; /*hack ie7*/
	}

#links1 ul {
	zoom:1; /*retira espacamento extra do IE*/
	background:url(../imagens/menu/menu_arr_back.jpg) no-repeat bottom;
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	font: 75% arial, helvetica, sans-serif;
	padding-bottom:7px;
	}

#links1 li{
	margin-left:15px;
	padding-bottom:7px;
	background: url(../imagens/menu/arrow.png) no-repeat 0 0;
	}
	
#links1 li a{
	margin-left:15px;
	text-decoration: none;
	color:#0066CC;
	}	
	
#links1 li a:hover {
	text-decoration:underline;
	}



	/************Menu usuarios************/


#links2 {
	margin-top:10px;
	}

#links2 h5{
	font-family:Arial, Helvetica, sans-serif;
	color: #003300;
	height:50px;
	background:url(../imagens/menu/menu_arr.jpg) no-repeat top;
	padding-top: 14px;
	padding-left:40px;
	margin-bottom:-15px;
	/margin:0; /*hack ie7*/
	}

#links2 ul {
	zoom:1; /*retira espacamento extra do IE*/
	background:url(../imagens/menu/menu_arr_back.jpg) no-repeat bottom;
	margin-top:0;
	padding-top:0;
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	font: 75% arial, helvetica, sans-serif;
	padding-bottom:7px;
	}

#links2 li{
	margin-left:15px;
	padding-bottom:7px;
	background: url(../imagens/menu/arrow.png) no-repeat 0 0;
		}
	
#links2 li a{
	margin-left:15px;
	text-decoration: none;
	color:#0066CC;
	}	
	
#links2 li a:hover {
	text-decoration:underline;
	}
	
	
	
	/************Menu Prestadores************/
	

#links3 {
	margin-top:10px;
	}

#links3 h5{
	font-family:Arial, Helvetica, sans-serif;
	color: #003300;
	height:50px;
	background:url(../imagens/menu/menu_arr.jpg) no-repeat top;
	padding-top: 14px;
	padding-left:40px;
	margin-bottom:-15px;
	/margin:0; /*hack ie7*/
	}

#links3 ul {
	zoom:1; /*retira espacamento extra do IE*/
	background:url(../imagens/menu/menu_arr_back.jpg) no-repeat bottom;
	margin-top:0;
	padding-top:0;
	list-style-type: none; /*remove o marcador*/ 
	margin: 0; /*remove o recuo IE e Opera*/ 
	padding: 0; /*remove o recuo Mozilla e NN*/ 
	font: 75% arial, helvetica, sans-serif;
	padding-bottom:7px;
	}

#links3 li{
	margin-left:15px;
	padding-bottom:7px;
	background: url(../imagens/menu/arrow.png) no-repeat 0 0;
		}
	
#links3 li a{
	margin-left:15px;
	text-decoration: none;
	color:#0066CC;
	}	
	
#links3 li a:hover {
	text-decoration:underline;
	}