.ddsmoothmenu{

	width:979px;

	padding-left:11px;

}
.sub-menu .menu-item {
    background: none repeat scroll 0 0 rgb(255, 132, 0) !important;;
    color: rgb(255, 132, 0);
}
.nav-menu li:hover ul{display:block; visibility: visible;}

.ddsmoothmenu ul{

	z-index:999999999999;

	margin: 0;

	padding: 0;

	list-style-type: none;

}

.current_page_item a{
	color: rgb(255, 132, 0)!important;
	}


/*Top level list items*/

.ddsmoothmenu ul li{

	position: relative;

	display: inline;

	float: left;

	padding-right: 0px;

}

/*Top level menu link items style*/

.ddsmoothmenu ul li a{

	display: block;

	text-decoration: none;

	font-size:14px;

	color:#ffffff;

	text-align:center;

	padding:15px 28px;

	text-transform:uppercase !important;

}



.ddsmoothmenu ul li.active a{

	color:#ff8400;

	background:#fff;	

}



* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/

	display: inline-block;

}



.ddsmoothmenu ul li a.selected{ 

	color:#ff8400;

	background:#fff;	

}



.ddsmoothmenu ul li a:hover{

	color:#ff8400;

	background:#fff;	

}

	

/*1st sub level menu*/

.ddsmoothmenu ul li ul{

	position: absolute;

	left: 0px;

	display: none; /*collapse all sub menus to begin with*/

	visibility: hidden;

	border-top:0px;

	z-index:9999999999999999999999;

}



/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li{

	display: list-item;

	float: none;

	z-index:999999999999;
color: #fff!important;

text-transform:uppercase;

font-size:12px;

z-index:999999999999;


}



/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu ul li ul li ul{

	top: 0;

	z-index:999999999999;

	

}

.ddsmoothmenu ul li ul li ul li a{

	width: 320px;

	top: 0;

	z-index:999999999999;

	}

	

	





/* Sub level menu links style */

.ddsmoothmenu ul li ul li a span{

	background:none!important;

	z-index:999999999999;

	}

.ddsmoothmenu ul li ul li a{

width:250px; /*width of sub menus*/

margin: 0px;

border-top-width: 0;



text-decoration: none;

color:#fff!important;

text-align:left;

border-bottom:1px solid #fff;

}





.ddsmoothmenu ul li ul li a:hover{

	 
background: none repeat scroll 0 0 rgb(255, 255, 255) !important; /* Old browsers */

	
color: rgb(255, 132, 0) !important;


	z-index:999999999999;

}





/* 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;

}