﻿.ddsmoothmenu
{
    width: 100%;

}
.ddsmoothmenu ul
{
   
    margin: 0 !important;
    padding: 0 !important;
    list-style-type: none;

}
.ddsmoothmenu ul li
{
    position: relative;
    display: inline;
    float: left;
margin: 0px !important;

}

.ddsmoothmenu ul .FirstItem, .ddsmoothmenu ul .FirstItem a, .ddsmoothmenu ul .FirstItem a:hover
{
    
    }
    
    
.ddsmoothmenu ul li a
{
    display:block;
    background-color:transparent;
    padding: 12px 14px !important;
    text-decoration: none;
    font-weight: bold;
    color:  #fff;
    font: normal 13px Arial, Verdana;
}
* html .ddsmoothmenu ul li a
{
    display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited
{
    color:#fff;
	text-transform: uppercase;
}
.ddsmoothmenu ul li a.selected, .ddsmoothmenu ul li a.current
{
    background: #073654;
    color:#fff;
}
.ddsmoothmenu ul li a:hover
{
    background: #073654;
    color:#fff;
}
.ddsmoothmenu ul li ul
{
    position: absolute;
    left: 0;
    display: none;
    visibility: hidden;
    margin: 0px !important;
    padding: 0px !important;

}
/* SUB MENU STYLE *********************************/
.ddsmoothmenu ul li ul li
{
    display: list-item;
    float: none;
    margin: 0px !important;
    padding: 0px !important;
    background:#073654;
}
.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.current
{
    background: #045d89;
    color:#fff;
   
}
.ddsmoothmenu ul li ul li a:hover
{
    background: #045d89;
    color:#fff;
   
}
.ddsmoothmenu ul li ul li a
{
    font: normal 12px Arial, Verdana;
    padding:10px 15px !important;
    margin: 0 !important;
    border: 0 !important;
    background:#073654;
    display:block;
    white-space:nowrap;
}
/* Holly Hack for IE \*/* html .ddsmoothmenu
{
    height: 1%;
}
.downarrowclass
{
display:none !important;
}
.rightarrowclass
{
display:none !important;
}
.ddshadow
{
    display:none;
}
.toplevelshadow
{
    opacity: .8;
}