div#mainmenu{
   background-image: url(/images/simple_tabs/tabRowBg.gif);
   background-position: top;
   background-repeat: repeat-x;
   margin: 0 0 20px 0;
   padding: 0;
}
div#mainmenu a {
   color: #000;
   text-decoration: none;
}
div#mainmenu table td {
   border-bottom: 1px solid #ccc;
}
div#mainmenu table td.tab {
   background-image: url(/images/simple_tabs/otherTab.gif);
   background-position: top center;
   background-position: top;
   background-repeat: no-repeat;
   vertical-align: bottom;
   height: 25px;
   padding: 1px 6px 4px 6px;
}
div#mainmenu table td.tabLeft {
   background-image: url(/images/simple_tabs/otherTab.gif);
   background-position: top left;
}
div#mainmenu table td.tabRight {
   background-image: url(/images/simple_tabs/otherTab.gif);
   background-position: top right;
}
div#mainmenu table td.tab.active {
   background-image: url(/images/simple_tabs/currentTab.gif);
   border: none;
   padding-bottom: 5px;
}
div#mainmenu table td.tabLeft.active {
   background-image: url(/images/simple_tabs/currentTab.gif);
   border: none;
}
div#mainmenu table td.tabRight.active {
   background-image: url(/images/simple_tabs/currentTab.gif);
   border: none;
}

div#sub_menu {
   border-bottom: 1px solid #ccc;
   padding: 2px 0;
}
div#sub_menu table tr td {
   padding: 0 4px;
}
div.submenu_items {
   position: absolute;
   border-bottom: none;
   background-color: #ddd;
}
div.submenu_items ul {
   border: 1px solid #999;
   border-bottom: none;
   list-style: none;
   margin: 0;
   padding: 0;
}
div.submenu_items ul li {
   border-bottom: 1px solid #999;
   padding: 2px;
}
