

.ddsmoothmenu{
	width:auto;
	position:absolute;
	height:60px;
	z-index:999;
	bottom:0px;
	left:220px;
}

.ddsmoothmenu ul{
list-style:none;
margin:0px auto;
padding:0px;
width:100%;
box-sizing:border-box;
max-width:1200px;
text-align:center;
}


/*Top level list items*/
.ddsmoothmenu ul li{
	position: relative;
	display: inline-block;
	vertical-align:top;
	text-align:center;
	z-index:1000;
	padding:15px 0px;
	margin:0px 0px;
	box-sizing:border-box;
	line-height:30px;

}

.ddsmoothmenu ul li.line_menu
{
	width:2px;
	height:60px;
	margin:0px;
	display: inline-block;
	background:url(../images/line_menu.png) no-repeat center;
}

.ddsmoothmenu ul li:hover{
	background:#79A80A;
}


.ddsmoothmenu ul li:hover a{
	color:#FFFFFF;
}


.ddsmoothmenu ul .active_menu
{
	background:#79A80A;
} 
.ddsmoothmenu ul .active_menu a
{
	color:#FFFFFF;
}

/*Top level menu link items style*/
.ddsmoothmenu ul li a{
	text-decoration:none;
	color:#333333;
	text-transform:capitalize;
	font-size:15px;
	font-weight:normal;
	font-family:Arial, Helvetica, sans-serif;
	padding:0px 23px;
	display:block;
	
}


* html .ddsmoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.ddsmoothmenu ul li a.selected{ /*CSS class that's dynamically added to the currently active menu items' LI A element*/
color:#FFFFFF;
}


	
/*1st sub level menu*/
.ddsmoothmenu ul li ul{
position: absolute;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
z-index:1000;
margin:0px;
padding:0px;
height:auto;
width:220px;
border:solid 1px #EFEFEF;

-moz-box-shadow: 3px 3px 3px #999999;
-webkit-box-shadow: 3px 3px 3px #999999;
box-shadow: 3px 3px 3px #999999;


}

/*Sub level menu list items (undo style from Top level List Items)*/
.ddsmoothmenu ul li ul li{
display: list-item;
float: left;
width:100%; 
height:auto;
text-align:left;
margin:0px;
padding:0px;
height:auto;
padding:5px 10px;
background:#EFEFEF;
border-radius:0px;
box-sizing:border-box;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */


/* Sub level menu links style */
.ddsmoothmenu ul li ul li a{
font-size:14px;
/*width of sub menus
border-bottom: 1px solid gray;*/
text-decoration:none;
text-transform:none;
font-weight:normal;
line-height:22px;
color:#000 !important;
text-shadow:none;
padding:0px;
}

.ddsmoothmenu ul li ul li:hover
{

	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	background:#F3F3F3;
}

.ddsmoothmenu ul li ul li:hover a
{
	color:#000 !important;
}

.ddsmoothmenu ul li ul li  ul li a
{
	color:#000 !important;
}
.ddsmoothmenu ul li ul li  ul li a:hover
{
	color:#000 !important;
}


/* 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: 26px;
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;
}
