@charset "utf-8";
.ddsmoothmenu{
font: bold 12px tahoma;
}

.ddsmoothmenu ul{
z-index:100;
list-style-type: none;
}


.ddsmoothmenu ul li{
position:relative;
float:left;
}

.ddsmoothmenu ul li a{
padding:10px 20px 10px 20px;
display: block; 
color: #2d2b2b; 
}

* html .ddsmoothmenu ul li a{ 
/*display: inline-block;*/
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#000;

}

.ddsmoothmenu ul li a.selected{ 
color:#FFF;

}

.ddsmoothmenu ul li a:hover{
color:#FFF;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
margin: 0;
}

.ddsmoothmenu ul li ul li{
width:100%

}

.ddsmoothmenu ul li ul li a{
font: bold 12px tahoma;
border-bottom: 1px solid #FFFFFF;
width:200px;
margin: 0;
}

.ddsmoothmenu ul li ul li a:link,.ddsmoothmenu ul li ul li a:visited{
color:#FFF;
background-color:#333;
}
.ddsmoothmenu ul li ul li a:hover{
color:#FFF;
background-color:#555;
}

* html .ddsmoothmenu{
height: 1%;
}

.ddshadow{
position: absolute;
}
/* end menu main *//* start menu left */
.ddsmoothmenu-v {
font: bold 12px tahoma;
color:#000000;
}

.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; 
font-size:12px;
list-style-type: none;
}
.ddsmoothmenu-v ul li{
position: relative;
}


.ddsmoothmenu-v ul li a{
font-family:Tahoma;
font-size:12px;
display: block;
overflow: auto; 
color: white;
text-decoration: none;
line-height:25px;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{


}
.ddsmoothmenu-v ul li a.selected{ 


}
.ddsmoothmenu-v ul li a:hover{


}

/*Sub level menu items */
.ddsmoothmenu-v ul li ul{
position:absolute;
top: 0;
visibility: hidden;
width:100%;
}

* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }


.ddsmoothmenu-v ul li ul li a:link, .ddsmoothmenu-v ul li ul li a:visited, .ddsmoothmenu-v ul li ul li a:active{


}
.ddsmoothmenu-v ul li ul li a.selected{ 


}

.ddsmoothmenu-v ul li  ul li a:hover{


}
/* end menu left *//* start menu footer */
.ddsmoothmenu_footer{
font: bold 12px tahoma;
color:#000000;
}

.ddsmoothmenu_footer ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
display:block;
clear:both;
}

.ddsmoothmenu_footer ul li{
position:relative;
float:left;
color:#000000;
text-align:center;
}

.ddsmoothmenu_footer ul li a{
display: block; 
color: white; 
color: #FFF; 
text-decoration: none;

}
/*add padding  follow by menu_main*/
.ddsmoothmenu_footer  li a {
	padding:5px 8px 5px 8px;
}

* html .ddsmoothmenu_footer ul li a{ 
display: inline-block;
}
.ddsmoothmenu_footer ul li a:link, .ddsmoothmenu_footer ul li a:visited{
color:#FFF;

}

.ddsmoothmenu_footer ul li a.selected{ 
color:#FF0;

}

.ddsmoothmenu_footer ul li a:hover{
color:#FF0;

}
	
/*1st sub level menu*/
.ddsmoothmenu_footer ul li ul{
position: absolute;
display: none; 
visibility: hidden;
}

.ddsmoothmenu_footer ul li ul li{
display:list-item;
float: none;
margin:0px;
padding:0px;
background-color:#ab03ce;
}

.ddsmoothmenu_footer ul li ul li ul{
top: 0;
}

.ddsmoothmenu_footer ul li ul li a{
font: bold 12px tahoma;
margin: 0;
}
.ddsmoothmenu_footer ul li ul li a:link,.ddsmoothmenu_footer ul li ul li a:visited{


}
.ddsmoothmenu_footer ul li ul li a:hover{


}
* html .ddsmoothmenu_footer{
height: 1%;
}
/* end menu footer */