/*.ddsmoothmenu {
	float:right;
}
.ddsmoothmenu ul {
  float: left;
  widows: 300px;
}
.ddsmoothmenu ul li {
    display: inline-block;
	font-family:'AllerBold';
    float: left;
    margin-right:20px;
	padding:0px;
    position: relative;
}
.ddsmoothmenu ul li:last-child{
    margin-right: 0px;
}
.ddsmoothmenu > ul > li > a {
    color:#fff;
	font-size:14px;
    display:inline-block;
    float:left;
    padding: 16px 0px;
}
* html .ddsmoothmenu ul li a {
    display: inline-block;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
}
.ddsmoothmenu > ul > li > a:hover {
    color: #ffffff;
}
.ddsmoothmenu ul li.last_link {
    background: none repeat scroll 0 0 transparent;
}
.ddsmoothmenu ul li.last_link a:hover, .ddsmoothmenu ul li.last_link a.active_link {
	 color: #333;
}
.ddsmoothmenu ul li ul {
    display: none;
    left: 0px;
    position: absolute;
    top:0px;
    visibility: hidden;
    width: 150px !important;
	border-top:0px;
	border-bottom:0px;
}
.ddsmoothmenu ul li ul li {
	background-image:none;
	background-color:#fff;
	border-bottom:#d1d1d1 1px solid;
    line-height: 33px;
}
.ddsmoothmenu ul li ul li ul {
    top: -1px !important;
}
.ddsmoothmenu ul li ul li a {
    color:#333;
    display: block;
    width: 170px;
    padding: 0px 20px;
    font-size: 12px;
}
.ddsmoothmenu ul li ul li a:hover {
    color: #fa0a47;
}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    display: none;
    position: absolute;
    right: 7px;
    top: 12px;
}
.rightarrowclass {
    position: absolute;
    right: 5px;
    top: 6px;
}
.ddshadow {
    height: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 0;
}
.toplevelshadow {
}
.active_link {
    color: #fff !important;
}*/