.ddsmoothmenu
{
    display:inline-block;

}
.ddsmoothmenu ul
{
    z-index: 999999;
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.ddsmoothmenu ul li
{
    position: relative;
    display: inline;
    float: left;
	text-transform:uppercase;
}
.ddsmoothmenu ul li a
{
    display:block;
    background-color:transparent;
    padding: 6px 25px 6px 25px;
    border-right:0;
    text-decoration: none;
    font: 400 18px 'Oxygen', sans-serif;
	height: 100%;
}
.ddsmoothmenu ul li a[style] { padding-right:25px !important; }

@media all and (max-width: 1024px) { 
.ddsmoothmenu ul li a { font: 400 16px 'Oxygen', sans-serif; padding: 6px 15px 6px 15px; }
.ddsmoothmenu ul li a[style] { padding-right:15px !important; }
}

.ddsmoothmenu ul li.LastItem a
{
    border:0;
}
* html .ddsmoothmenu ul li a
{
    display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
    color:#fff;
}
.ddsmoothmenu ul li a.selected
{
    background: #004a96;
    color:#fff;
}
.ddsmoothmenu ul li a:hover
{
    background: #004a96;
    color:#fff;
}
.ddsmoothmenu ul li a.current
{
    background: #004a96;
    color:#fff;
}
/**************************** SUB MENU STYLE *********************************/
.ddsmoothmenu ul li ul
{
    position: absolute;
    z-index: 999999;
    left: 0;
    display: none;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li
{
    display: list-item;
    float: none;
    text-transform:none;
}
.ddsmoothmenu ul li ul li ul
{
    top: 0;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited
{
    color:#fff;
}
.ddsmoothmenu ul li ul li a.selected
{
    background: #9ba4ae;
    color:#fff;
}
.ddsmoothmenu ul li ul li a:hover
{
    background: #9ba4ae;
    color:#fff;
}
.ddsmoothmenu ul li ul li a.current
{
    background: #9ba4ae;
    color:#fff;
}
.ddsmoothmenu ul li ul li a
{
    font: 400 16px Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    padding:10px 15px;
    margin: 0;
    border: 0;
    background:#004a96;
    display:block;
    white-space:nowrap;
    height: 100%;
    text-align:left;
}
/**************************** EXTRAS *********************************/
/* Holly Hack for IE \*/* 
html .ddsmoothmenu {height: 1%;}
.downarrowclass {display:none !important;}
.rightarrowclass {display:none !important;}
.ddshadow {display:none !important;}
.toplevelshadow {opacity: .8;}