
.ddsmoothmenuContainer {
	margin-left: auto;
	margin-right: auto;
	border-radius: 10px;
	padding-top: 10px;
    
    background-image: url(/images/back_black50.png);
    background-repeat: repeat;
    
    
}
.ddsmoothmenu{
	font-weight: bold;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background: #D0DDDB; 
    color: #000000;
	width: 100%;
}

.ddsmoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}


.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;
}

.activeMenu a:link { background-color: #4A7F78;  color:#FFFFFF; }


.ddsmoothmenu ul li a{
display: block;
background: #6D9690; 
padding: 8px 10px;
color: #000000;
text-decoration: none;
}

* html .ddsmoothmenu ul li a{ 
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color: #000000;
}

.ddsmoothmenu ul li a.selected { 
background: #6D9690 !important; 
color: #000000;
}

.ddsmoothmenu ul li a:hover{
background: #D0DDDB; 
color: #000000;
}
	

.ddsmoothmenu ul li ul{
position: absolute;
left: -3000px;
display: none; 
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{
width: 100%; 
padding: 5px;
margin: 0;
border-top-width: 0;
border-bottom: 1px solid gray;

}


* html .ddsmoothmenu{height: 1%;} 




.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 10px;
right: 5px;
}



.ddshadow{ 
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background-color: #000; 
}

.toplevelshadow{
margin: 5px 0 0 5px; 
opacity: 0.8; 
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; 
 
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow: 5px 5px 5px rgba(0,0,0,0.50); 
-moz-box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
-webkit-box-shadow: 5px 5px 5px rgba(0,0,0,0.50);
}
.ddsmoothmenu-v ul{
margin: 0;
padding: 0;
width: 100%; 
list-style-type: none;
}
 
.ddsmoothmenu-v ul li{
position: relative;
float: none;
}


.ddsmoothmenu-v ul li a{
display: block;
overflow: auto; 
font-size: 12px;
color: white;
text-decoration: none;
text-align:left;
padding: 6px 23px 6px 6px;
border-bottom: 1px solid #6D9690;
}

.ddsmoothmenu-v ul li a:link, .ddsmoothmenu-v ul li a:visited, .ddsmoothmenu-v ul li a:active{
color: 000000;
}


.ddsmoothmenu-v ul li a.selected{ 
background: #D0DDDB !important; 
color: #000000;
}

.ddsmoothmenu-v ul li a:hover{
background: #D0DDDB; 
color: #000000;
}


.ddsmoothmenu-v ul li ul {
	position: absolute;
	width: 260px; 
	top: 0;
	font-weight: normal;
	visibility: hidden;
	background: #9BB7B3; 
}
.ddsmoothmenu-v ul li ul li a {
	color: #000000;
}



* html .ddsmoothmenu-v ul li { float: left; height: 1%; }
* html .ddsmoothmenu-v ul li a { height: 1%; }

@media only screen and (max-width: 480px) {						
.ddsmoothmenuContainer {
	width: 400px;
}
.ddsmoothmenu-v ul li ul { margin-left: 5%; 
}
}


@media only screen and (max-width: 335px) {						
.ddsmoothmenuContainer {
	width: 300px;
}
.ddsmoothmenu-v ul li ul { margin-left: 5%; 
}

}

@media only screen and (min-width: 780px) {
 .ddsmoothmenuWrap {padding-left:0px;}
}
