.ddsmoothmenu{
font: normal 12px Arial, Helvetica, sans-serif;
width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

.ddsmoothmenu ul li{
position: relative;
background:url(../images/menu_back.gif) repeat-x top;
display: inline;
float: left;
}

.ddsmoothmenu ul li a{
display: block;
padding: 0 30px;
background:url(../images/menu_devide.gif) no-repeat right top;
color: #003c51;
text-decoration: none;
line-height:27px;
}

* html .ddsmoothmenu ul li a{
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #594406; font-weight:bold; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px;
}

.ddsmoothmenu ul li a.selected{
background:url(../images/menu_hover.gif) repeat-x top;
}

.ddsmoothmenu ul li a:hover{
background:url(../images/menu_hover.gif) repeat-x top;
color:#000000;
}
	
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; 
visibility: hidden;
background:#d7d7d7;
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;
background:none;
}

.ddsmoothmenu ul li ul li ul{
top: 0;
}

.ddsmoothmenu ul li ul li a{
font: normal 13px Arial, Helvetica, sans-serif;
color: #003c51;
width: 160px; 
padding: 7px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid #8f8f8f;
background:none;
}
.ddsmoothmenu ul li ul li a:hover{background:#a5d85f;color: #000;}

* html .ddsmoothmenu{height: 1%;}



.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 9px;
right: 5px;
}


.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: silver;
}

.toplevelshadow{
opacity: 0.8;
}