* {
  margin: 0;
  padding: 0;
}
body {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 12px;
  line-height: normal;
}
text {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 10px;
  line-height: normal;
}
.bodyhead {
  border-style: none;
  margin: 0px;
  letter-spacing: normal;
  text-transform: uppercase;
  text-align: left;
  color: navy;
  line-height: 120%;
  vertical-align: baseline;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial,Helvetica,sans-serif;
  font-weight: bold;
  word-spacing: normal;
  font-style: normal;
}


.menu {
font-family: Geneva, Arial, Helvetica, Swiss, SunSans-Regular; 
font-size: 12px; 
color: green; 
font-weight: bold; 
line-height: 20px; 
text-align: center;
text-transform: uppercase;
margin: 12px;
 }


.menu a {text-decoration: none; color: black;}
.menu a:hover {color: navy;}
.menu a:visited {color: navy;}
.menu a:active {color: red;}


#wrapper {
  margin: 0 auto;
  width: 796px;
}
#faux {
  background: transparent url(faux-1-2-col.gif) repeat scroll 0% 50%;
  overflow: auto;
  margin-bottom: 5px;
  width: 756px;
}
#header {
  margin: 10px 0px 0px;
  background: white none repeat scroll 0% 50%;
  padding-left: 1px;
  color: #333333;
  width: 756px;
  height: 124px;
}
#navigation {
  margin: 0px;
  background: white none repeat scroll 0% 50%;
  padding-left: 1px;
  color: #333333;
  width: 756px;
}
#leftcolumn {
  margin: 10px;
  padding: 0px;
  display: inline;
  color: #333333;
  width: 130px;
  float: left;
}
#rightcolumn {
  margin: 10px;
  padding: 0px;
  float: right;
  color: #333333;
  width: 566px;
  display: inline;
  position: relative;
}
#footer {
  margin: 0px 0px 10px;
  padding: 10px;
  background: #abbebe none repeat scroll 0% 50%;
  width: 756px;
  clear: both;
  color: #333333;
}
.clear {
  background: transparent none repeat scroll 0% 50%;
  clear: both;
}
#body_head {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 18pt;
  line-height: normal;
  color: black;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-align: left;
  text-decoration: none;
}
#text {
  font-size: 11pt;
  line-height: normal;
  color: black;
}
.smalltext {
  color: navy;
  font-size: 9px;
  line-height: 100%;
  font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
  text-align: center;
  word-spacing: normal;
  letter-spacing: normal;
 vertical-align: baseline
}

.menu1{
background-image:url(images/menudiv1bg.gif);
margin-left:25px;
padding-left:20px;
padding-top:2px;
padding-bottom: 2px;
display:block;
text-decoration: none;
color: #000000;
height: 20px;
}

.submenu{
background-image: url(images/submenu.gif);
display: block;
height: 19px;
margin-left: 38px;
padding-top: 2px;
padding-left: 7px;
color: #333333;
}

.hide{
display: none;
}

I'll also create the style that will show the hidden div tags (submenus):

.show{
display: block;
}
