

*{margin:0;padding:0;border:none;}



/* Begin CSS Popout Menu */


/***** id de menu *******/



#menu{ 
background:#CCCCCC;
width:197px;
padding: 5px 0 20px 0;
z-index:2;
}
	#menu a{ 
	display:block;
	background:#118d36;
	color:#fff;
	font-size:11px;
	text-decoration:none;
	height:1%;
	
	padding:4px 4px 5px 20px;
	margin-bottom:1px;
	}
	#menu a:hover{
	display:block;
	background:#eeeeee;
	color:#118d36;}

*#menu{
top:0.5em;
left:0.5em;
z-index:2;

}

#menu h2{
cursor:pointer;}

#menu a, #menu h2{
font:11px/16px arial,helvetica,sans-serif;
display:block;
border-width:2px;
border-style:solid;
border-color:#118d36;
white-space:nowrap;
margin:0;
padding:2px;
}

#menu h2{
font:11px/16px arial,helvetica,sans-serif;
display:block;
border-top:none;
border-right:none;
border-left:none;
border-bottom:1px solid #ccc;
white-space:nowrap;
margin:0;
padding:7px;;
}
.color1{
color:#118d36;
background:#f3f0f0;
}
/*.color1:hover{
color:#000000;
background:#fff;
}
.color2{
color:#000000;
background:#fff;
}*/
.color1:hover{
color:#fff;
background:#006600;
}
.color2{
color:#fff;
background:#006600;
}



#menu a:active{
color:#060;
background:#ccc;
}

#menu ul{
list-style:none;
margin:0 0 0 0;
padding:0;
width:100%;
}

#menu ul ul{
z-index:10;
margin: 4px 0 0 1px;}

#menu ul li{height:1%;}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
left:100.1%;
display:none;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display:none;}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display:block;}

/* End non-anchor hover selectors */

/* Styling for Expand */

#menu a.x, #menu a.x:visited{
background:#eee url(/css/images/expand3.gif) no-repeat bottom right;
}

#menu a.x:hover{
color:#a00;
background:#ddd;
}

#menu a.x:active{
color:#060;
background:#ccc;
}






<!--[if IE]>

 #menu ul li {float: left; width: 100%;}
<![endif]-->
<!--[if lt IE 7]>

} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 



<![endif]-->