body
{
	margin:0px;
	padding-top:1px;
}

#main_container
{
	width:100%;
	margin-left:0;

	float:left;
	border: 3px show;
}

.header
{
	width:100%;
	margin-right:0;
	margin-left:0;
	background:#EAE3D8;
	height: 0 auto;
	float:left;
}


.top_menu ul
{
	     list-style-type: none;
		 margin: 0 auto;
		 width: 80%;
		 padding: 0%;
		 font-style:italic; 
		 font-family:Georgia, Times, serif; 
		 font-size:16px; 
}

.top_menu ul li
{
	float:left;
	margin-right:20px;
	background: white;
	padding:5px;
	border-radius:20%;
}
.top_menu ul li a
{
	color: #FFFFFF;
	text-decoration:none;
}
.top_menu ul li a:hover
{
	color: gray;
}


#list2 { width:60%; padding-left: 5%; }
#list2 ol { font-style:italic; font-family:Georgia, Times, serif; font-size:24px; color:red;  }
#list2 ol li { }
#list2 ol li p { padding:8px; font-style:normal; font-family:Arial; font-size:13px; color:black; border-left: 1px solid #999; }
#list2 ol li p em { display:block; }

hr{display:none;}

ul.menuVert1 {
	
	width: 25%px; list-style: left;
 text-align: center; text-shadow: 2px 2px 4px white; padding:0;}

ul.menuVert1 li 
{
	padding: 10px 0px; border: red; background-color: #ff8800;
}

ul.menuVert1 li:last-child { 
border-bottom: red; border-bottom-width: 6px;
}
ul.menuVert1 li a:link, ul.menuVert1 li a:visited { 
text-decoration: none; color:black;
}
ul.menuVert1 li:hover {background-color: #C4BDBB;}

hr{display:none;}

ul.menuVert2 {
	
	width: 25%px; list-style: right;
 text-align: center; text-shadow: 2px 2px 4px white; padding:0;}

ul.menuVert2 li 
{
	padding: 10px 0px; border: red; background-color: #C4BDBB;
}

ul.menuVert2 li:last-child { 
border-bottom: red; border-bottom-width: 6px;
}
ul.menuVert2 li a:link, ul.menuVert1 li a:visited { 
text-decoration: none; color:black;
}
ul.menuVert2 li:hover {background-color: #ff8800;}

#nav ul {
	list-style: none;
	margin-left: 10%;
	margin-right: 10%;
}
#nav a {
	color: #000000;
	text-decoration: none;
	font-size: 1em;
}
#nav li li a {
	display: block;
	color: #669;
	padding: 4px;
}
#nav li li a:hover {
	padding: 4px;
	background: #ff812d;
	color: #ffffff;
}
#nav li {
	float: left;
	position: relative;
	width: 8em;
	text-align: center;
	background: #ff812d;
}
#nav li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-size: 0.9em;
}
#nav li>ul {
	top: auto;
	left: auto;
}
#nav li li {
	display: block;
	float: none;
	background-color: white;
	border-bottom: 1px solid #999;
}
#nav li:hover ul{
	display: block;
}