td.mnumainout {
 font-family: arial, sans-serif;
 font-size: 11pt; /* sets main menu text size */
 color: white;
 text-align: center;
 font-weight: normal;
 border-right: 1px solid white;
 background-color: #FF8800;
 padding: 0px 7px;
 white-space: nowrap;
}
td.mnumainout a:link, td.mnumainout a:hover, td.mnumainout a:visited {
 color: white;
 font-family: arial, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 text-decoration: none; 
}
td.mnusubout {
 text-align: left;
 font-family: arial, sans-serif;
 font-size: 11pt;
 font-weight: normal;
 color: white;
 border-top: 1px solid white;
 background-color: #FF8800;
 filter: Alpha(opacity=90);
 -moz-opacity: .90;
 padding: 2px 7px;
 white-space: nowrap;	
}
.hideonmenuover {
 visibility: visible;
}
td.mnusubout a:link, td.mnusubout a:hover, td.mnusubout a:visited {
 color: white;
 text-decoration: none;
}
td.mnusubover {
 text-align: left;
 font-family: arial, sans-serif;
 font-size: 10pt;
 font-weight: normal;
 color: white;
 border-top: 1px solid white;
 background-color: #D37A1B;
 filter: Alpha(opacity=90);
 -moz-opacity: .90;
 padding: 2px 7px;
 cursor: pointer;
 white-space: nowrap;
}
td.mnusubover a:link, td.mnusubover a:hover, td.mnusubover a:visited {
 color: white;
 text-decoration: none;
}
td.mnumainover {
 background-color: #BB7000;
 font-size: 11pt;  /* sets text size when cursor hovers */
 text-align: center;
 color: white;
 font-weight: normal;
 border-right: 1px solid white;
 padding: 0px 7px;
 cursor: pointer;
 white-space: nowrap;
}
td.mnumainover a:link, td.mnumainover a:hover, td.mnumainover a:visited {
 color: white;
 text-decoration: none;
}
table.mnusub {
 z-index: 999;
 width: 125px;
}
div.mnusubns {
 padding-bottom: 3px;
 padding-top: 3px;
}
div.mnusubns a {
 color: white;
 text-decoration: none;
}