.ddsmoothmenu1{
font: bold 12px Verdana;
width: 251px;
float:left;
}
.ddsmoothmenu2{
font: bold 12px Verdana;
width: 251px;
float:left;
}
.ddsmoothmenu3{
font: bold 12px Verdana;
width: 251px;
float:left;
}
.ddsmoothmenu4{
font: bold 12px Verdana;
width: 251px;
float:left;
}

#hhx{
background-image: url(topMenu/hhx.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}

#hg{
background-image: url(topMenu/hg.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}

#voksen_voksen{
background-image: url(topMenu/voksen_voksen.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}
#voksen_virk{
background-image: url(topMenu/voksen_virk.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}
#voksen_hg{
background-image: url(topMenu/voksen_hg.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}
#voksen_hhx{
background-image: url(topMenu/voksen_hhx.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}
#voksen_hssyd{
background-image: url(topMenu/voksen.jpg);
width: 247px; height: 62px;
margin: 0 auto;
}

#virksomheder{
background-image: url(topMenu/virksomheder.jpg);
width: 247px; height: 60px;
margin: 0 auto;
}

.ddsmoothmenu1 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}

.ddsmoothmenu2 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}
.ddsmoothmenu3 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}
.ddsmoothmenu4 ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;

}


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
visibility: hidden;
}

.rightarrowclass{
position: absolute;
visibility: hidden;
}

/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.0;
}

/* MENU 1  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Top level list items*/
.ddsmoothmenu1 ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.ddsmoothmenu1 ul li a{
display: block;
color: white;
text-decoration: none;
}

* html .ddsmoothmenu1 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu1 ul li a:link, .ddsmoothmenu1 ul li a:visited{
color: white;
padding-left: 4px;
margin-right: 1px;
width: 247px;
}

.ddsmoothmenu1 ul li a:hover{
background-color: #8d6a9c; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu1 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu1 ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu1 ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.ddsmoothmenu1 ul li ul li a{
font: normal 13px Verdana;
width: 247px; /*width of sub menus*/
border-top-width: 0;
background-color: #70547c; 
/*height: 20px; */
border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 4px;
}

.nonLinkMenu1b
{
   /*height: 22px; */
    padding-left: 4px;
      padding-top: 7px;
    padding-bottom: 7px;
    background-color: #70547c; 
    width: 247px; /*width of sub menus*/
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
    font-weight: bold;
    color: #000000;
    display: inline-block;
}

.nonLinkMenu1
{
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
    /*height: 22px; */
    padding-left: 4px;
     padding-top: 7px;
    padding-bottom: 7px;
    background-color: #70547c; 
    width: 247px; /*width of sub menus*/
    color: #FFFFFF;
    display: inline-block;
}
/* MENU2  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Top level list items*/
.ddsmoothmenu2 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu2 ul li a{
display: block;
color: white;
text-decoration: none;
}

* html .ddsmoothmenu2 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu2 ul li a:link, .ddsmoothmenu2 ul li a:visited{
color: white;
padding-left: 4px;
margin-right: 1px;
width: 247px;
}

.ddsmoothmenu2 ul li a:hover{
background-color: #9caa11; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu2 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu2 ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu2 ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.ddsmoothmenu2 ul li ul li a{
font: normal 13px Verdana;
width: 247px; /*width of sub menus*/
border-top-width: 0;
background-color: #828d0f;  
/*height: 20px; */
border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 4px;
}

.nonLinkMenu2b
{
   /*height: 20px; */
    padding-left: 4px;
      padding-top: 7px;
    padding-bottom: 7px;
    background-color: #828d0f;
    width: 247px; /*width of sub menus*/
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
    font-weight: bold;
    color: #000000;
        display: inline-block;
}

.nonLinkMenu2
{
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
  /*height: 20px; */
    padding-left: 4px;
     padding-top: 7px;
    padding-bottom: 7px;
    background-color: #828d0f;
    width: 247px; /*width of sub menus*/
    color: #FFFFFF;display: inline-block;
}

/* MENU3 //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Top level list items*/
.ddsmoothmenu3 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu3 ul li a{
display: block;
color: white;
text-decoration: none;
}

* html .ddsmoothmenu3 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu3 ul li a:link, .ddsmoothmenu3 ul li a:visited{
color: white;
padding-left: 4px;
margin-right: 1px;
width: 247px;
}

.ddsmoothmenu3 ul li a:hover{
background-color: #72b9d7; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu3 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu3 ul li ul li{
display: list-item;
float: none;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu3 ul li ul li ul{
top: 0;

}

/* Sub level menu links style */
.ddsmoothmenu3 ul li ul li a{
font: normal 13px Verdana;
width: 251px; /*width of sub menus*/
border-top-width: 0;
background-color:  #649eb6; 
/*height: 20px; */
border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
padding-top: 7px;
padding-bottom: 7px;
}

.nonLinkMenu3
{
   /*height: 20px; */
    padding-left: 4px;
     padding-top: 7px;
    padding-bottom: 7px;
    background-color: #649eb6;
    width: 247px; /*width of sub menus*/
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
    color: #FFFFFF;
        display: inline-block;
}

.nonLinkMenu3b
{
    /*height: 20px; */
    padding-left: 4px;
     padding-top: 7px;
    padding-bottom: 7px;
    background-color: #649eb6;
    width: 247px; /*width of sub menus*/
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
    font-weight: bold;
    color: #000000;display: inline-block;
}

/* MENU4  //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*Top level list items*/
.ddsmoothmenu4 ul li{
position: relative;
display: inline;
float: left;
}

/*Top level menu link items style*/
.ddsmoothmenu4 ul li a{
display: block;
color: white;
text-decoration: none;
}

* html .ddsmoothmenu4 ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}

.ddsmoothmenu4 ul li a:link, .ddsmoothmenu4 ul li a:visited{
color: white;
padding-left: 4px;
margin-right: 1px;
width: 247px;
}

.ddsmoothmenu4 ul li a:hover{
background-color: #358d7c; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/*1st sub level menu*/
.ddsmoothmenu4 ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu4 ul li ul li{
display: list-item;
float: none;
}

* html .ddsmoothmenu4 ul li ul li
{
    /*IE6 hack to get sub menu links to behave correctly*/
    display: list-item;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu4 ul li ul li ul{
top: 0;
clear:both;
}

/* Sub level menu links style */
.ddsmoothmenu4 ul li ul li a{
font: normal 13px Verdana;
width: 247px; /*width of sub menus*/
border-top-width: 0;
background-color: #26675b; 

border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
padding-top: 7px;
padding-bottom: 7px;
padding-left: 4px;
}

* html .nonLinkMenu4b{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;

}
* html .nonLinkMenu4{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.nonLinkMenu4b
{
    padding-left: 4px;
    padding-top: 7px;
     padding-bottom: 7px;
    background-color: #26675b;
    width: 247px; /*width of sub menus*/
    border-style: solid none none none;border-width: thin;border-color: #FFFFFF;
    font-weight: bold;
 display: inline-block;
 
}

.nonLinkMenu4
{
    position: relative;
    margin: 0 auto;
    border-style: solid none none none;
    border-width: thin;
    border-color: #FFFFFF;
    padding-left: 4px;
    padding-top: 7px;
    padding-bottom: 7px;
    background-color: #26675b;
    width: 247px; /*width of sub menus*/
    color: #FFFFFF;
    display: inline-block;
}

.toptxt
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
}