/*
 *  HMenu stuff
 *
 */


/* the main menu uses the normal naming conventions, but because they're 
* INSIDE another style we can modify them
*/
.leftside 
  div.dynarch-horiz-menu table, 
  div.dynarch-popup-menu table { 
        font: 8pt Arial; 
        text-align: right; 
        margin: 0;
        padding: 0px;
}

.leftside 
        div.dynarch-popup-menu { 
        border-right: 0; 
        border-left: 0; 
        border-top: 0; 
        border-bottom: 0; 
        margin: 0px;
        padding-top: 0px;
        padding-left: 0px;
        padding-right: 3px;
        padding-bottom: 0px;
        cursor: pointer; 
}

.leftside 
       div.dynarch-popup-menu tr.item td.icon { 
        display: none; 
        padding:0; 
}

.leftside 
        div.dynarch-popup-menu tr.item td.label { 
        background-image:url(/cms/images/navbutton.jpg); 
        text-align: right; 
        height: 28px; 
        width:220px; 
        padding: 0px; 
        margin-top: 0px;
        padding-right: 3px;
        color: #336da8;
        font-size: 8pt;
        font-weight: bold;
        font-family: Arial; 
        border: 0;
        vertical-align: bottom;
        padding-right: 11px;
}

.leftside 
        div.dynarch-popup-menu tr.item.hover td.label,
        div.dynarch-popup-menu tr.item.active td.label { 
        text-decoration: underline;
        background-image:url(/cms/images/navbuttonover.jpg);
}

.leftside
        div.dynarch-popup-menu tr.item td.arrow { 
        width: 11px; 
        display: none; 
}

.leftside
        div.dynarch-popup-menu tr.item td.arrow div { 
        width: 11px; 
        display: none; 
}

.leftside
    div.dynarch-popup-menu tr.hover td.arrow div,
    div.dynarch-popup-menu tr.active td.arrow div { 
      width: 11px;
      display: none;        
      text-decoration: underline;
}

.navWithBackgroundTd {
    height:28px;  
    background-image:url(/cms/images/navbutton.jpg);  
    background-position: center center;
    text-align:right;
}

/* the sub menus */
div.dynarch-popup-menu table { 
    border: 0; 
}

div.dynarch-popup-menu { 
    background: transparent; 
    border: 0; 
    margin-top: 3px;
    margin-left: -12px;
    cursor: pointer;
}

div.dynarch-popup-menu tr.item td.icon { 
   display: none; 
   padding:0; 
   margin: 0;
}
   
div.dynarch-popup-menu tr.item td.label { 
   background-color: #E1F6FB;
   border: 1px solid #96ACC1;    
   text-align: left; 
   height: 28px; 
   width:160px; 
   padding-left: 10px; 
   overflow: none;
   margin: 0;
   color: #336da8;
   font-size: 8pt;
   font-weight: bold;
   font-family: Arial; 
}

div.dynarch-popup-menu tr.item.hover td.label,
div.dynarch-popup-menu tr.item.active td.label { 
   text-decoration: underline;
   background-color: #ffffff;
}

div.submenu tr.item.hover td.label,
div.submenu tr.item.active td.label { 
    text-decoration: underline;
    background-color: #ffffff;
    background-image: none;
}

.cmsrighttd {
    vertical-align: top;  
    background-image:url(/cms/images/cms/cms_rightrepeat.jpg);
    background-position: left top;
    background-repeat: repeat-y;  
    width:4px;    
}

.cmspagebottom  {
    width: 1001px;
    height: 11px;
    background-image: url(/cms/images/cms/cms_logo_bottom.jpg); 
    background-repeat:no-repeat;
    background-position:left top;  
    text-align:center;
    vertical-align: middle;
    font-family: Arial;
    font-size: 7PT;
    color: White;
}

.cmscontenttop {
    background-image: url(/cms/images/cms/cms_homecontent.jpg);
    height: 5px; 
}

.cmscontenttd {
    background-position:left top;
    background-repeat: no-repeat;
    padding-left:25px;
    padding-top: 0px;
    padding-right: 10px;
    vertical-align:top;
}
