div.iframemenu { /*Button container*/
display:block;
float:none;
position: relative;
z-index:5;
width :145px; 
padding:0 0;
margin : 0 0 2px 0; 
} 

div.iframemenu p {
padding : 0 0;
margin: 0 0
}

#myiframe {
float:left;
clear:none;
width: 320px;
height: 700px; 
margin: 0 0;
display:block;
position:absolute;
z-index: 7;
border-radius: 12px;
 box-shadow: 1px 2px 4px #000;

}


#toggleButton {
width:195px;
color: #fff;
text-shadow: 1px 1px 1px #000;
font-weight: bold;
font-size: 18px;
padding: 5px 0;
background: #0066cc;
}

div.iframemenu {display:none} /*Hide Toggle Button*/



/* Define appearance and position of lmenu*/
.lmenu a {
float:left;
display: block;
position:relative;
 z-index:5;
color: #ffffff;
background: #0066cc;
font-weight: 400;
text-decoration: none;
margin: 1% 1%;
padding:10px 10px;
text-shadow :1px 1px 2px #000;
box-shadow: 1px 1px 2px #000000}

.lmenu {display:none} /*Hide until needed activate before longest links overflow viewing width*/



nav.navigate1 {
width: 25%; /*Width determined by longest link*/
min-width:250px;
position:relative;
z-index:7;
padding: 1% 2%;
margin : 0 2% 1% 0;
background: #0066cc;
box-shadow: 2px 2px 4px #000000;
float: left
}

/*Define link text - remove underline*/
nav.navigate1 a {
font-family: arial, serif;
font-size: 20px;
text-shadow: none ;
text-decoration: none;
border: 1px solid #fff /*white border on links*/
}



/*Remove list style */
ul.vnavbar1,
ul.vnavbar1 li ul,
ul.vnavbar1 li ul li ul {
list-style: none;
}

/*position list items - 1rst tier*/
ul.vnavbar1 li {
position: relative;

}

/* Define Button Appearance and Hover change*/

ul.vnavbar1  a {
display: block;
padding: 5px 5px;
margin: 0 0;
color: #fff; /*Link color*/
text-shadow: 1px 1px 2px #000;
background: #0066cc;/*Background Color*/
box-shadow: 2px 2px 4px #202020;
}

ul.vnavbar1  a:hover {
background: #00488f;	/*hover background change*/
box-shadow: 2px 2px 4px #000000 ;
}


/* Hide 2nd and 3rd tier nested lists*/
ul.vnavbar1 li ul,
ul.vnavbar1 li:hover ul li ul {
display:none
}


/*display 2nd and 3rd tier list*/
ul.vnavbar1 li:hover ul, /*2nd tier*/
ul.vnavbar1 li ul li:hover ul {  /*3rd tier*/
display: block;
position: absolute;
white-space: nowrap;
top: 0;
left:100%; /* display right */
min-width: 190px; /*set minimum width*/
z-index:5
}

/*Footer Navigation*/

p.footernav {
text-indent: 0px
}


p.footernav a {
text-decoration: none;
font-size : 50px;
text-shadow: 1px 1px 1px #000

}

.ftr-left {
float: left
}

.ftr-right {
float:right
}







@media (max-width: 785px) { /* Adjust to keep links in viewing area*/
nav.navigate1 { display:none;}  /*hide main-menu*/
.lmenu {display:none} /*Display lmenu*/
div.iframemenu {display: block}
}




