
@import url("../css/fonts.css");
.ddsmoothmenu {
	float:left;
	width: 890px;
	height: 46px;
	
	position: relative;
}
.ddsmoothmenu ul {
	width: 100%;
	z-index:100;
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: visible !important; 
}
/*Top level list items*/
.ddsmoothmenu > ul > li  {
	float: left;
	position: relative;
	z-index: 9999;
}

/*Top level menu link items style*/
.ddsmoothmenu > ul > li > a {
	text-align: center;
	display: block;
	color: #353535;
	padding: 13px 19px;
	font-family: 'RobotoRegular';
	text-decoration: none;
	font-size: 16px;
	
}

.ddsmoothmenu > ul > li:hover > a {

	background: url(../images/bg_active.png) no-repeat;
	padding-top: 10px;
	margin-top: 4px;
	background-size: 100% 100%;
}

.ddsmoothmenu > ul > .active > a  {

	background: url(../images/bg_active.png) no-repeat;
	padding-top: 10px;
	margin-top: 4px;
	background-size: 100% 100%;
	
}


/*1st sub level menu*/
.ddsmoothmenu ul li ul {
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	background:#122879;
	width: 300px;
	height: 400px;
	overflow-y:scroll !important;
	position: absolute;
	top: 100% !important;
	z-index: 99999999999999999 !important;


}

.ddsmoothmenu ul li:nth-child(2) ul
{
	height: auto !important;
	overflow-y:visible !important;
	width: 250px;
}

.ddsmoothmenu ul li ul li {



	display: list-item;
	float: left;
	width: 100%;
	margin-right:0px;
	padding-right:0px;
	padding:5px 10px 5px 10px !important;
	height: auto !important;
	line-height: normal !important;
	border-bottom: 1px solid #fff !important;
	background:#122879;


	position: relative !important;

	
}

.ddsmoothmenu ul li ul li:last-child
{
	border: 0px !important;
}

.ddsmoothmenu ul li ul li:hover
{
	background:none !important;
	margin-top: 0px !important;
}

.ddsmoothmenu ul > li > ul > li:hover
{
	background: #17BCFA !important;
}
.ddsmoothmenu ul > li > ul > li:hover > a
{
	color: white !important;
}




.ddsmoothmenu ul li ul li a{
	padding:0px 0px 0px 0px;
	width: 100%;
	float: left;
	
	font-size: 15px;
	border: 0px !important;
	box-shadow: none !important;
	text-transform: capitalize;
	margin:0px !important;
	
	background: rgba(255,255,255,0) !important;
	color: white !important;
	text-align: left;


	 
}
.ddsmoothmenu ul li ul li:last-child a
{
	border: 0px !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.ddsmoothmenu ul li ul li ul {
	margin-left:2px;
	top: 0px !important;
}
/* Sub level menu links style */

.ddsmoothmenu ul li ul li ul{
margin:0px;
height: auto;
}
/* Holly Hack for IE \*/
* html .ddsmoothmenu {
	height: 1%;
} /*Holly Hack for IE7 and below*/
/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass {
	position: absolute;
	top: 12px;
	right: 7px;
}
.rightarrowclass {
	position: absolute;
	top: 6px;
	right: 5px;
}
/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow { /*shadow for NON CSS3 capable browsers*/
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity for NON CSS3 capable browsers. Doesn't work in IE*/
	opacity: 0.8;
}
