td.menumain>ul, td.menumain ul, td.menumain ul ul {
 list-style-type: none;
}
/*prevent from showing more than 2 levels*/
td.menumain ul ul ul {
 display: none;
}

td.menumain a {
 display: block;
 width: 100%;
 text-transform: uppercase;
}

td.menumain ul {
 visibility: hidden;
 position: absolute;
 z-index: 10;
}
td.menumain ul li a {
 display: block;
}
td.menumain ul li {
 display: block;
 text-align: left;
}
td.menumain:hover ul, td.menumain li:hover ul {
 list-style-type: none;
 text-align: left;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this 
html>body td.menumain ul {
 display: none;
}*/

/* simulate child selector for IE */
td.menumain:hover ul,
td.menumain:hover li:hover ul {
 visibility: visible;
}
td.menumain:hover li ul,
td.menumain:hover li:hover li ul {
 visibility: hidden;
}
/* do the normal show, with increased specificity, for good browsers 
td.menumain:hover>ul, td.menumain:hover ul>li:hover>ul {
 display: block;
 visibility: visible;
}*/

td.menumain ul a {
 text-align: left;
}
/*  ------   VISUAL STYLING - "MAKEUP" --------   */
/*following sets the font style for "active" nav items*/
td.menumain LI A.current, td.menumain LI LI A.current {
 font-weight : bold;
}

/* style -- padding, height, borders, etc. -- of each item in the menus */
td.menumain li {
 padding: 4px 2px 4px 4px;
 border-top: 1px dotted #73695D;
}

/*style for the top item in each menu -- do not put a horizonal line over the first item*/
td.menumain li.first {
 border-top: none;
}

/*sets background color on an item when you "hover" over it*/
td.menumain li:hover {
 background-color:#F4DFBA;
}

/* style of a link in the menu */
td.menumain a {
 text-decoration: none;
 color: #73695D;
}

td.menumain li a {
 color: #848484;

}

td.menumain a:hover, td.menumain:hover a {
 color:#a0896a;
}


/*width and visual style of the flyout menus -- the 'boxes' themselves, not their contents */
td.menumain ul {
 color: #000000;
 background-color: #FFFFFF;
 border: 1px dotted #73695D;
 width: 155px;
 padding-left: 0px;
 margin-left: -1px;
 margin-top: 0px;
 margin-bottom: 0px;
 padding-bottom: 0px;
}

 /*following is for IE -- position of second level flyout menu.*/
td.menumain ul ul {
 margin-left: 148px;
 margin-top: -17px;
}

/*Following is  for compliant browsers -- position of second level flyout menu*/
html>body td.menumain ul ul {
 margin-left: 150px;
}

/*following is for last item; menus open to the left instead of right*/
td.menumain.left ul ul {
 margin-left: -150;
}
/*adjust for compliant browsers*/
html>body td.menumain.left ul ul {
 margin-left: -152;
}

/*divider line between items*/
td.menumain a.toprow {
 display: block;
 padding-left: 2px;
 padding-right: 2px;
}
td.menumain div {
 width: 100%;
 text-align: center;
 padding-top: 1px;
 padding-bottom: 2px;
}
td.menumain {
 border-left: 3px none #C9AC85;
 background-image:url(images/menuseperator.gif);
 background-repeat:no-repeat;
}
td.menumain.first {
 border-left: none;
 background-image: none;
}
/*
=================================================================
LEFT COLUMN
================================================================= */

/*LEVEL 1*/
#menuleft ul {
 list-style-type: none;
 text-align: left;
 width: 140px;
 margin: 0;
 padding: 2px 1px 1px 3px;
}

#menuleft li {
 color: #73695D;
 font-family: Arial, Helvetica, sans-serif;
 font-size: 9px;
 font-style: normal;
 text-transform: uppercase;
 border-bottom: 1px dashed #C9AC85;
 display: block;
 line-height: 11px;
}

#menuleft li a {
 display: block;
 width: 100%;
 padding-right: 5px;
 padding-left: 2px;
 padding-bottom: 2px;
 padding-top: 4px;
 margin-top: 1px;
}


/*fix padding for compliant browsers*/
html>body #menuleft li a { 
 padding-top: 3px;
 padding-bottom: 3px;
}

/*extra right padding on compliant browsers*/
html>body #menuleft li {
 padding-right: 3px;
}


#menuleft li.first {
 border-top: 1px dashed #C9AC85;
}

#menuleft a:hover, #menuleft li:hover a {
 color: #C9AC85;
 text-decoration: none;
}

#menuleft a, #menuleft li:hover li a {
 color: #73695D;
 text-decoration: none;
 /*display: block;*/
}


/*FLYOUT*/
/*make sure 3rd level never displays*/
#menuleft li li ul {
 display: none;
}

#menuleft li ul {
 text-align: left;
 width: 150;
 visibility: hidden;
 position: absolute;
 z-index: 10;
 background-color: #FFFFFF;
 border: 1px solid #C9AC85;
 padding-left: 0px;
}

#menuleft li li {
 border-top: 1px solid #C9AC85;
 border-bottom: none;
 background-color: #FFFFFF;
}

#menuleft li li.first {
 border-top: none;
}
/* using display is better (no scrollbars when page loads), but IE can't handle it, so only good browsers should see this */
html>body #menuleft li ul {
 display: none;
}

/* simulate child selector for IE */
/* functionality is defined for 3 levels
#menuleft li:hover ul
{
 visibility: visible;
}
*/

/* do the normal show, with increased specificity, for good browsers 
#menuleft ul li:hover>ul {
 display: block;
 visibility: visible;
}
*/

/* flyout position IE 
#menuleft li ul {
  margin-top: -18px;
  margin-left: 0px;
}
*/

/*flyout position - compliant browsers
html>body #menuleft li ul {
  margin-left: 140px;
}
*/

/*background on flyout hover*/
#menuleft li:hover ul li:hover {
 background-color: #E8E5DC;
}

/*SmartEdit*/
#menuleft li div.reddot {
 display: none;
}
