/*
 * PureDOMExplorer Stylesheet
 * written by Helge Hetland 
 */
 
 /* side menu */



/* 1st level and general */



/*Toppnivå - lager bakgrunn ved hover + bilde med pil, setter mouseover bakgrunnsfarge */

#pde_div_9244 .menu_li_2 a:hover {height: 20px; line-height: 20px; display: block; padding: 0; color: #red;float: left; }
#pde_div_9244 .menu_li_3 a:hover {height: 20px; line-height: 20px; display: block; padding: 0; color: #red;float: left; }
#pde_div_9244 .menu_li_4 a:hover {height: 30px; line-height: 30px; display: block; padding: 0; text-indent: 0px; color: #000000; background: #FFFFFF;}

/* Meny tekstfarge og bilde for hvert nivå*/
#web123_pde_9244 .menu_link_2,#web123_pde_9244 .menu_link_3 {
white-space:nowrap;
display: inline;
font-size: 1em;
height: 20px; 
line-height: 20px; 
padding: 0; 
/*text-indent: -30px; */
color: #red;
float: left; 
}
/*#web123_pde_9244 .menu_link_3 {height: 20px; line-height: 20px; display: block; padding: 0; text-indent: 0px; color: #000000;}
#web123_pde_9244 .menu_link_4 {height: 30px; line-height: 30px; display: block; padding: 0; text-indent: 0px; color: #000000;}*/

/* Menyvalg valgt på toppnivå - funker ikke i Mozilla */

#web123_pde_9244 .cpage_2 {height: 20px; line-height: 20px; display: block; padding: 0; color: #red;float: left;}
#web123_pde_9244 .cpage_3 {height: 20px; line-height: 20px; display: block; padding: 0; color: #red;float: left;}
#web123_pde_9244 .cpage_4 {height: 30px; line-height: 30px; display: block;  color: #000000; background: #cccccc;}

/* må være med for at det skal funke i mozilla - dont as me why.. */
/*#web123_pde_9244 strong.cpage_1 {height: 30px; line-height: 30px;    color: #000000; background: #000000 url(http://sites.web123.no/statkraft/images/leftMenuArrowNeg.gif) 1px .65em no-repeat; }*/
/*#web123_pde_9244 strong.cpage_2 {height: 30px; line-height: 30px; color: #000000; background: #cccccc; }*/
/*#web123_pde_9244 strong.cpage_3 {height: 30px; line-height: 30px;   color: #000000; background: #cccccc;}*/
#web123_pde_9244 strong.cpage_4 {height: 30px; line-height: 30px;   color: #000000; background: #cccccc;}




/* posisjonering av tekst i forhold til menybilde */
/*#web123_pde_9244 .menu_li_2 {color: #000000; text-indent: 0px;}*/
/*#web123_pde_9244 .menu_li_3 {color: #000000; text-indent: 0px;}*/
#web123_pde_9244 .menu_li_4 {color: #000000; text-indent: 0px;}


/* The class to hide nested ULs */
.hide_9244{top:0;position:absolute;left:-4000px;}

/* The class to show nested ULs */
.show_9244{position:static; display:table; top:0; left:0;}
