
/* 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*/
/*Remove list style */

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

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

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

#toggleButton {
width:195px;
color: #fff;
font-weight: 800;
font-size: 18px;
padding: 5px 0;
background: #336699;
}




nav.navigate8 {
width:15%; /*Width determined by longest link*/
min-width:195px;
position:relative;
z-index:5;
padding: 2% 0;
float: right;
border:none;
box-shadow:none;
margin: 0 0
}



/*Define link text - remove underline*/
nav.navigate8 a {
font-family: arial, serif;
font-size: 18px;
text-shadow: none ;
text-decoration: none
}
ul.vnavbar8 {
list-style: none;
box-shadow:none;
border-top : solid 2px #0066cc;
border-bottom : solid 2px #0066cc;
}



ul.vnavbar8 li ul,
ul.vnavbar8 li ul li ul {
list-style: none;
border : solid 1px #0066cc;

}

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

/* Define Button Appearance and Hover change*/

ul.vnavbar8  a {
display:block;
padding:5px 35px 5px 5px;
margin: 0 0;
color: #336699; /*Link Color*/
background: #fff; /* Background color*/
box-shadow:none;
border: none
}

ul.vnavbar8  a:hover {
color:#ff0000;
background: #fff; /*hover background change*/
box-shadow: none;
}


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


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


@media (max-width:850px) {
 nav.navigate8 , ul.vnavbar8 {display:none}

		div.iframemenu {display: block;} /*Show Toggle Button */
}









