﻿/* CSS Document */

  /* --------------- */
 /* --- TOP MENU --- */
/* --------------- */

#header { 	    
    /*margin: 0 auto; */
    padding: 0;
	text-align: left;
	width: 100%;
    /* height: 125px;*/
	display: block;
    position: absolute;
    top: 0px;
    left: 0px;
}

#body {
    margin-top: 116px;
}

#header .main_logo {
    display: block;
    width: 40%;
    margin: 10px 0 0 19px;
    float: left;
    text-decoration: none;
    border: 0;
    text-align: left !important;
}

#header .support {
    display: block;
    width: 421px;
    height: 30px;
    margin: 0 12px 0 0;
    float: right;
    background: transparent url('../../themes/10/main/tools.jpg') no-repeat 0 0;
    text-align: right !important;
}

#header * {
    font-family: "Trebuchet MS","Gill Sans","bitstream Charter","Liberation Sans","FreeSans",sans-serif;
    color: #333;
    text-decoration: none;
    font-size: 12px;
}

#header .support a,
#header .support * {
    line-height: 30px;
    margin: 0 5px 0 0 ;
    text-align: right !important;
}

#header .support a:hover {
    color: #0068b1;
}

/*  ############################################################
    Main menu with main themes
    ############################################################*/

#header .menu {
    height: 54px;
    width: 100%;
    clear: both; 
    float: none;
    background: transparent url('../../themes/10/main/menu-bg.jpg') no-repeat 0 0;
    text-align: left !important;
}

#header .menu h6 {
    color: #0068B1;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
}

#header .menu ul#mMenu {
    display: block;
    padding: 0;
    margin: 0 0 0 9px;
    z-index: 100;
    width: 968px;
    overflow: visible; height: auto; margin-left: -1px;
}

#header .menu ul#mMenu li {
    height: 40px;
    white-space: nowrap;
    list-style: none;
    list-style-image: none;
    margin: 10px 0 0 0;
    /*padding: 0 2px 0 0;*/
    background: transparent url('../../themes/10/main/hr.gif') no-repeat 100% 50%;
    text-align: left;
    position: relative; display: block; top: 0px; z-index: 1; float: left;
}
#header .menu ul#mMenu li.section { background: transparent url('../../themes/10/main/section-bg.jpg') no-repeat 100% 50%; }
#header .menu ul#mMenu li.subsection { background: transparent url('../../themes/10/main/subsection-bg.gif') no-repeat 100% 50%; }

#header .menu ul#mMenu li a {
    display: block;
    line-height: 40px;
    height: 40px;
    color: #333;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    padding: 0px 8px;
}
#header .menu ul#mMenu li.section a { padding: 0px 36px 0px 10px; }
#header .menu ul#mMenu li.subsection a { padding: 0px 24px 0px 10px; }

#header .menu ul#mMenu li a:hover {
    background-color: transparent; 
    background-image: url('../../themes/10/main/menu-bg-hover.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    color: white;
}
#header .menu ul#mMenu li.index a img  { margin-left: 12px; }
#header .menu ul#mMenu li.index a:hover  { background-position: 9px 0; }
#header .menu ul#mMenu li.section:hover a, 
#header .menu ul#mMenu li.section a:hover { color: #fff; background: transparent url('../../themes/10/main/section-bg-hover.jpg') no-repeat 100% 50%; }
#header .menu ul#mMenu li.subsection:hover a, 
#header .menu ul#mMenu li.subsection a:hover  { color: #fff; background: transparent url('../../themes/10/main/subsection-bg-hover.jpg') no-repeat 100% 50%; }

