
.ddsmoothmenu {
    background: none repeat scroll 0 0 #1b6d9d;
    font: bold 12px Arial;
    width: 100%;
}
.ddsmoothmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}
.ddsmoothmenu ul li {
    display: inline;
    float: left;
    position: relative;
}
.ddsmoothmenu ul li a {
    background: #1b6d9d;
    border-right: 1px solid #777788;
    color: #2D2B2B;
    display: block;
    padding: 8px 10px;
    text-decoration: none;
}
* html .ddsmoothmenu ul li a {
    display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    color: white;
}
.ddsmoothmenu ul li a.selected {
    background: none repeat scroll 0 0 #093280;
    color: white;
}
.ddsmoothmenu ul li a:hover {
    background: none repeat scroll 0 0 #20548E;
    color: #FFFFFF;
}
.ddsmoothmenu ul li ul {
    display: none;
    left: 0;
    position: absolute;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li {
    display: list-item;
    float: none;
}
.ddsmoothmenu ul li ul li ul {
    top: 0;
}
.ddsmoothmenu ul li ul li a {
    border-bottom: 1px solid #248AF6;
    border-top-width: 0;
    font: 13px Arial;
    margin: 0;
    padding: 5px;
    width: 180px;
}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    position: absolute;
    right: 5px;
    top: 12px;
}
.rightarrowclass {
    position: absolute;
    right: 5px;
    top: 8px;
}
.ddshadow {
    background: none repeat scroll 0 0 silver;
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.toplevelshadow {
    opacity: 0.8;
}
.ddsmoothmenu-v {
    border-left: 1px dotted #D9D9D9;
    border-right: 1px dotted #D9D9D9;
    margin: -5px;
    padding-top: 2px;
}
.ddsmoothmenu-v ul {
    background: none repeat scroll 0 0 #FCFCFC;
    font: bold 12px Arial;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.ddsmoothmenu-v ul li {
    position: relative;
}
.ddsmoothmenu-v ul li a {
    border-bottom: 1px dotted #D9D9D9;
    color: white;
    display: block;
    overflow: auto;
    padding: 6px;
    text-decoration: none;
}
.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active {
    background: url("../images/ddsmoothmenu/bullet1.png") no-repeat scroll 270px 5px transparent;
    color: #003366;
    padding-left: 17px;
}
.ddsmoothmenu-v ul li a.selected {
    background: url("../images/ddsmoothmenu/vertical_menu_bg.jpg") no-repeat scroll left top transparent;
    color: #E63707;
}
.ddsmoothmenu-v ul li a:hover {
    background: url("../images/ddsmoothmenu/vertical_menu_bg.jpg") no-repeat scroll left top transparent;
    color: #E63707;
}
.ddsmoothmenu-v ul li ul {
    border: 1px solid #BBBBBB;
    font-weight: normal;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 175px;
}
* html .ddsmoothmenu-v ul li {
    float: left;
    height: 1%;
}
* html .ddsmoothmenu-v ul li a {
    height: 1%;
}

@media (max-width: 768px){
	.ddsmoothmenu-v ul li ul{
		display: none;	
	}
}