#usermenu, .logginn { 





padding-bottom: 38px;





width: 186px;





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





}





#leftcolumn .blockContent #usermenu a {





display: block; 





margin: 0;  





padding: 5px 14px 0;





height: 22px;





color: #fff;





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: #eee;





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





}





#rightcolumn .blockContent h2, 





#leftcolumn .blockContent h2 {





color: #85B0C6;





}


/* 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 #abb9c1;
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: #e4ebee;
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 #abb9c1;
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: #85b0c6;
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;
}