.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}
/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
line-height: 30px;
padding: 0;
margin: 0;
width: 163px;
height: 30px;
}
/*Top level menu link items style*/
.horizontalcssmenu ul li a{
width: 163px; /*Width of top level menu link items*/
heigth: 30px;
padding: 10px 16px;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
border-left-width: 0;
text-decoration: none;
/*background: #f7f7f7;*/
background: url(http://www.atleticosanluquenocf.com/comunes/fondos/fondopie.jpg) center center repeat-x;
color: 006600;
font: normal 10px Verdana;
}
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
bottom:0;
border-top: 1px solid #e2e2e2;
border-bottom: 1px solid #e2e2e2;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
filter:alpha(opacity=100); 
}
/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
width: 163px; /*Width of top level menu link items*/
heigth: 30px;
float: none;
filter:alpha(opacity=100); 
}
/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
bottom: 0px;
top: 0px;
width: 163px; /*width of sub menu levels*/
font-weight: normal;
padding: 5px 16px;
background: #f7f7f7;
filter:alpha(opacity=100); 
border-bottom: 1px solid #ffffff;
}
.horizontalcssmenu ul li a:hover{
color:99cc33;
border-bottom: 1px solid #99cc33;
/*background: url(menubgover.gif) center center repeat-x;*/
}
.horizontalcssmenu ul li ul li a:hover{
background: #eeeeee;
color: #006600;
}
.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent no-repeat center left;
}
* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
a {
text-align:left;
}
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */

