﻿.packard{
 font-family: Packard Antique;
 color: white;
}
#vertnav{list-style: none;}

#vertnav{
     padding:0;
     margin:0;
}

#vertnav ul {
     padding-left: 0em;
     margin:0;
     list-style: none;
     width:100%;
     z-index:99;
     position:absolute;
     overflow:visible;
     font-family: Packard Antique;
}

#vertnav li {
     margin:0;
     position: relative;
     width: 100%;
     border-bottom:none;
     display:block;
     height:1.5em;
}

#vertnav li:last-child{}

#vertnav a {
     text-decoration:none;
     display:block;
     padding: 0;
     margin: 0px;
     width: 78%;
     height:1em;
     padding-left: 1em;
}

#vertnav a:hover, #vertnav li:hover{
     background-color:#9f6d18;
     position: relative;
     z-index: 101;
}
#vertnav ul li:hover, #vertnav ul li a:hover{
     background-color:#a65503;
     font-family: Packard Antique;
     color: white;
}
#vertnav ul ul li{
     position: absolute;
     z-index: 101;
}
#vertnav ul{
     display:none;
     position:absolute;
     top:1.45em;
     left:2em;
     background-color:#cd9421;
     width: 78%;

}
#vertnav ul ul, #vertnav ul ul ul{
     display:none;
     position:absolute;
     top: 1.1em;
     left:0em;
     background-color:#cd9421;

}

/* non-IE browsers see this */
#vertnav ul li>ul, #vertnav ul ul li>ul{
     margin-top:-0.4em;
}

#vertnav li:hover ul ul, #vertnav li:hover ul ul ul, #vertnav li:hover ul ul ul ul, #vertnav li:hover ul ul ul ul ul{
     display:none;
}

#vertnav li:hover ul, #vertnav ul li:hover ul, #vertnav ul ul li:hover ul, #vertnav ul ul ul li:hover ul, #vertnav ul ul ul ul li:hover ul{
     display:block;
}

li>ul {
     top: auto;
     left: auto;
}
/* Win IE only \*/
* html #vertnav li{float:left;}
/* end holly hack */ 