.hvvMenu {
    margin-left: 0px;
    padding-left: 0px;
    text-align: center;
    text-decoration: none;
}

.hvvMenu ul{
    list-style-type: none;
    margin-left: 0px;
    padding-left: 0px;
}

/*Top level list items*/
.hvvMenu ul li{
   /* width: 1%;*/
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    display: inline;
    float: left;
    white-space: nowrap;
}

/*Top level menu link items style*/
.hvvMenu ul li div a{
    margin-left: 0px;
    padding-left: 15px;
    text-decoration: none;
}


/*Top level menu link items style*/
.hvvMenu ul li div{
    margin-left: 0px;
    padding-left: 0px;
}

/*1st sub level menu*/
.hvvMenu ul li ul{
    padding-left: 0px;
    left: 0;
    position: absolute;
    /* top: 1em; no need to change, as true value set by script */
    display: block;
    visibility: hidden;
    float: none;
}

.hvvMenu ul li ul li div {
   /* overflow: auto;*/
   height: 1%;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.hvvMenu ul li ul li{
    margin-left: 0px;
    padding-left: 0px;
    position: relative;
    width: 100%;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.hvvMenu ul li ul li ul{
    display: block;
    left: 0px; /* no need to change, as true value set by script */
    top: 0;
}

/* Sub level menu links style */
.hvvMenu ul li ul li div a {
    text-decoration: none;
    white-space: wrap;
}

/*Background image for top level menu list links */
.hvvMenu .mainfoldericon{
/* background: #F3F3F3 url(media/arrow-down.gif) no-repeat center right; */
}

/*Background image for subsequent level menu list links */
.hvvMenu .subfoldericon{
/* background: #F3F3F3 url(media/arrow-right.gif) no-repeat center right; */
}


/* Hides from IE5-mac \*/
* html .outer {height: 1%;}
* html .hvvMenu ul li{ width: 1%;}
/* End hide from IE5-mac */