#header .menu ul#mMenu li.section ul li.disable a, 
#header .menu ul#mMenu li.section ul li.disable a:hover {
    background: transparent;
    color: #888;
}

    /* second level subsection */
    #header .menu ul#mMenu li ul table { 
        margin: 0; 
        padding: 0;
        margin-left: -15px;
        border: 0;
    }
    #header .menu ul#mMenu li ul { 
        display: none;
        margin: 0; 
        padding: 0; 
        position: absolute;
        z-index: 1000;
        background: #ebebeb;
        border: 1px solid #aaa;
        text-align: left;
    }
    #header .menu ul#mMenu li.section ul li,  
    #header .menu ul#mMenu li.subsection ul li { 
        float: none;
        clear: both;
        height: 30px;
        line-height: 30px; 
        margin: 0; 
        padding: 0;
        *width: auto;
        *margin: 0 0 0 -3px;
        background: #ebebeb ;
        border-top: 1px solid #ccc;
    }
    #header .menu ul#mMenu li.section ul li:first-child {
        border: 0;
    }
    #header .menu ul#mMenu li.section ul.sub li a,
    #header .menu ul#mMenu li.section ul.sub li a:hover,
    #header .menu ul#mMenu li.subsection ul.sub li a,
    #header .menu ul#mMenu li.subsection ul.sub li a:hover {
        display: block;
        line-height: 30px; 
        height: 30px;
        width: auto;
        font-size: 12px;
        padding: 0 20px;
        *width: auto;
        margin: 0;
        background: #ebebeb;
        color: #333;
    }

    #header .menu ul#mMenu li.section ul.sub li a:hover, 
    #header .menu ul#mMenu li.subsection ul.sub li a:hover {
        background: #0068b1;
        color: #fff;
    }
    
    
    #header .menu ul#mMenu li.section ul li.disable a:hover,
    #header .menu ul#mMenu li.subsection ul.sub li.disable a:hover,
    #header .menu ul#mMenu li.section ul li a:hover,
    #header .menu ul#mMenu li.subsection ul.sub li a:hover { color: white; background: #0068b1; }
    #header .menu ul#mMenu li.section ul li.disable a,
    #header .menu ul#mMenu li.subsection ul.sub li.disable a { color: #888; }

    #header .menu ul#mMenu li ul li a div.prc,
    #header .menu ul#mMenu li ul li a div.cnt, 
    #header .menu ul#mMenu li ul li a div.dsp {
        color: #333;
        line-height: 30px;
        height: 30px;
    }
    #header .menu ul#mMenu li ul li a div.prc { display: block; color: red; font-weight: bold; text-align: right; float: right; }
    #header .menu ul#mMenu li ul li a div.cnt { display: block; float: left; }
    #header .menu ul#mMenu li ul li a div.dsp { display: block; color: green; font-weight: bold; text-align: right; float: right; }
    #header .menu ul#mMenu li ul li a:hover div,
    #header .menu ul#mMenu li ul li a:hover div span.red { color: white; }

    #header .menu ul#mMenu li ul li.disable a div.prc, 
    #header .menu ul#mMenu li ul li.disable a div.cnt,
    #header .menu ul#mMenu li ul li.disable a div.dsp,
    #header .menu ul#mMenu li ul li.disable a div,
    #header .menu ul#mMenu li ul li.disable a div span.red { color: #888; background: transparent; }
    #header .menu ul#mMenu li ul li.disable:hover a div.prc, 
    #header .menu ul#mMenu li ul li.disable:hover a div.cnt,
    #header .menu ul#mMenu li ul li.disable:hover a div.dsp,
    #header .menu ul#mMenu li ul li.disable a:hover div,
    #header .menu ul#mMenu li ul li.disable a:hover div span.red  { color: #fff;  }


/* patch  display the top image of the body section */
#upper_body {
    display: block;
    width: 989px;
    min-height: 300px;
    height: 300px;
    margin: 0 0 -300px 0;
}


/*
    #header .menu table tr td.index a  { margin-left: 9px; }
    #header .menu table tr td.index a:hover  { background-position: 0% 50%; }

    #header .menu table tr.main td.section a,
    #header .menu table tr.main td.section  a:hover  { 
        padding: 0 35px 0px 10px;
        background: transparent url('../../themes/10/main/section-bg.png') no-repeat 100% 50%;
    }
    #header .menu table tr.main td.section a:hover  { 
        background: transparent url('../../themes/10/main/section-bg-hover.png') no-repeat 100% 50%;
    }
    
    #header .menu table tr.main td table.sub {
        display: none;
        position: absolute;
        z-index: 1000;
        background: #cbcbcb;
        padding: 5px;
        margin-top: -2px;
    }
    #header .menu table tr td:hover table.sub,  
    #header .menu table tr td a:hover table.sub  { 
        display: block;
    }

*/

#header .menu ul#mMenu li:hover ul {
    display: block;
}

