#left 
{
    width: 166px;
    margin: 0px 31px 80px 15px;
    font: 11px/25px Verdana, sans-serif;
    }
/*
#mere #left 
{
    width: 166px;
    margin: 0px 31px 80px 15px;
    font: 11px/25px Verdana, sans-serif;
    }
*/
#left *
{
    padding: 0px;
    margin: 0px;
    user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    }
    
#left ul,
#left dl
{
    list-style-type: none;
    }
    
#left a,
#left a:visited,
#left a:hover,
#left a:active,
#left dt
{
    color: rgb(11,78,154);
    text-decoration: none;
    }

#left ul.static li 
{
    height: 25px;
    background: url("/img/menuBox.gif") transparent no-repeat top left;
    padding-left: 10px;
    margin-bottom: 3px;
    font-weight: bold;
    }

#left ul.static li.focus
{
    background-image: url("/img/menuBox_focus.gif");
    }

#menu 
{
    display: none;
    }


#menu dt
{
    cursor: pointer;
    background: url("/img/menuDLtop.gif") transparent no-repeat top left;
    margin-top: 3px;
    font-weight: bold;
    }

#menu dt,
#menu dd
{
    padding-left: 10px;
    }


#left ul.static li.focusupper{
	background: url("/img/alanavipala_oranssi.gif") transparent no-repeat top left;
	
	}
	
	
#menu dt.hidden
{
    background-image: url("/img/menuDLtopHidden.gif");
    }

#menu dt.hidden.focus
{
    background-image: url("/img/menuDLtopHidden_focus.gif");
    }

#menu dt.focus
{
    background-image: url("/img/menuDLtop_focus.gif");
    }
    
#menu dd
{
    background-color: rgb(230,239,249);
    background-image: url('/img/bottom.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    }

#menu dd.focus
{
    background-color: rgb(255,223,139);
    background-image: url('/img/bottom_focus.gif');
    background-position: bottom left;
    background-repeat: no-repeat;
    }

#menu a.focus{
		color:#f57900;
	}
	
#menu a.focus:after
	{
	content: url("/img/menuDot.gif");
	margin-left:5px;
	vertical-align:center;
	}
#menu dd ul 
{
    padding-bottom: 5px;
    }

#menu dd ul *
{
    line-height: 15px;
    }



















