.ddsmoothmenu{
font: bold 12px Verdana;

width: 999px;

}

.ddsmoothmenu ul{

z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}


.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

  
.ddsmoothmenu ul li a{
display: block;
font-size:15px;
color:#333333;
font-weight:bold;
text-align:center;
text-decoration:none;
width:110px;
line-height:108px;


}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

 
.ddsmoothmenu ul li a.selected{ 
color: #005bac;background: url(404.png) top center repeat-x;

}


.ddsmoothmenu ul li a:hover{  
color: #005bac;background: url(404.png) top center repeat-x;


}
	

.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
display:none;
visibility: hidden;

margin-left:-6px;
}


.ddsmoothmenu ul li ul li{
display: list-item;
float: none;

}


.ddsmoothmenu ul li ul li ul{
top:0;

}


.ddsmoothmenu ul li ul li a{

	font-size:12px;
	color:#000;
	width:122px;
	line-height:40px;
	padding:0px;
	text-align:center;
	background:#9af3ff;
	font-weight:normal;
	
	border-bottom: 1px solid #e0e0e0;



}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu  ul li ul li :visited{
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;background:#fff; color: #000;
}


.ddsmoothmenu ul li ul li a:hover{
	filter:alpha(Opacity=80);-moz-opacity:0.8;opacity: 0.8;background:#005bac; color: #fff;
}







* html .ddsmoothmenu{height: 1%;} 




.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}



.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{ 
opacity: 0.8;
}
