/*ESTILOS DE ANLOMA*/
#nav {height:36px; position:relative; font-family:arial, verdana, sans-serif; font-size:12px;z-index:500;/*margin:20px 0 80px 0;*/}

/* Reset */
ul, li {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

/* Style */
ul {
	list-style: url(none) none;
}

ul li {
	display: inline;
	float: left;
	position: relative;
	width: 150px;
	margin: 0;
}

#ul-main {
	display: block;
}

#li-main {
	display: block;
  	background-color: #8ECB2C;
   background:url(blank_p.gif) right top;
   text-align:center;
   line-height:24px;
   height:36px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	width: 150px;
   margin-bottom:-8px;
}

#li-main  a{
	display: block;
  	background-color: #8ECB2C;
   background:url(blank_p.gif) right top;
   text-align:center;
   line-height:24px;
   height:36px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	width: 150px;
   margin-bottom:-8px;
}

#li-main  a:hover{
	display: block;
  	background-color: #8ECB2C;
   background:url(blank_over_p.gif) right top;
   text-align:center;
   line-height:24px;
	text-decoration: none;
	font-size: 14px;
	color: #000;
	width: 150px;
   height:36px;
   margin-bottom:-8px;
}

#li-sub{
  	background-color: #8ECB2C;
   background:url(btn-0.jpg) right top;
   text-align:left;
   height:25px;
	font-size: 12px;
   text-indent:10px;
}


#li-sub a{
  	background-color: #8ECB2C;
   background:url(btn-0.jpg) right top;
   text-align:left;
   height:25px;
 	font-size: 12px;
   text-indent:10px;
}

#li-sub  a:hover{
  	background-color: #8ECB2C;
   background:url(btn-1.jpg) right top no-repeat;
   text-align:left;
   height:25px;
 	font-size: 12px;
   text-indent:10px;
   color:#0000ff;
}











/*
ul a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
	width: 140px;
   height:28px;
	padding: 8px 5px;
}

li a {
	color: #000;
	text-decoration: none;
	font-size: 14px;
	display: block;
   height:28px;
	padding: 2px 5px;
}


li a:hover, li a:active {
	background-color: #8ECB2C;
}

*/




ul li ul {
	position: absolute;
	display: none;
}
ul li ul li {
	display: list-item;
	float: none;
	margin: 0;
}
ul li ul li a {
	font-size: 12px;
}
