.ddsmoothmenu{
float:left;
width:100%;
background:#ffffff;
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
color:#595959;
text-transform:uppercase;
padding:0px;
z-index:9999999999;
margin:0px;
}
.ddsmoothmenu ul{z-index:100;margin: 0;padding: 0;list-style-type: none; }
/*Top level list items*/
.ddsmoothmenu ul li{position: relative; background:#ffffff; list-style:none; display: inline; float: left;margin:0px; padding:0 5.8px;}
/*.ddsmoothmenu ul li:first-child	{ padding:0;}
.ddsmoothmenu ul li a:last-child	{ padding:0;}*/
.ddsmoothmenu ul li a{
display: block;
background:none; /*background of menu items (default state)*/
text-decoration: none;
padding:0px 10px; 
margin:0px;
color:#595959;
float:left;  
text-align:center;    
line-height:20px;  
font-size:14px;
float:left;
/* border-radius: 15px 15px;*/
}
.ddsmoothmenu ul li a.sub_arrow{ background: none/*url(../images/menu_arrow.png) no-repeat right center*/;}

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

.ddsmoothmenu ul li a:link{
color:  #fffffff; 
}


.ddsmoothmenu ul li ul li.current_page_item a, .ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li.current_page_item a{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#1b6aa3; border-bottom:1px solid #1b6aa3;
}



.ddsmoothmenu li.current-page a { background:url(../images/nav_bg2.html) repeat; margin:0px;  padding:0 14px 0 13px;    color:#333333;  }
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
border-top: 0px solid #50611e;visibility: hidden; padding-top:26px;}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
background:none;
padding:0;
z-index:9999999999;
border-right:none;

}

/* Sub level menu links style */
.ddsmoothmenu ul li ul li a, .ddsmoothmenu ul li.current-menu-parent li a, .ddsmoothmenu ul li.current-menu-item li a{
width: 175px; /*width of sub menus*/
padding: 5px 0 5px 10px;
margin: 0;
border-bottom: 1px solid #ffffff;
background:#f0f0f0;
border-radius:0; 
/*font-family: 'OpenSansSemibold';*/
font-family: 'Open Sans', sans-serif;
font-weight:400;
font-size:14px;
color:#595959 !important;
z-index:999999;
text-transform:uppercase; 
text-align:left;
line-height:22px;

}
.ddsmoothmenu ul li ul li a:hover {
width: 175px; /*width of sub menus*/
padding: 5px 0 5px 10px;
margin: 0;
background:#999999;
font-size:14px; 
color:#fff !important;
border-radius:0px;
z-index:9999999999;
text-align:left;
border-bottom:1px solid #ffffff;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul{
top: 0;
margin:0px;
padding:0px;
order-top: 1px solid #50611e;
}
.ddsmoothmenu ul li ul li ul li{
display: list-item;
float: left;
}
.ddsmoothmenu ul li ul li ul li a{
width: 180px; /*width of sub menus*/
padding: 0px 0 0 10px;
margin: 0;
order-bottom: 1px solid #efefef;
background:#FEF220;
color:#014263 !important;
border-radius:0px;
/*font-family: 'OpenSansSemibold';*/
font-family: 'Open Sans', sans-serif;
font-weight: 400;
font-size:14px;
z-index:999999;
text-transform:uppercase;
text-align:left;
line-height:30px;
}
.ddsmoothmenu ul li ul li ul li a:hover{
width: 180px; /*width of sub menus*/
padding: 0px 0 0 10px;
margin: 0;
/*background:#039800;*/
font-size:14px; 
color:#fff !important;
border-radius:0px;
z-index:9999999999;
text-align:left;
}
/* 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;
right: 7px;
}
.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */
.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
/*background: silver;*/
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}
/**---------------*/
/*innerpage*/
/*----------------*/


