table.main td.left {
text-align:center;
}
ul.nav {
margin-top:45px;
}
ul.nav li {
list-style-type:none;
margin:3px;
}
ul.nav a {
display:block;
width:126px;
height:18px;
margin-left:auto;
margin-right:auto;
background-color:black;
color:#A0913B;
text-decoration:none;
border:1px solid;
border-color:#666666;
font-weight:bolder;
font-size:14px
}
ul.nav li.green a {
background-color:#617A33;
color:#000000
}
ul.nav a:hover {
/*background-color:#FFFF66;*/
background-color:#D3BE55;
color:black;
}
table.main td.left h1 {
font-size:14px;
margin-top:10px;
}
table.main td.left div.nav {
/*height:140px;*/
}
table.main td.left form {
margin:10px;
}
table.main td.left p {
font-size:10px;
}

/* POPOUT MENU */

ul.popout a {
display:block;
}
ul.popout {
width:126px;
height:140px;
margin-top:5px;
margin-left:auto;
margin-right:auto;
}
ul.popout li {
list-style:none;
border:1px solid #000000;
background-color:#550000;
position: relative;
font-weight:bold;
text-align:left;
padding:2px;
font-size:12px;
}
ul.popout li a {
color:#FFFFFF;
text-decoration:none;
}
ul.popout li:hover {
background-color:#D3BE55;
}
ul.popout ul {
position:absolute;
top:0px;
left:100%;
width:107%
}
#popoutup {
position:absolute;
top:-21px;
bottom:0px;
left:100%;
width:107%;
}
ul.popout ul, ul.popout li:hover ul ul, ul.popout li:hover ul ul ul {
display:none;
}
ul.popout li:hover ul, ul.popout ul li:hover ul, ul.popout ul ul li:hover ul {
display:block;
}

<!--[if IE]>
body {
behavior: url(csshover.htc); /* call hover behaviour file */
font-size: 100%; /* enable IE to resize em fonts */
} 
ul.popout li {
float: left; /* cure IE5.x "whitespace in lists" problem */
width: 100%;
}
ul.popout li a {
height: 1%; /* make links honour display: block; properly */
} 
<![endif]-->

/* END POPOUT MENU */
