.horizontalNavigation ul{
margin: 0;
padding: 0;
list-style-type: none;
font-size: 13px;
font-weight: bold;
padding-top: 6px;
}

/*Top level list items*/
.horizontalNavigation ul li{
position: relative;
display: inline;
float: left;
border-left: 1px solid #DDDDDD;
border-right: 1px solid #AAAAAA;
}

/*Top level menu link items style*/
.horizontalNavigation ul li a{
display: block;
width: 90px; /*Width of top level menu link items*/
padding: 1px 8px;
text-decoration: none;
color: navy;
text-align: center;
}

/*1st sub level menu*/
.horizontalNavigation ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin-top: -4px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.horizontalNavigation ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.horizontalNavigation ul li ul li ul{
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.horizontalNavigation ul li ul li a{
display: block;
width: 95px; /*width of sub menu levels*/
color: navy;
text-decoration: none;
padding: 1px 5px;
background-color: #FFFFFF;
/*border: 1px solid #ccc;*/
}

.horizontalNavigation ul li a:hover{
background-color: #dc0329;
color: white;
}

/*Background image for top level menu list links */
.horizontalNavigation .mainfoldericon{
/* background: #DCDCDC url(media/arrow-down.gif) no-repeat center right; */
}

/*Background image for subsequent level menu list links */
.horizontalNavigation .subfoldericon{
/* background: #DCDCDC url(media/arrow-right.gif) no-repeat center right; */
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}

/* Holly Hack for IE \*/
* html .horizontalNavigation ul li { float: left; height: 1%; }
* html .horizontalNavigation ul li a { height: 1%; }
/* End */

.stopper {
    height: 1px;
    border-top: 1px solid #666666;
}

.false {
    cursor: pointer;
}