.ddsmoothmenu {
	width: auto;
	float: left;
	margin: 0 0 7px 10px;
	display: inline;
	+margin: 0 0 -12px 0;
}
.ddsmoothmenu ul {
	z-index:100;
	margin: 0 0 0 10px;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/

		.ddsmoothmenu ul li {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 15px;
	padding: 4px 0 0 0;
}
/*Top level menu link items style*/

		.ddsmoothmenu ul li a {
	display: block;
	color: #b0c934;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 8px 6px;
	height: 15px;
	line-height: 17px;
	cursor: pointer;
}
.ddsmoothmenu ul li a span {
	float: left;
	display: block;
	padding: 0 15px 6px 0px;
}
* 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: white;

}*/



.ddsmoothmenu ul li a.selected {
	color: #fff;
	background: url(/sites/all/themes/terrakon/images/nav-on-left-hover.png) no-repeat left;
}
.ddsmoothmenu ul li a.selected span {
	background: url(/sites/all/themes/terrakon/images/nav-on-right-hover.png) no-repeat right top;
}
.ddsmoothmenu ul li a:hover {
	color: #fcfcfb;/*background: url(../images/nav-on-left-hover.png) no-repeat left;*/
  text-decoration: underline;
		}
.ddsmoothmenu ul li a:hover span {
/*background: url(../images/nav-on-right-hover.png) no-repeat right top;*/

}
/*1st sub level menu*/

.ddsmoothmenu ul li ul {
	position: absolute;
	left: 0;
	display: none; /*collapse all sub menus to begin with*/
	visibility: hidden;
	/*background: url(../images/sub-nav-bg.png);*/

margin: 0 0 0 0;
 +margin: 0 0 0 0;
	padding: 4px 0 0 0;
	background: url(/sites/all/themes/terrakon/images/sub-nav-top-corner.png) no-repeat;
}
/*Sub level menu list items (undo style from Top level List Items)*/

.ddsmoothmenu ul li ul li {
	display: list-item;
	float: left;
	margin: 0 0 0 0;
	padding: 0;
	list-style:none;
	background: url(/sites/all/themes/terrakon/images/sub-nav-bg.png);
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */

.ddsmoothmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */

.ddsmoothmenu ul li ul li a {
	font: normal 11px Verdana;
	width: 230px; /*width of sub menus*/
	padding: 5px 0 5px 10px;
	margin: 0;
	color: #dcddde;
	text-transform: none;
	list-style:none;/*background: url(../images/bullet-arrow-white.png) no-repeat left;*/

}
.ddsmoothmenu ul li ul li a.selected {
	background: none;
}
.ddsmoothmenu ul li ul li a.selected span {
	background: none;
}
.ddsmoothmenu ul li ul li a:hover {
	background: url(/sites/all/themes/terrakon/images/sub-nav-hover-bg.png);
}
/* 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;
	display:none;
}
.rightarrowclass {

	position: absolute;
	top: 6px;
	right: 5px;
	display:none;
}
/* ######### CSS for shadow added to sub menus  ######### */



.ddshadow {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	background: silver;
}
.toplevelshadow { /*shadow opacity. Doesn't work in IE*/
	opacity: 0.8;
}
.ddsmoothmenu ul li.active-trail a {
	color:#FFFFFF;
}

.ddsmoothmenu ul li.expanded.last {

	margin-left: 10px;

	background: url(/sites/all/themes/terrakon/images/i-like-to.gif) no-repeat top center;

	text-indent: -9999em;

	width: 101px;

	padding: 0;

}

.ddsmoothmenu ul li ul li.expanded.last {
	position: relative;
	display: inline;
	float: left;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: url(/sites/all/themes/terrakon/images/sub-nav-bg.png);
		text-indent: 0;
		width:inherit;
}

.ddsmoothmenu ul li ul li.expanded.last a:hover {
	background: url(/sites/all/themes/terrakon/images/sub-nav-hover-bg.png);
}

/*.ddsmoothmenuul li ul li.expanded.last ul  {
background-color:#FF6633;
}*/

.ddsmoothmenu ul li ul li.expanded.last ul li {
background: url(/sites/all/themes/terrakon/images/sub-nav-bg.png);
}


.ddsmoothmenu ul li.expanded.last a.selected {

	background: none;

}



.ddsmoothmenu ul li.expanded.last a.selected span {

	background: none;

}



.ddsmoothmenu ul li.expanded.last ul {

	background: none;

	margin: -6px 0 0 1px;

}


.ddsmoothmenu ul li ul li.expanded.last ul{


	margin: -2px 0 0 0;
	width: 240px;
	background: url(/sites/all/themes/terrakon/images/sub-nav-top-corner.png) no-repeat;

}

.ddsmoothmenu ul li ul li.expanded.last ul li a{
	width: 230px;
}

.ddsmoothmenu ul li.expanded.last ul li {
background: #15A4B4;
}

.ddsmoothmenu ul li.expanded.last ul li {

	text-indent: 0;

}



.ddsmoothmenu ul li.expanded.last ul li a {

	width: 265px;

}

.ddsmoothmenu ul.menu li ul li a {
  height: 20px;
  line-height: 20px;
}