.ddsmoothmenu{
	font: 12px Arial;
	color:#087d6e;
}

.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;
background: #ffffff; 
color: #f45712;
font:12px Arial ;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #28ab9a;
font:bold 12px Arial ;
}

.ddsmoothmenu ul li a.selected{
background: white; 
font:bold  12px Arial ;
color: #f45712;
}

.ddsmoothmenu ul li a:hover{
background: white; 
font:bold 12px Arial ;
color: #f45712;
}
	
.ddsmoothmenu ul li ul{
position: absolute;
left:0px;
padding-left:7px;
width:130px;
background:white;
display: none;
border-left:1px dotted #28ab9a;
border-right:1px dotted #28ab9a;
}

.ddsmoothmenu .ul1about{
position: absolute;
left:0px;
width:130px;
margin-left:30px;
background:white;
display: none;
border-left:1px dotted #28ab9a;
border-right:1px dotted #28ab9a;
padding-left:4px;
}


.ddsmoothmenu ul li ul li{
display: list-item;
float: none; 
}

.ddsmoothmenu ul li ul li ul{
margin-left:1px;
}

.ddsmoothmenu ul li ul li a{
font: 12px Arial;
width: 130px; 
padding-top: 3px;
padding-bottom: 3px;
margin-top: 0;
border-top-width: 0;
border-bottom: 1px dotted #28ab9a;
}
.downarrowclass{
position: absolute;
top: 0px;
left:-400px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: none;
}
