#toppmeny {


background: url(../images/bg_toppmeny_o.gif) no-repeat left top;


}


#usermenu, .logginn { 


padding-bottom: 38px;


width: 186px;


background: url(../images/bg_brukerboks_o.gif) no-repeat bottom left;


}


#leftcolumn .blockContent #usermenu a {


display: block; 


margin: 0;  


padding: 5px 14px 0;


height: 22px;


color: #000;


background: none; 


font-weight: normal;


border-bottom: none; 


}


#leftcolumn #usermenu h2, .logginn dt {


padding: 12px 14px 0;


font: bolder 15px/1.4 Arial, sans-serif; 


color: #fff;


background: url(../images/bg_brukertopp_o.gif) no-repeat top left;


}


#rightcolumn .blockContent h2, 


#leftcolumn .blockContent h2 {


color: #333;


}


legend.blockTitle,


#rightcolumn .blockContent h2, 


#leftcolumn .blockContent h2 {


color: #333;


}


.bunnhr {


background: url(../images/divider_orange.png) no-repeat left top;


}


#leftcolumn {


/* background: #fff url(../images/bg_sidebar_orange.gif) no-repeat bottom right; */

background: #fff url(../images/bg_sidebar_orange_topflip.gif) no-repeat top right;

padding-top: 40px;


}


/* DROPDOWN-MENU */

.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
background: none;
}


/* ######### Default class for drop down menus ######### */

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid #edcb93;
border-bottom-width: 0;
font: normal 12px Verdana;
line-height: 25px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
background: #fbefdc;
width: 190px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid #edcb93;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 5px;
text-align: left;
/* background: url('http://www.iaeste.no/nyweb/themes/iaeste/menu/small_logo.gif') no-repeat left; */
}

.anylinkcss a:hover{ /*hover background color*/
background: #f9b23d;
color: white;
text-indent: 5px;
}


/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
}
