/* CSS Document */
/* Begin CSS Popout Menu */

#menucentering {
margin-left: 1%;
margin-right: 1%;
}

#menu {
margin-left: 10px;
width: 7em;
background: #FFF;
top: 24px;
}

#menu ul {
list-style: none;
margin: 0%;
padding: 0;
}

#menu a, #menu h2 {
font: bold 12px/14px arial, helvetica, sans-serif;
display: block;
border-width: 2px;
border-style: solid;
border-color: #000000 #000000 #000000 #000000;
margin: 0;
padding: 2px 3px;
}

#menu h2 {   /* label text color*/
color: #ffffff;
background: #FF0000;
text-transform: uppercase;
}

#menu a {
color: #000000;
background: #ffffff;
text-decoration: none;
}

#menu a:hover {
color: #ffffff;
background: #0033ff;
}

#menu li {
position: relative;
}

#menu ul ul ul {
position: absolute;
top: 0;
left: 100%;
width: 100%;
}

div#menu ul ul ul,
div#menu ul ul li:hover ul ul
{display: none;}

div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;}
/* End Content Area */


#adjust {
z-index:1;
position: relative;
font-size: large;
			text-align: left; top: 20px;
		    margin: 10px;
			padding: 0.5em 0.0em 0.0em 0.0em;
			

}



#adjust2 {
z-index:0;
position: relative;
font-size: large;
			text-align: left; top: 20px;
		
			padding: 0.3em 0px;
			}
