/* CSS FOR EMGO - NAVIGATION */
/* ------------------------- */

/* DIV: staticnavigation */
div#staticnavigation { position: absolute; *position: relative; top: 22px; left: 16px; font-size: 11px; text-transform: uppercase; color: #999; }
div#staticnavigation a { margin: 0px; text-decoration: none; text-transform: uppercase; color: #999; position: relative; }
div#staticnavigation a:hover, div#staticnavigation a.active { color: #333 }
div#staticnavigation span.line { padding: 0 8px; }

/* DIV: l-col -> leftnavigation */
div#l-col ul#leftnav { padding: 0px; width: 264px; margin: 0px 0px 35px 0; display: block; list-style: none; background: url('../images/bg_l_col_ul.gif') repeat-x bottom left; }
div#l-col ul#leftnav li { margin: 0 0 0px 0; background: url('../images/bg_l_col_ul.gif') repeat-x top left;}
/*div#l-col ul li a { display: block; width: 264px; min-height: 32px; _height: 32px; padding: 6px 0px 0 15px; color: #999; text-transform: uppercase; font-size: 13px; text-decoration: none; background: url('../images/bg_l_col_ul_li_a.gif') no-repeat 0 9px; voice-family: "\"}\""; voice-family: inherit; width: 200px; min-height: 26px; _height: 26px;  }*/
div#l-col ul#leftnav li a { display: block; width: 264px; min-height: 28px; _height: 28px; padding: 7px 0px 0 13px; color: #999; text-transform: uppercase; font-size: 13px; text-decoration: none; background: url('../images/bg_l_col_ul_li_a.gif') no-repeat 0 10px; voice-family: "\"}\""; voice-family: inherit; width: 202px; min-height: 21px; _height: 21px;  }
/*div#l-col ul li a.active { font-weight: bold; }*/
div#l-col ul#leftnav li a.active, div#l-col ul li a:hover { color: #5F90AE; }
div#l-col ul#leftnav li div.subnavitems { margin: 0px 0 0px 14px; padding: 0 0 5px 0; }
div#l-col ul#leftnav li div.subnavitems a { display: block; font-size: 11px; margin: 0 0 5px 0px; padding: 0 0 0 14px; min-height: inherit; *min-height: 15px; _height: 15px; background: url('../images/bg_l_col_ul_li_sub.gif') no-repeat 0 4px; }
div#l-col ul#leftnav li div.subsubnavitems { margin: 0px 0 0 15px; }
div#l-col ul#leftnav li div.subsubnavitems a { display: block; margin: 0 0 3px 0px; font-size: 10px; padding: 0 0 0 14px; background: url('../images/bg_l_col_ul_li_subsub.gif') no-repeat 0 5px; width: 233px; voice-family: "\"}\""; voice-family: inherit; width: 219px; }
div#l-col ul#leftnav li div.subsubnavitems a.active { display: block; margin: 0 0 3px 0px; padding: 0 0 0 14px; background: url('../images/bg_l_col_ul_li_subsub_active.gif') no-repeat 0 5px; }


/* PAGE NAVIGATION */
div.pagenavigation-top{	float: right; margin: 0; text-align: right;	color: #666; display: none; }
div.pagenavigation-bottom {	float: left; width: 100%; margin: 35px 0 0 0; text-align: center; color: #666; }
div.pagenavigation-top a.active, div.pagenavigation-bottom a.active { color: #666; text-decoration: none;}	