/* ami [2007/01/08]: Embedding a pure css menu in the main navigation, 
ie specific. This uses conditional comments in the xhtml source code. */

#home {
    width:14.17em;
    /* line-height:1.61em; */
    /* padding-bottom:1px !important; */
    padding-top:0;
    line-height:1.4em;
    height:1.5em;
    
}

.menu {
    height:1.4em;
    line-height:1.4em;
}

.menu table {
    border-collapse:collapse;
    border-spacing:0;
    padding:0;
    margin:0;
    font-size: 100%;
}

.menu ul#mainnavigation {
    height:1.3em;
}

.menu ul li a { 
    padding-bottom:1px !important;
    line-height:1.3em;
}

/* ie realy goes crasy here: in case the background-color value is the same as 
defined in :hover, no submenu will be displayed !? */
.menu a.active {
    background-color:#FF5500;
}


.menu ul li a:hover { 
    color:#0099CC; 
    background-color:#EAF8FF;
}

.menu ul li a:hover ul {
    display:block; 
    position:absolute; 
    top:1.3em; left:0; 
    padding-top:.2em;
    width:14em;
 }
.menu ul li a:hover ul li a {
    display:block; 
    width:12em;
    font-weight:normal;
    padding: 0.1em 0.5em 0.1em 1.6em;
    border-bottom:1px solid #0099CC;
    color:#0099CC; 
    background:#EAF8FF;
 }
 
.menu ul li a:hover ul li a:hover {
    background-image:url(/html/images/main/nups_content_navigation_two.gif);
    background-repeat:no-repeat;
    background-position:0.5em 0.6em;
}