﻿/* Menu Level 2 */

div.menuLevel2 {
    
    border-top: solid 1px #ffffff;
    width:220px;
    margin-left: 27px;
	line-height: 24px;
	
}

div.menuLevel3item{
    float:none;
    padding-top: 2px;
    padding-left: 25px;
    margin-left:20px;
    background-image: url('/Images/jakvarde/stylesheet/menu/undermenu_graa_lille.gif');
    background-repeat:no-repeat;
    
    height:19px;
    border-bottom: solid 1px #ffffff;
}


div.menuLevel2item {
    float:none;
    padding-top: 2px;
    padding-left: 25px;
    background-image: url('/Images/jakvarde/stylesheet/menu/undermenu_graa_stor.gif');
    background-repeat:no-repeat;
    height:19px;
    border-bottom: solid 1px #ffffff;
}

div.menuLevel2itemSelected{
    float:none;
    padding-top: 2px;
    padding-left: 25px;
    
    background-image: url('/Images/jakvarde/stylesheet/menu/undermenu_magenta_stor.gif');
    background-repeat:no-repeat;
    height:19px;
    border-bottom: solid 1px #ffffff;
}

div.menuLevel2itemSelectedPath{
    float:none;
    padding-top: 2px;
    padding-left: 25px;
    background-image: url('/Images/jakvarde/stylesheet/menu/undermenu_graa_stor.gif');
    background-repeat:no-repeat;
    height:19px;
    border-bottom: solid 1px #ffffff;
}

div.menuLevel3itemSelected{
    float:none;
    padding-top: 2px;
    padding-left: 25px;
    margin-left:20px;
    background-image: url('/Images/jakvarde/stylesheet/menu/undermenu_magenta_lille.gif');
    background-repeat:no-repeat;
    height:19px;
    border-bottom: solid 1px #ffffff;
}

a.menuLevel3,
a.menuLevel3selected,
a.menuLevel2selectedPath,
a.menuLevel2, 
a.menuLevel2selected{
    text-decoration:none;
    padding-right: 5px;
}

a.menuLevel3:link,
a.menuLevel3:visited, 
a.menuLevel2:link, 
a.menuLevel2:visited 
{
	color: #7a7a7a;
}

a.menuLevel3:hover,a.menuLevel3:active, 
a.menuLevel2:hover, a.menuLevel2:active
{
	color: #8e002a
}

a.menuLevel3selected,
a.menuLevel2selected
{
	color: #ffffff;
	font-weight:bold;
}

/* stien til det valgte på niveau 3 */
a.menuLevel2selectedPath,
a.menuLevel2selectedPath:link,
a.menuLevel2selectedPath:visited,
a.menuLevel2selectedPath:active
{
    color: #7a7a7a;
	font-weight:bold;
}
