.ddsmoothmenu
{
    width: 100%;
}
.ddsmoothmenu ul
{
    z-index: 100;
    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: 0px 20px 0px 20px;
    border-right: 1px solid #cfd3dc;
    text-decoration: none;
    font: normal 14px Arial, Verdana;
	height: 100%;
}
.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:#475d95;
}
.ddsmoothmenu ul li a.selected
{
    
    color:#bbb99d;
}
.ddsmoothmenu ul li a:hover
{
    
    color:#bbb99d;
}
.ddsmoothmenu ul li a.current
{

    color:#bbb99d;
}
.ddsmoothmenu ul li ul
{
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
}
/**************************** SUB MENU STYLE *********************************/
.ddsmoothmenu ul li ul li
{
    display: list-item;
    float: none;
text-transform:none;
border-left:4px solid #fff;
border-right:4px solid #fff;
border-top:2px solid #fff;
border-bottom:2px solid #fff;
}
.ddsmoothmenu ul li ul li ul
{
    top: 0;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited
{
  background:#e6efff;   
   color:#20224d;
}
.ddsmoothmenu ul li ul li a.selected
{
    background: #bbb99d;
    color:#937f45;
}
.ddsmoothmenu ul li ul li a:hover
{
    background: #bbb99d;
    color:#937f45;
}
.ddsmoothmenu ul li ul li a.current
{
    background: #bbb99d;
    color:#937f45;
}
.ddsmoothmenu ul li ul li a
{
    font: 700 12px Arial, Verdana;
    padding:10px 20px;
    margin: 0;
    background:#fff;
    display:block;
    white-space:nowrap;
    height: 100%;
}
/**************************** EXTRAS *********************************/
/* Holly Hack for IE \*/* 
html .ddsmoothmenu {height: 1%;}
.downarrowclass {display:none;}
.rightarrowclass {display:none;}
.ddshadow {display:none;}
.toplevelshadow {opacity: .8;}