.ddsmoothmenu

{

    width: 100%;
    position:relative;
    left:4px;

}

.ddsmoothmenu ul

{

    z-index: 100;

    margin: 0;

    padding: 0;

    list-style-type: none;

}

.ddsmoothmenu ul li

{

    position: relative;

    display: inline;

    float: left;

}

.ddsmoothmenu ul li a

{

    display:block;

    background-color:transparent;

    padding: 37px 15px 37px 15px;

    border-right: 1px solid transparent;

    text-decoration: none;

    font: normal 14px 'Oswald', sans-serif;

    height: 100%;

    color:#fff;

    width:84px;

    text-align:center;

}

.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-color:transparent;

    background-image:url(../images/graphics/navhover.png);

    background-position: center top;

    background-repeat:no-repeat;

    text-shadow: 0px 7px 6px rgba(0, 0, 0, 1);

    color:#fff;

}

.ddsmoothmenu ul li a:hover

{

    background-color:transparent;

    background-image:url(../images/graphics/navhover.png);

    background-position: center top;

    background-repeat:no-repeat;

    text-shadow: 0px 7px 6px rgba(0, 0, 0, 1);

    color:#fff;

}

.ddsmoothmenu ul li a.current

{

    background-color:transparent;

    background-image:url(../images/graphics/navhover.png);

    background-position: center top;

    background-repeat:no-repeat;

    text-shadow: 0px 7px 6px rgba(0, 0, 0, 1);

    color:#fff;

}

.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;

}

.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: #0168b3;

    color:#fff;

}

.ddsmoothmenu ul li ul li a:hover

{

    background: #fff;

    color:#333;

}

.ddsmoothmenu ul li ul li a.current

{

    background: #fff;

    color:#333;

}

.ddsmoothmenu ul li ul li a

{

    font: normal 12px Arial, Verdana;

    padding:10px 15px;

    margin: 0;

    border: 0;

    background:#0168b3;

    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;

}

