/*posicion del menu siempre por encima 5*/
html>body .capamenu { position:absolute; left: -30px; top:165px; width:120px; height:250px;z-index:10;}

/*posicion del menu siempre por encima 6*/
body .capamenu { position:absolute; left:-30px; top:165px; width:120px; height:250px;z-index:10;}

a:link{
color:#FFCC00;text-align: center;
font-size:10px;
font-weight: 900;
font-family: Arial Rounded MT Bold;
/*padding: 5 35;*/
}

a:hover{
color:#FFCC00;text-align: center;
font-size:10px;
font-weight: 900;
font-family: Arial Rounded MT Bold;
/*padding: 5 35;*/
}

a:visited{
color:#FFCC00;text-align: center;
font-size:10px;
font-weight: 900;
font-family: Arial Rounded MT Bold;
/*padding: 5 35;*/
}


ul.menu_color {
/*position:absolute;
top:165px;
left:0px;*/
font-size:10px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
font-weight: 900;
font-family: Arial Rounded MT Bold;
}
ul.menu_color li {
color:#FFCC00;
text-align: center;
background:#003300 none repeat scroll 0% 0%;
/*border-color:#00ff05 green green rgb(0, 255, 5);*/
border-color:#006600;
border-style:solid;
border-width:1px;
display:block;
padding:5px 2px;
position:relative;
width:120px;
}
ul.menu_color ul {
display:none;
left:85px;
list-style-image:none;
list-style-position:outside;
list-style-type:none;
position:absolute;
top:-1px;
}
ul.menu_color li:hover {
background:#006600 none repeat scroll 0% 0%;
border-color:#CC6600 #090 rgb(000, 255, 000) #CC6600;
border-style:solid;
border-width:1px;
}
ul.menu_color li:hover > ul {
display:block;
}


