.ddsmoothmenu {
	clear:both;
	float:right;
	margin-top:25px;


}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;


}
.ddsmoothmenu ul li {
	display:inline;
	position:relative;
	float: left;
	margin:0px;
	padding:0px;
	
	}
.ddsmoothmenu ul li a {
	display:block;
	font-size:12px;
	font-family:'PTSansNarrowRegular';
	padding:10px;
	color:#fff;
	text-transform:capitalize;

	
}

.ddsmoothmenu ul li a span {
	color:#FFF;
	font-size:12px;
	text-transform:uppercase;

}
.ddsmoothmenu ul li a span:active {
	color:#000;
}
.ddsmoothmenu ul li a span:hover {
	color:#fff;
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
}
.ddsmoothmenu ul li a.selected {
	color: white;
}
.ddsmoothmenu ul li a:hover {
	/*	background-image:url(../images/hover.jpg);
	background-repeat:repeat-x;*/
	color: white;
	display:block;
}
.ddsmoothmenu ul li ul {
	position: absolute;
	background-color:#FFF;
	left: 10px;
	display: none;
	visibility: hidden;
	-webkit-border-radius:0px 0px 10px 10px;
	-moz-border-radius: 0px 0px 10px 5px;
	border-radius: 0px 0px 10px 10px;/*	background-image:url(../images/bg.png);*/
	padding:14px 0px 17px 9px;
	margin-top:1px;
	margin-left:2px;
}
.ddsmoothmenu ul li ul #arrow_nav {
	background-image:url(../images/drop_arrow.png);
	background-repeat:no-repeat;
	background-position:right right;
	border:1px solid #F00;
	top:200px;
	left:100px;
}
.ddsmoothmenu ul li ul li {
	display: list-item;
	float: none;
}

.ddsmoothmenu ul li ul li ul {
	top: 0;
}
.ddsmoothmenu ul li a{
	border:none;

	}
.ddsmoothmenu ul li ul li a {
	color:#000;
	font-family:'PTSansNarrowRegular';
	font-size:12px;
	margin-left:10px;
	width:150px;
	background-image:url(../images/topnav_li.png);
	background-repeat:no-repeat;
	background-position:left 10px;
	border:none;
}
.ddsmoothmenu ul li ul li a:hover {
	color:#000;
	width:150px;
	display:block;
}


/*main menu ul starts*/

ul#topnav {
	float:left;
	padding:0px;
	margin:0px 0px 0px 17px;



}
ul#topnav li ul li{
	clear:right;
	float:left;
	position:relative;
	list-style:none;
	
	
}
ul#topnav li ul li{
	padding:0px 0px 4px 0px;
	background-image:url(../images/line_bg.gif);
	background-repeat:no-repeat;
	background-position:center bottom;
	}
ul#topnav li ul li:hover{
	
	}
ul#topnav li ul li a{
	border-left:none;
	padding:1px 0px 1px 20px;
	font-size:13px;
	-webkit-border-radius:5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	background-image:url(../images/bullet_grey.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#FFF;
	color:#000;

	}	
ul#topnav li ul li a:hover{
	color:#000;
	background-image:url(../images/bullet_grey.gif);
	background-repeat:no-repeat;
	background-position:10px center;
	background-color:#FFF;
	text-decoration:underline;
	}
ul#topnav a {
	display:block;
	font-size:13px;
	color:#fff;
	text-transform:capitalize;
	padding:5px 19px 3px 19px;
	font-family:"PTSansRegular";
	text-decoration:none;
	margin:0px 0px 0 2px;
	-webkit-border-radius:8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	border-radius: 8px 8px 0px 0px;
	background-color:#0088cf;
}
ul#topnav a:hover{
	background-color:#72bf44;
	
	}

ul#topnav a#active{
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	background-position:center bottom;
}

/*main menu ul ends*/