

#menu_container {
	background-color: rgba(255,255,255,0.5);
	//border-right: 3px solid #ee4e1d;
	width: 200px;
	padding: 30px 30px 30px 10px;
	position: fixed;
	z-index: 1;
	//box-shadow: 4px 0 10px rgba(0,0,0,0.25);
	//-moz-box-shadow: 4px 0 10px rgba(0,0,0,0.25);
	//-webkit-box-shadow: 4px 0 10px rgba(0,0,0,0.25);
	
}
 
#menu_container {
left: 0; /* Change to right: 0; if you want the panel to display on the right side. */
}
 
#menu_container:hover, #menu_container:focus {
left: 0 !important; /* Change to right: 0 !important; if you want the panel to display on the right side. */
}




#menu_container .arrow {
right: 2px; /* Change to left: 2px; if you want the panel to display on the right side. */

}
 
#menu_container .arrow {
font: normal 400 25px/25px 'Acme', Helvetica, Arial, sans-serif; /* Acme font is required for .arrow */
color: rgba(0,0,0,0.75); /* Arrow color */
width: 16px;
height: 25px;
display: block;
position: absolute;
top: 20px;
cursor: default;

}
 
#menu_container:hover .arrow {
transform: rotate(-180deg) translate(6px,-3px);
-moz-transform: rotate(-180deg) translate(6px,-3px);
-webkit-transform: rotate(-180deg) translate(6px,-3px)

;
}



#address {
	width: 180px;
	position: relative;
	top: 350px;
	padding-left: 30px;
	font-family: "Helvetica Neue","MS Sans Serif", sans-serif;
	font-size: 10px;
	color: #333;
	line-height: 1.3em;
}

#address p {
	display: inline;
	padding-bottom: 10px;
}


#address a {
	text-decoration: none;
	color: #333;
	font-size:11px;
	
}

#address a:hover {
	text-decoration: none;
	
		text-shadow: 1px 1px 2px #807F7B;	

}







#menu {
	list-style: none;
	padding: 0 0 0 20px;
	width: 170px;
	font-family:  "Helvetica Neue","MS Sans Serif", sans-serif;
	font-size: 13px;
	color: #333;
	text-transform: lowercase;
	top: 200px;
	position: absolute;
}
#menu li {
	display: block;
	//background-color: #FF9927;
	font-weight: normal;
	margin: 1px;
	cursor: pointer;
	padding: 0px 0px 0px 7px;
	list-style: circle;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	//border-radius: 10px;
}

#menu li:hover {
	display: block;
	//background-color: #FF9927;
	font-weight: normal;
	list-style: circle;
	//-moz-border-radius: 10px;
	//-webkit-border-radius: 10px;
	//border-radius: 10px;
	text-shadow: 1px 0px 2px #807F7B;	

}
#menu ul {
	list-style: none;
	padding: 0 0 0 0;
	display: none;
}
#menu ul li {
	font-weight: normal;
	cursor: auto;
	//background-color: #fff;
	padding: 0px 0px 0px 25px;
}
#menu a {
	color: #333;
	text-decoration: none;
	
}
#menu a:hover {
text-shadow: 1px 0px 2px #807F7B;	
}
#menu a:selected {
	text-decoration: underline;
	
	
}