/* majority of the css  */
@import "/css/part1.css"; 

@import "/css/sIFR-screen.css";
/* the bits which mess up the wysiwyg-layout  */
@import "/css/part2.css"; */

.sub-drop li ul {
visibility:hidden; position:absolute; top:2.5em; left:0; height:0; width:194px; overflow:hidden;
}


table {
  margin:-1px; border-collapse:collapse; font-size:1em; /* font size for IE5.5 */
}


/* fist line style for IE7 and non-IE browsers and the second line for IE5.5 and IE6 */ 
.sub-drop li:hover a,
.sub-drop li a:hover {
text-decoration:underline; border:0;
}

.sub-drop li:hover ul,
.sub-drop li a:hover ul {
visibility:visible; overflow:visible;
}
#drop-nav-items li {background:#E4E4E4 url(/img/red_arrow_right.gif) 5px 50% no-repeat;margin-bottom:1px;width:194px;padding-left:25px;border-top:1px solid #FFF;border-bottom:1px solid #FFF; white-space: nowrap; vertical-align: middle; height:1em;}
#drop-nav-items li a {color:#000;text-decoration:none;font-size:0.8em;margin-bottom:1px;}
#drop-nav-items li.active {margin-bottom:1;padding-bottom:0;background:#E4E4E4 url(/img/red_arrow_down.gif) 5px 9px no-repeat; }
#drop-nav-items li a.active {color:#f00;font-weight:bold;}

