.ddsmoothmenu{
z-index:150; 
position:relative;
font-weight:bold;
text-align:center;
margin-top:-14px
}

.ddsmoothmenu ul li{
position:relative;
display:inline;
float:left;
width:115px;
}

.ddsmoothmenu .active{
	}
.ddsmoothmenu ul li a{
z-index:150; 
display:block;
text-decoration:none;
width:100px;
height:20px;
text-transform:uppercase;
text-align:center;
color:#FFFFFF;
background-color:#1138b8;
padding-top:9px;
margin-top:-9px;
border-radius:10px 10px 0px 0px;
padding-left:10px
}

.ddsmoothmenu ul li a{
display:inline-block;
-webkit-transition: color 0.5s; /* For Safari 3.1 to 6.0 */
transition: color 0.5s;
}

.ddsmoothmenu ul li a.selected{
display:block;
width:100px;
height:20px;
padding-top:9px;
margin-top:-9px;
background-color:#9cb2fb;
color:#1138b8;
}

.ddsmoothmenu ul li a:hover{
display:block;
width:100px;
height:20px;
padding-top:9px;
margin-top:-9px;
background-color:#9cb2fb;
color:#1138b8;
}
	
.ddsmoothmenu ul li ul{
position:absolute;
display:block;
visibility:hidden;
margin-top:10px;
background-repeat:repeat-x;
background-color:#011246;
overflow:hidden;
width:150px;
border:1px solid #FFF;

}

.ddsmoothmenu ul li ul li{
display:list-item;
float:none;
list-style-type:none;
width:160px;
margin-left:0px;
height:20px;
padding-top:9px;
margin-bottom:0px;
background-color:#1138b8;
border-bottom:1px solid #FFF;
}

.ddsmoothmenu ul li ul li a{
text-align:left;
width:150px;
margin-left:0px;
height:20px;
padding-left:10px;
padding-top:0px;
margin-bottom:0px;
-webkit-transition: background 0.5s; /* For Safari 3.1 to 6.0 */
transition: background 0.5s;
border-radius:0px
}

.ddsmoothmenu ul li ul li a.selected{}

.ddsmoothmenu ul li ul li a:hover{
background-color:#9cb2fb;
color:#1138b8;
width:150px;
margin-left:0px;
height:20px;
padding-left:10px;
padding-top:9px;
margin-bottom:-2px
}

* html .ddsmoothmenu{
height:1%;
}

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

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

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

.toplevelshadow{ 
opacity:0.8;
}