body {
	
}
#menu {
width: 12em;
background: #eee;
border: 1px solid black;
}

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

#menu a {
color: #000;
background: #efefef;
text-decoration: none;
}

#menu li {
  color: #000;
  background: #efefef;
  text-decoration: none;
}


#menu a:hover {
color: #a00;
background: #fff;
}

#menu li{

display: block;
border-width: 1px;
border-style: solid;
border-color: #ccc #888 #555 #bbb;
margin: 0;
padding: 2px 3px;
}

#menu li {position: relative;}

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

div#menu ul ul ul 
{display: none;}

div#menu ul ul li:hover ul 
{display: block;}

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

div#menu ul ul li:hover ul 
{display: block;}


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;}



        body
       {background-color: white;}
       
       div#Welcome_Bar
       {clear: both;
       background-color: brown;
       border: 1px solid black;}       
       
       div#Welcome_Bar h1
       {
         color: black;
         text-align: center;
         }
       
       div#Welcome_Bar p
       {
         color: black;
         font-family: fantasy;
         font-style: italic;
         text-align: center;}
         
       #Left
       {
         background-color: white
         float: left;
         width: 20%;
         padding-left: 1%;
 
       }
       
       #Logo
       {
         margin-left: 0%;
         margin-right: 16%;
         border: 1px solid black;

       }


       #Section
       {
         float: left;
         padding: 2em;
       }

       #Main
       {
         float: right;
         width: 75%;
         padding-left: 1%;
         color: black;
         background-color: white;
         font-weight: bold;
         font-family:Arial;
         border: 1px solid black;
       }
       
       #Main ul{
         list-style: none;
         float:left;
         text-align:center;
       }

       #Main ul ul ul{
         color: blue;
       }

       #Main ul ul ul ul{
         color: red;
         text-decoration: line-through;
       }
      div#img2

{float: right;}

div#Main_Links

{float: right;
 width: 20%;
 padding-right: 3%;
 border: 1px solid black;}

div#Main_Text

{float: left;
 width: 75%;}
       

 
       #Foot
       {background-color: white;}

<!--[if IE]>
<style type="text/css" media="screen">
body {
behavior: url(csshover.htc);
font-size: 100%;
} 
#menu ul li {float: left; width: 100%;}
#menu ul li a {height: 1%;} 

#menu a, #menu h2 {
font: bold 0.7em/1.4em arial, helvetica, sans-serif;
} 
</style>
<![endif]-->
