.ddsmoothmenu{
	font-size:14px;
	width:auto;z-index:99;
	color:#464646
}
.ddsmoothmenu ul{
z-index:1000;
margin: 0;
padding: 0;
list-style-type: none;z-index:99;
background:#FFF
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;z-index:99
}

.ddsmoothmenu ul li a{
display: block;
margin: 2px 0 0 26px;
padding-bottom:20px !important;
text-decoration: none;
text-align:center;z-index:99;
color:#464646;
font-weight:600;
font-size:14px;

}

.ie .ddsmoothmenu ul li a{
display: block;
margin: 2px 0 5px 26px;
padding-bottom:10px;

text-decoration: none;
text-align:center;z-index:99;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#464646;
}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#16458b;
;z-index:99
}

.ddsmoothmenu ul li a:hover{
color:#16458b !important;

}


.ddsmoothmenu ul li ul{
position: absolute;
left: 10px !important;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;z-index:99;
margin-top:-5px
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;z-index:99;
border:0 !important
}

.ddsmoothmenu ul li ul li ul{
top: 0;z-index:99;border:0 !important
}

.ddsmoothmenu ul li ul li a{
font-size:13px;
width: 200px !important; /*width of sub menus*/
padding:15px 13px !important;
margin: 0;
text-align:left;
background-color:#fff;
background-image:none !important;
color:#464646 !important;
text-shadow:none !important;
z-index:99; border:0 !important;
border-top:1px solid #f8f8f8 !important
}
.ddsmoothmenu ul li ul li a:hover{
font-weight:600;z-index:99;


}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} 
.downarrowclass{
position: absolute;
top: 50px;
right: 7px;z-index:99
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
margin-left:25px
}

.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #ccc;
}



.ddcss3support .ddshadow.toplevelshadow {
margin: 0; 
}
.aktif{
color:#16458b !important;
}