@charset "utf-8";
/* CSS Document */


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family:Arial, Helvetica, sans-serif;
	/*font-family:"Myriad Pro";*/
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
a{
	text-decoration:none;
	color:#333333;
	margin:5px;
	
	}

#Container{
	width:90%;
	margin:10px auto;
	border-radius:10px 10px;
	box-shadow:2px 2px #999;
	}
  .images{
	  border-radius:5px 5px;
	  box-shadow:2px 2px #CCC;}
  #menu{
	  margin-top:5px;
	  display:none;
	  position:absolute;}
	  #menu li{
		  width:240px;
		  height:40px;
		  text-align:center;
		  line-height:40px;
		  
		  background-color:#008080;
		 	
		  margin:1px;}
		   #menu li:hover{ background-color:#666666;}
		  #menu li a{
			  text-decoration:none;
			  color:#EEE;
			  display:block;}