.ddsmoothmenu{
	font-size:12px;
	width:auto;z-index:100 !important;
	float:right;
	margin-top:48px; margin-right:20px;
	font-weight:600
}
.ddsmoothmenu ul{
margin: 0;
padding: 0;
list-style-type: none;z-index:100 !important;
background:#FFF
}

.ddsmoothmenu ul li{
position: relative;
display: inline;
float: left;z-index:100 !important
}
.ddsmoothmenu ul li img{
	margin-top:-10px
}

.ddsmoothmenu ul li a{
display: block;
padding: 2px 9px 15px 9px;
text-decoration: none;
text-align:center;z-index:100 !important;

}

.ie .ddsmoothmenu ul li a{
display: block;
padding: 2px 22px 15px 22px;
text-decoration: none;
text-align:center;z-index:100 !important
}

* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited{
color:#000;

}

.ddsmoothmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#c3b6a0;
z-index:100 !important
}

.ddsmoothmenu ul li a:hover{
color:#c3b6a0;

}

.ddsmoothmenu ul li ul{
position: absolute;
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;z-index:100 !important;
}

.ddsmoothmenu ul li ul li{
display: list-item;
float: none;z-index:100 !important
}

.ddsmoothmenu ul li ul li ul{
top: 0;z-index:100 !important
}

.ddsmoothmenu ul li ul li a{
font-size:13px;
width: 250px !important; /*width of sub menus*/
padding:15px 15px;
margin: 0;
border:none;
text-align:left;
background-color:#fff;
background-image:none !important;
color:#464646 !important;
text-shadow:none !important;
z-index:100 !important;
border-bottom:1px solid #f8f8f8
}
.ddsmoothmenu ul li ul li a:hover{
font-weight:600;z-index:100 !important;
color:#c3b6a0 !important; 

}

/* Holly Hack for IE \*/
* html .ddsmoothmenu{height: 1%;} 
.downarrowclass{
position: absolute;
top: 102px;
right: 7px;z-index:100 !important
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
margin-left:25px
}

.ddshadow{
	display:none
}

.toplevelshadow{
margin: 5px 0 0 5px; 
opacity: 0.8;
}

.ddcss3support .ddshadow.toplevelshadow {
margin: 0; 
}

.ddcss3support .ddshadow {
background-color: transparent;
box-shadow			: 1px 1px 2px rgba(0, 0, 0, 0.3); /* box-shadow color generally should be a little darker than that for the NON CSS3 capable browsers background-color */
-moz-box-shadow		: 1px 1px 2px rgba(0, 0, 0, 0.3);
-webkit-box-shadow	: 1px 1px 2px rgba(0, 0, 0, 0.3);
}