/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

body {  }

div.collapsible-menu {
    position:fixed;
	top: 0;
	left: 0;
	width:100%;
	height:auto;
    float:left;
	font-size:11pt;
	font-weight:400;
	font-family:"times new roman",ariel,sans-serif;
	text-align:center;
	z-index:1;
	border-style:none;
	border-width:1px;
}
			.menu-content {
			    max-height: 0;
				overflow: hidden;
				font-family: Ariel,Helvetica,sans-serif; 
				padding: 0 0 0 10px;
			}
			.collapsible-menu {
			    background-color: #FFFFFF;
                border-style:none;
	            border-width:1px;
				padding: 0px 10px;
				box-shadow: 1px 2px 3px rgba(0,0,0,0.2);
			}

			.collapsible-menu ul {
			    list-style-type: none;
				padding: 0;
			}
            
            .menu-item {
                border-style:none;
	            border-width:1px;
                font-size: 70px;
                font-family: Ariel,Helvetica,sans-serif;     
             }
			.collapsible-menu a {
			    display:block;
 				padding: 10px;
				text-decoration: none;
                font-family: Ariel,Helvetica,sans-serif;
			}
			.collapsible-menu label {
			    font-family: Ariel,Helvetica,sans-serif;
				font-size: 70px;
				display: block;
				cursor: pointer;
				background: url(menu25.png) no-repeat left center;
				padding: 10px 0 10px 10px;
			}

			input#menu {
			    display: none;
			}
/* Toggle Effect */

   		  input:checked ~ label {
		      background-image: url(menu25.png);
		  }

		  input:checked ~ .menu-content {
		      max-height: 100%;
		  }	