.ddsmoothmenu{
font-family: "Open Sans", "open-sans", sans-serif;
font-size:14px;
width:100%;
text-align:right;
color:#000000;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0px;
padding:0px;
list-style-type: none;
color:#ffffff;
font-family: "Open Sans", "open-sans", sans-serif;
font-size:14px;
font-weight:normal;
float:right;
text-align:center;
}



/*Top level list items*/
.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
text-align:center;
padding:0px 12px 10px 12px;
text-transform:uppercase;

}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
display: block;
 /*background of menu items (default state)*/
padding:0px 0px 0px 0px;
color: #000d4e;
text-decoration: none;
font-family: "Open Sans", "open-sans", sans-serif;
font-size:14px;
text-transform:uppercase;

}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
background:none;

}

.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/

}

.ddsmoothmenu ul li a:hover{
 /*background of menu items during onmouseover (hover state)*/
color: #f15823;

}
	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
background: #00223e; 
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
padding:0px 0px 0px 0px;
font-weight:normal;
margin:0px 0px 0px -5px;
line-height:20px;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
color:#f15823;
background:#ffffff;
display: list-item;
float:left;
padding:0px;

}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
background:#f2bc3c;
border-bottom: #d1d1d1;
margin:-6px 0px 0px 6px;
z-index:100;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-family: "Open Sans", "open-sans", sans-serif;
font-size:13px;
text-align:center;
width: 200px; /*width of sub menus*/
color:#0e4c8b;
text-align:left;
border-bottom:1px solid #ecf0f1;
background:#38dfec;
padding:8px 8px;
border-top:none !important;
}

.ddsmoothmenu ul li ul li a:hover{
background:#f15823;
border-bottom:1px solid #ecf0f1;
color:#ffffff;}


/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */


.downarrowclass{
position: absolute;
top: 12px;
visibility:hidden;
}

.rightarrowclass{
position: absolute;
visibility:hidden;
top: 6px;

}

/* ######### CSS for shadow added to sub menus  ######### */

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

}
.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/

}