* { margin: 0; padding: 0; }

#navigation { width:240px; }
#navigation {
	margin:0px;
	padding:0px;
	text-indent:0px;
	width:240px;	
}


.inicio{
width: 230x;
font: bold 10px Verdana;
height:25px;
color: white;
background: url(../images/bg_inicio.jpg) no-repeat 1px 1px; /*last 2 values are the x and y coordinates of bullet image*/
margin-bottom: 0; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
line-height: 25px;
padding-left: 10px; /*31px is left indentation of header text*/
}


#navigation a.head {
	background: url(../images/bg_main.jpg) no-repeat 1px 1px; /*last 2 values are the x and y coordinates of bullet image*/
	display:block;
	font: bold 10px Verdana;
	height:25px;
	color: white;	
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 10px; /*31px is left indentation of header text*/	

}
#navigation a.head:hover {
	background: url(../images/bg_main.jpg) no-repeat 1px 1px;
	display:block;
	font: bold 10px Verdana;
	height:25px;
	color: white;	
	margin-bottom: 0; /*bottom spacing between header and rest of content*/
	text-transform: uppercase;
	line-height: 25px;
	padding-left: 10px; /*31px is left indentation of header text*/
}
#navigation ul {
	background: #EBF0F3;
	font: normal 12px Arial;
	color: #555;	
	display: block;
	padding: 5px 0;
	line-height: 17px;
	padding-left: 8px; /*link text is indented 8px*/
	text-decoration: none;		
	
}


#navigation li {
	list-style:none outside none; 
	display:inline;		
}



#navigation li li a {	
	color: #555;
	display:block;	
	text-decoration: none;	
	padding:5px 0px 0px 2px;
	border-bottom:2px solid #FFF;
}

#navigation li li a:hover {
	color: #29a23b;
	background: #D9DFE3;
}

