.hmenu ul {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
}

/* Top level list items */
.hmenu ul li {
    position: relative;
    display: inline;
    float: left;
    border: none;
}

/* Top level menu link items style */
.hmenu ul li a {
    display: block;
    border : none;
    text-decoration: none;
}

/* Sub level menu */
.hmenu ul li ul {
    left: 2px;
    top: 0;
    position: absolute;
    display: block;
    visibility: hidden;
    z-index: 100;
    border: none;
    text-decoration: none;
    filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
}

/* Sub level menu list items */
.hmenu ul li ul li {
    display: inline;
    float: none;
    border: none;
}


/* Sub level menu links style */
.hmenu ul li ul li a {
    border: none;
}

.hmenu ul li a:hover {
}

.hmenu ul li ul li a:hover {
}

* html p#iepara { /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
    padding-top: 1em;
}

/* Fix IE. Hide from IE Mac \*/
* html .hmenu ul li { float: left; height: 1%; }
* html .hmenu ul li a { height: 1%; }
/* End */

